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 Dec 22, 2023
1 parent d2f615f commit 4788d79
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 52 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@
"client"
],
"devDependencies": {
"@types/jest": "29.5.2",
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/node": "18.16.18",
"@types/jest": "29.5.11",
"@types/koa": "2.13.12",
"@types/koa-mount": "4.0.5",
"@types/koa-router": "7.4.8",
"@types/node": "18.16.20",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"axios": "1.6.0",
"axios": "1.6.2",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"fast-check": "2.25.0",
"jest": "29.5.0",
"lerna": "6.6.2",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1"
"ts-jest": "29.1.1",
"ts-node": "10.9.2"
},
"dependencies": {
"koa": "2.14.2",
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 @@ -38,9 +38,9 @@
"@jest/globals": "29.5.0",
"@smartlyio/oats-runtime": "^7.4.2",
"@types/form-data": "2.5.0",
"axios": "1.6.0",
"axios": "1.6.2",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"typescript": "4.9.5"
}
}
10 changes: 5 additions & 5 deletions packages/oats-fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"devDependencies": {
"@smartlyio/oats": "^7.4.2",
"@smartlyio/oats-runtime": "^7.4.2",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "18.16.20",
"jest": "29.5.0",
"jsverify": "0.8.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "4.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/oats-fetch-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.4.2",
"@types/node": "18.16.18",
"@types/node": "18.16.20",
"@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",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8",
"typescript": "4.9.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.4.2",
"@types/koa": "2.13.6",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/koa": "2.13.12",
"@types/koa-router": "7.4.8",
"@types/lodash": "4.14.202",
"@types/node": "18.16.20",
"koa": "2.14.2",
"koa-body": "6.0.1",
"koa-router": "12.0.0",
"ts-node": "10.9.1",
"koa-router": "12.0.1",
"ts-node": "10.9.2",
"typescript": "4.9.5"
}
}
8 changes: 4 additions & 4 deletions packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.4.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"miragejs": "0.1.47",
"@types/lodash": "4.14.202",
"@types/node": "18.16.20",
"miragejs": "0.1.48",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "4.9.5"
}
}
16 changes: 8 additions & 8 deletions packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
"@smartlyio/oats": "^7.4.2",
"@smartlyio/oats-axios-adapter": "^7.4.2",
"@smartlyio/oats-runtime": "^7.4.2",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "18.16.20",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"axios": "1.6.0",
"axios": "1.6.2",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jsverify": "0.8.4",
"nock": "13.3.1",
"nock": "13.3.8",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"client"
],
"devDependencies": {
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "18.16.20",
"fast-check": "2.25.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "4.9.5"
}
Expand Down
22 changes: 11 additions & 11 deletions packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
"@smartlyio/oats-fetch-adapter": "^7.4.2",
"@smartlyio/oats-koa-adapter": "^7.4.2",
"@smartlyio/oats-runtime": "^7.4.2",
"@types/jest": "29.5.2",
"@types/js-yaml": "4.0.5",
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"axios": "1.6.0",
"@types/jest": "29.5.11",
"@types/js-yaml": "4.0.9",
"@types/koa": "2.13.12",
"@types/koa-mount": "4.0.5",
"@types/koa-router": "7.4.8",
"@types/lodash": "4.14.202",
"@types/node": "18.16.20",
"axios": "1.6.2",
"fast-check": "2.25.0",
"form-data": "4.0.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
"koa": "2.14.2",
"koa-body": "6.0.1",
"koa-mount": "4.0.0",
"koa-router": "12.0.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"koa-router": "12.0.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "4.9.5"
}
}

0 comments on commit 4788d79

Please sign in to comment.