Skip to content

Commit

Permalink
Merge pull request #130 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 authored Oct 15, 2024
2 parents a4ed731 + f85f0f5 commit de359c4
Show file tree
Hide file tree
Showing 5 changed files with 902 additions and 1,373 deletions.
7 changes: 7 additions & 0 deletions examples/solid-query/pages/+config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ export default {
passToClient: ["routeParams"],
stream: true,
injectScriptsAt: "HTML_STREAM",
queryClientConfig: {
defaultOptions: {
queries: {
experimental_prefetchInRender: true,
},
},
},
extends: [vikeSolid, vikeSolidQuery],
} satisfies Config;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@brillout/test-e2e": "^0.5.35",
"@brillout/test-types": "^0.1.15",
"playwright": "^1.47.2"
"playwright": "^1.48.0"
},
"packageManager": "[email protected]"
}
10 changes: 5 additions & 5 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.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@tanstack/solid-query": "^5.56.2",
"rollup": "^4.23.0",
"@tanstack/solid-query": "^5.59.13",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"solid-js": "^1.9.1",
"typescript": "^5.6.2",
"vike": "^0.4.197",
"solid-js": "^1.9.2",
"typescript": "^5.6.3",
"vike": "^0.4.199",
"vike-solid": "workspace:*"
},
"typesVersions": {
Expand Down
20 changes: 10 additions & 10 deletions packages/vike-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"vite": ">=5.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@brillout/release-me": "^0.4.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.5.5",
"babel-preset-solid": "^1.9.0",
"bumpp": "^9.6.1",
"rollup": "^4.23.0",
"babel-preset-solid": "^1.9.2",
"bumpp": "^9.7.1",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vike": "^0.4.197",
"vite": "^5.4.8"
"typescript": "^5.6.3",
"vike": "^0.4.199",
"vite": "^5.4.9"
},
"exports": {
"./config": "./dist/+config.js",
Expand Down
Loading

0 comments on commit de359c4

Please sign in to comment.