Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Oct 7, 2024
1 parent c39ccd7 commit a96551c
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 127 deletions.
12 changes: 6 additions & 6 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
"@vercel/edge-config": "^1.3.0",
"@vercel/og": "^0.6.3",
"@vite-plugin-vercel/vike": "workspace:*",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"cross-fetch": "^4.0.0",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.2",
"vike": "^0.4.197",
"vike": "^0.4.198",
"vite": "^5.4.8",
"vite-plugin-vercel": "workspace:*"
},
"type": "module",
"version": null,
"devDependencies": {
"@types/node": "^18.19.51",
"@types/node": "^18.19.54",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18.3.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vercel/node": "^3.2.16",
"@vercel/node": "^3.2.18",
"fast-glob": "^3.3.2",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"zod": "^3.23.8"
}
}
10 changes: 5 additions & 5 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"author": "",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^18.19.51",
"@types/react": "^18.3.9",
"@types/node": "^18.19.54",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@universal-middleware/express": "^0.2.6",
"@vercel/node": "^3.2.16",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vercel/node": "^3.2.18",
"@vitejs/plugin-react-swc": "^3.7.1",
"express": "^4.21.0",
"react": "^18.3.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vike": "^0.4.197",
"vike": "^0.4.198",
"vike-react": "^0.5.7",
"vite": "^5.4.8"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"keywords": [],
"author": "",
"devDependencies": {
"@types/node": "^18.19.51",
"@vercel/node": "^3.2.16",
"@types/node": "^18.19.54",
"@vercel/node": "^3.2.18",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@changesets/cli": "^2.27.9",
"@types/node": "^18.19.51",
"@types/node": "^18.19.54",
"cross-env": "^7.0.3",
"typescript": "^5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"devDependencies": {
"@types/node": "^18.19.51",
"@types/node": "^18.19.54",
"@vite-plugin-vercel/vike": "workspace:*",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint:ts": "eslint . --max-warnings 0 --ignore-pattern dist"
},
"devDependencies": {
"@types/node": "^18.19.51",
"@types/node": "^18.19.54",
"@types/qs": "^6.9.16",
"@vercel/edge": "^1.1.2",
"@vercel/node": "^3.2.18",
Expand Down
Loading

0 comments on commit a96551c

Please sign in to comment.