Skip to content

Commit

Permalink
bump deps and use Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Nov 17, 2023
1 parent f1f2f94 commit 527b787
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.9.0",
"@types/node": "~20.9.1",
"eslint": "~8.53.0",
"lerna": "~7.4.2",
"nx": "17.1.1"
"nx": "17.1.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.4",
"@types/node": "~20.9.0",
"@types/node": "~20.9.1",
"handlebars": "~4.7.8",
"knex": "~3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@types/cookie": "~0.5.4",
"@types/formidable": "~3.4.5",
"@types/koa": "~2.13.11",
"@types/koa-static": "~4.0.4",
"@types/koa__cors": "~4.0.3",
"@types/koa__router": "~12.0.4",
"@types/koa-static": "~4.0.4",
"c8": "~8.0.1",
"deepmerge": "~4.3.1",
"expect": "~29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"supertest": "~6.3.3",
"typescript": "~5.2.2",
"uvu": "~0.5.6",
"vite": "~4.5.0"
"vite": "~5.0.0"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 527b787

Please sign in to comment.