Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Nov 3, 2023
1 parent 17a9f1d commit 4128eda
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"devDependencies": {
"@supercharge/eslint-config-typescript": "~4.0.0",
"@supercharge/tsconfig": "~7.0.0",
"@types/node": "~20.8.9",
"@types/node": "~20.8.10",
"eslint": "~8.52.0",
"lerna": "~7.4.1",
"nx": "16.10.0"
"lerna": "~7.4.2",
"nx": "17.0.2"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@supercharge/macroable": "~2.0.1",
"@types/koa__router": "~12.0.3",
"@types/node": "~20.8.9",
"@types/node": "~20.8.10",
"handlebars": "~4.7.8",
"knex": "~3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"c8": "~8.0.1",
"expect": "~29.7.0",
"mocked-env": "~1.3.5",
"sinon": "~16.1.3",
"sinon": "~17.0.1",
"supertest": "~6.3.3",
"typescript": "~5.2.2",
"uvu": "~0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@supercharge/fs": "~3.4.0",
"c8": "~8.0.1",
"expect": "~29.7.0",
"sinon": "~16.1.3",
"sinon": "~17.0.1",
"typescript": "~5.2.2",
"uvu": "~0.5.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"c8": "~8.0.1",
"expect": "~29.7.0",
"sinon": "~16.1.3",
"sinon": "~17.0.1",
"typescript": "~5.2.2",
"uvu": "~0.5.6"
},
Expand Down

0 comments on commit 4128eda

Please sign in to comment.