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 and buttilda committed Jun 13, 2023
1 parent fd8298d commit 65045ec
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"axios": "0.27.2",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
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 @@ -42,7 +42,7 @@
"@smartlyio/oats-runtime": "^7.2.0",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@types/node": "18.16.18",
"jest": "29.5.0",
"jsverify": "0.8.4",
"ts-jest": "29.1.0",
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 @@ -35,9 +35,9 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.2.0",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/koa": "2.13.6",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@types/node": "18.16.18",
"koa": "2.14.2",
"koa-body": "6.0.1",
"koa-router": "12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@smartlyio/oats-runtime": "^7.2.0",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@types/node": "18.16.18",
"miragejs": "0.1.47",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@smartlyio/oats-runtime": "^7.2.0",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"axios": "0.27.2",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
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 @@
"devDependencies": {
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@types/node": "18.16.18",
"fast-check": "2.25.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@types/node": "18.16.18",
"axios": "0.27.2",
"fast-check": "2.25.0",
"form-data": "4.0.0",
Expand Down

0 comments on commit 65045ec

Please sign in to comment.