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 Mar 29, 2023
1 parent 3c239ae commit df22b23
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"devDependencies": {
"@smartlyio/safe-navigation": "5.0.2",
"@types/jest": "29.5.0",
"@types/koa": "2.13.5",
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/node": "18.15.3",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"axios": "0.27.2",
Expand All @@ -62,7 +62,7 @@
"fast-check": "2.25.0",
"jest": "29.5.0",
"lerna": "6.6.1",
"prettier": "2.8.4",
"prettier": "2.8.7",
"ts-jest": "29.0.5",
"ts-node": "10.9.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@smartlyio/oats": "^6.2.0",
"@smartlyio/oats-runtime": "^6.2.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.3",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"jest": "29.5.0",
"jsverify": "0.8.4",
"ts-jest": "29.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^6.2.0",
"@types/koa": "2.13.5",
"@types/koa": "2.13.6",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.191",
"@types/node": "18.15.3",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"koa": "2.14.1",
"koa-body": "6.0.1",
"koa-router": "12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^6.2.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.3",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"miragejs": "0.1.47",
"nodemon": "2.0.21",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
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,8 +42,8 @@
"@smartlyio/oats-axios-adapter": "^6.2.0",
"@smartlyio/oats-runtime": "^6.2.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.3",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"axios": "0.27.2",
Expand All @@ -55,7 +55,7 @@
"jest": "29.5.0",
"jsverify": "0.8.4",
"nock": "13.3.0",
"prettier": "2.8.4",
"prettier": "2.8.7",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
],
"devDependencies": {
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.15.3",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"fast-check": "2.25.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
"prettier": "2.8.4",
"prettier": "2.8.7",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@smartlyio/oats-runtime": "^6.2.0",
"@types/jest": "29.5.0",
"@types/js-yaml": "4.0.5",
"@types/koa": "2.13.5",
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.191",
"@types/node": "18.15.3",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"axios": "0.27.2",
"fast-check": "2.25.0",
"form-data": "4.0.0",
Expand Down

0 comments on commit df22b23

Please sign in to comment.