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 Feb 27, 2023
1 parent 291ee3a commit 1f36efc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"axios": "0.27.2",
"axios": "1.3.4",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"fast-check": "2.25.0",
"fast-check": "3.7.0",
"jest": "29.4.3",
"lerna": "6.5.1",
"prettier": "2.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-axios-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@jest/globals": "29.4.3",
"@smartlyio/oats-runtime": "^6.0.3",
"@types/form-data": "2.5.0",
"axios": "0.27.2",
"axios": "1.3.4",
"jest": "29.4.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"axios": "0.27.2",
"axios": "1.3.4",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
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 @@ -42,7 +42,7 @@
"@types/jest": "29.4.0",
"@types/lodash": "4.14.191",
"@types/node": "18.14.0",
"fast-check": "2.25.0",
"fast-check": "3.7.0",
"jest": "29.4.3",
"jsverify": "0.8.4",
"prettier": "2.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.191",
"@types/node": "18.14.0",
"axios": "0.27.2",
"fast-check": "2.25.0",
"axios": "1.3.4",
"fast-check": "3.7.0",
"form-data": "4.0.0",
"jest": "29.4.3",
"jsverify": "0.8.4",
Expand Down

0 comments on commit 1f36efc

Please sign in to comment.