Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2023
1 parent 65045ec commit 5c8ec5f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"axios": "0.27.2",
"eslint": "8.42.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"fast-check": "2.25.0",
"jest": "29.5.0",
"jest": "29.6.1",
"lerna": "6.6.2",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-axios-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"client"
],
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.6.1",
"@smartlyio/oats-runtime": "^7.2.0",
"@types/form-data": "2.5.0",
"axios": "0.27.2",
"jest": "29.5.0",
"jest": "29.6.1",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"jest": "29.5.0",
"jest": "29.6.1",
"jsverify": "0.8.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/oats-fetch-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"devDependencies": {
"@smartlyio/oats-runtime": "^7.2.0",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"eslint": "8.42.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"axios": "0.27.2",
"eslint": "8.42.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest": "29.6.1",
"jsverify": "0.8.4",
"nock": "13.3.1",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"fast-check": "2.25.0",
"jest": "29.5.0",
"jest": "29.6.1",
"jsverify": "0.8.4",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"axios": "0.27.2",
"fast-check": "2.25.0",
"form-data": "4.0.0",
"jest": "29.5.0",
"jest": "29.6.1",
"jsverify": "0.8.4",
"koa": "2.14.2",
"koa-body": "6.0.1",
Expand Down

0 comments on commit 5c8ec5f

Please sign in to comment.