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 Mar 3, 2025
1 parent b30d757 commit 9891e8d
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 249 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"eslint": "^9.21.0",
"eslint-plugin-solid": "^0.14.5",
"playwright": "^1.50.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions packages/vike-solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@brillout/release-me": "^0.4.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.0",
"@tanstack/solid-query": "^5.66.9",
"rollup": "^4.34.8",
"@tanstack/solid-query": "^5.66.11",
"rollup": "^4.34.9",
"rollup-plugin-dts": "^6.1.1",
"solid-js": "^1.9.5",
"typescript": "^5.7.3",
"vike": "^0.4.223",
"typescript": "^5.8.2",
"vike": "^0.4.224",
"vike-solid": "workspace:*"
},
"typesVersions": {
Expand Down
10 changes: 5 additions & 5 deletions packages/vike-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"isbot-fast": "^1.2.0",
"vite-plugin-solid": "^2.11.2"
"vite-plugin-solid": "^2.11.6"
},
"peerDependencies": {
"solid-js": "^1.8.7",
Expand All @@ -29,13 +29,13 @@
"@types/node": "^22.10.10",
"babel-preset-solid": "^1.9.5",
"bumpp": "^10.0.3",
"rollup": "^4.34.8",
"rollup": "^4.34.9",
"rollup-plugin-dts": "^6.1.1",
"solid-js": "^1.9.5",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vike": "^0.4.223",
"vite": "^6.1.1"
"typescript": "^5.8.2",
"vike": "^0.4.224",
"vite": "^6.2.0"
},
"exports": {
"./config": "./dist/+config.js",
Expand Down
Loading

0 comments on commit 9891e8d

Please sign in to comment.