Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 55dfd5a commit 1f62c68
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 68 deletions.
6 changes: 3 additions & 3 deletions packages/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"eslint": "^8.57.0",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vike": "^0.4.178",
"vite": "^5.3.2"
"vike": "^0.4.179",
"vite": "^5.3.3"
},
"dependencies": {
"@brillout/libassert": "^0.5.8",
"@manypkg/find-root": "^2.2.2",
"@vercel/build-utils": "^8.2.2",
"@vercel/build-utils": "^8.3.0",
"@vercel/nft": "^0.27.2",
"@vercel/routing-utils": "^3.1.0",
"esbuild": "^0.23.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/vike-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
},
"devDependencies": {
"@types/node": "^18.19.31",
"@vercel/node": "^3.2.0",
"@vercel/node": "^3.2.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vike": "^0.4.178",
"vite": "^5.3.2",
"vike": "^0.4.179",
"vite": "^5.3.3",
"vite-plugin-vercel": "workspace:*"
},
"dependencies": {
"@brillout/libassert": "^0.5.8",
"nanoid": "^5.0.7"
},
"peerDependencies": {
"vike": "^0.4.177",
"vike": "^0.4.179",
"vite": "^4.4 || ^5.0.2",
"vite-plugin-vercel": "*"
},
Expand Down
Loading

0 comments on commit 1f62c68

Please sign in to comment.