Skip to content

Commit

Permalink
chore: update to vike@0.4.195
Browse files Browse the repository at this point in the history
  • Loading branch information
phonzammi committed Sep 7, 2024
1 parent 711742c commit dc83aeb
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"node-fetch": "^3.3.2",
"solid-js": "^1.8.21",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-solid": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"solid-js": "^1.8.21",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-solid": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@tanstack/solid-query": "5.52.2",
"node-fetch": "^3.3.2",
"solid-js": "^1.8.22",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-solid": "workspace:^",
"vike-solid-query": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-query/pages/+config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {

passToClient: ["routeParams"],
stream: true,
injectScriptsAt: "STREAM",
injectScriptsAt: "HTML_STREAM",
extends: [vikeSolid, vikeSolidQuery],
} satisfies Config;
6 changes: 3 additions & 3 deletions packages/vike-solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"peerDependencies": {
"@tanstack/solid-query": ">=5.0.0",
"solid-js": "^1.8.7",
"vike-solid": ">=0.7.3"
"vike-solid": ">=0.7.4"
},
"devDependencies": {
"@brillout/release-me": "^0.4.0",
Expand All @@ -26,8 +26,8 @@
"solid-js": "^1.8.22",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vike": "^0.4.193",
"vike-solid": "^0.7.3",
"vike": "^0.4.195",
"vike-solid": "^0.7.4",
"vite": "5.4.2"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-solid/+config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ssrEffect } from "./integration/ssrEffect.js";
const config = {
name: "vike-solid",
require: {
vike: ">=0.4.191",
vike: ">=0.4.195",
},

// https://vike.dev/onRenderHtml
Expand Down
4 changes: 2 additions & 2 deletions packages/vike-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"peerDependencies": {
"solid-js": "^1.8.7",
"vike": ">=0.4.191",
"vike": ">=0.4.195",
"vite": ">=5.0.0"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"solid-js": "^1.8.22",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vike": "^0.4.193",
"vike": "^0.4.195",
"vite": "^5.4.2"
},
"exports": {
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc83aeb

Please sign in to comment.