Skip to content

Commit

Permalink
Merge pull request #84 from magne4000/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jun 3, 2024
2 parents 8dcc348 + ee69e15 commit 620722a
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 135 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"publish:stable": "pnpm run prepublishOnly && changeset publish -r"
},
"devDependencies": {
"@changesets/cli": "^2.27.3",
"@changesets/cli": "^2.27.5",
"@types/node": "^18.19.31",
"cross-env": "^7.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions packages/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
},
"devDependencies": {
"@types/node": "^18.19.31",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vite-plugin-vercel/vike": "workspace:*",
"eslint": "^8.57.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vike": "^0.4.172",
"vite": "^5.2.11"
"vite": "^5.2.12"
},
"dependencies": {
"@brillout/libassert": "^0.5.8",
"@manypkg/find-root": "^2.2.1",
"@vercel/build-utils": "^8.2.0",
"@vercel/build-utils": "^8.2.1",
"@vercel/nft": "^0.27.1",
"@vercel/routing-utils": "^3.1.0",
"esbuild": "^0.21.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/vike-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"@types/node": "^18.19.31",
"@vercel/node": "^3.1.5",
"tsup": "^8.0.2",
"@vercel/node": "^3.1.6",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vike": "^0.4.172",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-vercel": "workspace:*"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 620722a

Please sign in to comment.