Skip to content

Commit

Permalink
Merge pull request #153 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
magne4000 authored Feb 17, 2025
2 parents 69ba95f + 0b8857f commit 5d88e88
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 598 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@biomejs/biome": "^1.9.4",
"@brillout/test-e2e": "^0.6.2",
"@brillout/test-types": "^0.1.15",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-solid": "^0.14.5",
"playwright": "^1.50.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
"typescript-eslint": "^8.24.0"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 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.0",
"rollup": "^4.34.1",
"@tanstack/solid-query": "^5.66.3",
"rollup": "^4.34.7",
"rollup-plugin-dts": "^6.1.1",
"solid-js": "^1.9.4",
"typescript": "^5.7.3",
"vike": "^0.4.220",
"vike": "^0.4.223",
"vike-solid": "workspace:*"
},
"typesVersions": {
Expand Down
14 changes: 7 additions & 7 deletions packages/vike-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
},
"dependencies": {
"isbot-fast": "^1.2.0",
"vite-plugin-solid": "^2.11.0"
"vite-plugin-solid": "^2.11.1"
},
"peerDependencies": {
"solid-js": "^1.8.7",
"vike": ">=0.4.195",
"vite": ">=5.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@brillout/release-me": "^0.4.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.10",
"babel-preset-solid": "^1.9.3",
"bumpp": "^10.0.1",
"rollup": "^4.34.1",
"bumpp": "^10.0.3",
"rollup": "^4.34.7",
"rollup-plugin-dts": "^6.1.1",
"solid-js": "^1.9.4",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vike": "^0.4.220",
"vite": "^6.0.11"
"vike": "^0.4.223",
"vite": "^6.1.0"
},
"exports": {
"./config": "./dist/+config.js",
Expand Down
Loading

0 comments on commit 5d88e88

Please sign in to comment.