Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent e0183ac commit 5579811
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 184 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@changesets/cli": "^2.27.7",
"@types/node": "^18.19.31",
"cross-env": "^7.0.3",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
},
"devDependencies": {
"@types/node": "^18.19.31",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vite-plugin-vercel/vike": "workspace:*",
"eslint": "^8.57.0",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vike": "^0.4.181",
"vite": "^5.3.5"
"vike": "^0.4.182",
"vite": "^5.4.0"
},
"dependencies": {
"@brillout/libassert": "^0.5.8",
"@manypkg/find-root": "^2.2.2",
"@vercel/build-utils": "^8.3.5",
"@vercel/build-utils": "^8.3.6",
"@vercel/nft": "^0.27.3",
"@vercel/routing-utils": "^3.1.0",
"esbuild": "^0.23.0",
Expand Down
10 changes: 5 additions & 5 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.7",
"tsup": "^8.2.3",
"@vercel/node": "^3.2.8",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vike": "^0.4.181",
"vite": "^5.3.5",
"vike": "^0.4.182",
"vite": "^5.4.0",
"vite-plugin-vercel": "workspace:*"
},
"dependencies": {
"@brillout/libassert": "^0.5.8",
"nanoid": "^5.0.7"
},
"peerDependencies": {
"vike": "^0.4.181",
"vike": "^0.4.182",
"vite": "^4.4 || ^5.0.2",
"vite-plugin-vercel": "*"
},
Expand Down
Loading

0 comments on commit 5579811

Please sign in to comment.