Skip to content

Commit 76c95b7

Browse files
authored
chore: bump vike (#217)
1 parent 9255cd5 commit 76c95b7

19 files changed

Lines changed: 479 additions & 301 deletions

File tree

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react": "^19.2.1",
1212
"react-dom": "^19.2.1",
1313
"typescript": "^5.9.2",
14-
"vike": "^0.4.253",
14+
"vike": "^0.4.258",
1515
"vike-react": "0.6.21",
1616
"vike-react-apollo": "0.1.6",
1717
"@apollo/client": "^3.10.8",

examples/full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^19.2.1",
1313
"react-streaming": "^0.4.16",
1414
"typescript": "^5.9.3",
15-
"vike": "^0.4.253",
15+
"vike": "^0.4.258",
1616
"vike-react": "0.6.21",
1717
"vite": "^7.3.0"
1818
},

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@vitejs/plugin-react": "^5.0.3",
99
"react": "^19.2.1",
1010
"react-dom": "^19.2.1",
11-
"vike": "^0.4.253",
11+
"vike": "^0.4.258",
1212
"vike-react": "0.6.21",
1313
"vite": "^7.3.0"
1414
},

examples/query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^19.2.1",
1111
"react-dom": "^19.2.1",
1212
"typescript": "^5.9.2",
13-
"vike": "^0.4.253",
13+
"vike": "^0.4.258",
1414
"vike-react": "0.6.21",
1515
"vike-react-query": "0.1.12",
1616
"@tanstack/react-query": "^5.20.1",

examples/redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^19.2.1",
1515
"react-redux": "^9.2.0",
1616
"typescript": "^5.9.2",
17-
"vike": "^0.4.253",
17+
"vike": "^0.4.258",
1818
"vike-react": "0.6.21",
1919
"vike-react-redux": "0.1.3",
2020
"vite": "^7.3.0"

examples/sentry/.testRun.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function testRun(cmd: 'pnpm run dev' | 'pnpm run prod') {
2323
tolerateError: ({ logText }) =>
2424
logText.includes('This is a test error sent to Sentry!') ||
2525
logText.includes('This is an async error sent to Sentry!') ||
26+
logText.includes('vike-photon is deprecated') ||
2627
logText.includes('[sentry-vite-plugin]'),
2728
})
2829

examples/sentry/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,23 @@
55
"prod": "vike build && node ./dist/server/index.mjs"
66
},
77
"dependencies": {
8-
"@photonjs/hono": "^0.1.7",
8+
"@photonjs/hono": "^0.1.12",
9+
"@photonjs/runtime": "^0.1.17",
910
"@sentry/react": "^10.22.0",
1011
"@sentry/node": "^10.22.0",
1112
"@sentry/vite-plugin": "^4.6.0",
1213
"@types/react": "^19.1.13",
1314
"@types/react-dom": "^19.1.9",
1415
"@vitejs/plugin-react": "^5.0.3",
15-
"hono": "^4.7.14",
16+
"hono": "^4.12.14",
1617
"react": "^19.2.0",
1718
"react-dom": "^19.2.0",
1819
"typescript": "^5.9.2",
19-
"vike": "^0.4.253",
20-
"vike-photon": "^0.1.20",
20+
"vike": "^0.4.258",
21+
"vike-photon": "^0.1.26",
2122
"vike-react": "0.6.21",
2223
"vike-react-sentry": "0.1.0",
23-
"vite": "^7.1.7"
24+
"vite": "^7.3.0"
2425
},
2526
"type": "module"
2627
}

examples/zustand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^19.2.1",
1414
"react-dom": "^19.2.1",
1515
"typescript": "^5.9.3",
16-
"vike": "^0.4.253",
16+
"vike": "^0.4.258",
1717
"vike-react": "0.6.21",
1818
"vike-react-zustand": "0.1.9",
1919
"vite": "^7.3.0",

packages/vike-react-antd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react": "^19.2.1",
3232
"rimraf": "^5.0.5",
3333
"typescript": "^5.9.2",
34-
"vike": "^0.4.253",
34+
"vike": "^0.4.258",
3535
"vike-react": "0.6.21",
3636
"vite": "^7.3.0"
3737
},

packages/vike-react-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"react-streaming": "^0.4.16",
4040
"rimraf": "^5.0.5",
4141
"typescript": "^5.9.2",
42-
"vike": "^0.4.253",
42+
"vike": "^0.4.258",
4343
"vike-react": "0.6.21",
4444
"vite": "^7.3.0"
4545
},

0 commit comments

Comments
 (0)