Skip to content

Commit b3d0791

Browse files
committed
fix(deps): upgrade Photon
1 parent aaec4c7 commit b3d0791

File tree

9 files changed

+289
-381
lines changed

9 files changed

+289
-381
lines changed

examples/cloudflare-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"vike-react": "^0.6.13"
1717
},
1818
"devDependencies": {
19-
"@photonjs/cloudflare": "^0.1.7",
20-
"@photonjs/runtime": "^0.1.6",
19+
"@photonjs/cloudflare": "^0.1.8",
20+
"@photonjs/runtime": "^0.1.7",
2121
"@vitejs/plugin-react": "^5.1.1",
2222
"typescript": "^5.9.3",
2323
"vite": "^7.2.4",

examples/express-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test:types": "tsc --noEmit"
77
},
88
"dependencies": {
9-
"@photonjs/express": "^0.1.6",
9+
"@photonjs/express": "^0.1.7",
1010
"@vitejs/plugin-react": "^5.1.1",
1111
"express": "^5.1.0",
1212
"react": "^19.2.0",

examples/hono-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test:types": "tsc --noEmit"
77
},
88
"dependencies": {
9-
"@photonjs/hono": "^0.1.6",
9+
"@photonjs/hono": "^0.1.7",
1010
"@vitejs/plugin-react": "^5.1.1",
1111
"hono": "^4.10.6",
1212
"react": "^19.2.0",

examples/vercel-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"version": null,
2828
"devDependencies": {
2929
"@babel/plugin-transform-react-jsx": "^7.27.1",
30-
"@photonjs/vercel": "^0.1.7",
30+
"@photonjs/vercel": "^0.1.8",
3131
"@playwright/test": "^1.56.1",
32-
"@types/node": "^20.19.24",
32+
"@types/node": "^20.19.25",
3333
"@types/react": "^19.2.6",
3434
"@types/react-dom": "^19.2.3",
3535
"@universal-middleware/core": "^0.4.13",

examples/vercel-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"vike-react": "^0.6.13"
1515
},
1616
"devDependencies": {
17-
"@photonjs/runtime": "^0.1.6",
18-
"@photonjs/vercel": "^0.1.7",
17+
"@photonjs/runtime": "^0.1.7",
18+
"@photonjs/vercel": "^0.1.8",
1919
"@vitejs/plugin-react": "^5.1.1",
2020
"typescript": "^5.9.3",
2121
"vite": "^7.2.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"pnpm": {
3636
"overrides": {
37-
"@types/node": "^20.19.24"
37+
"@types/node": "^20.19.25"
3838
},
3939
"onlyBuiltDependencies": [
4040
"@biomejs/biome",

packages/vike-photon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"dependencies": {
4141
"@brillout/picocolors": "^1.0.29",
4242
"@brillout/vite-plugin-server-entry": "^0.7.15",
43-
"@photonjs/core": "^0.1.8",
44-
"@photonjs/runtime": "^0.1.6",
43+
"@photonjs/core": "^0.1.9",
44+
"@photonjs/runtime": "^0.1.7",
4545
"@universal-middleware/compress": "^0.2.34",
4646
"@universal-middleware/core": "^0.4.13",
4747
"@universal-middleware/sirv": "^0.1.23",
@@ -72,11 +72,11 @@
7272
"@elysiajs/node": "^1.4.2",
7373
"@hattip/adapter-node": "^0.0.49",
7474
"@hono/node-server": "^1.19.6",
75-
"@photonjs/cloudflare": "^0.1.7",
76-
"@photonjs/vercel": "^0.1.7",
75+
"@photonjs/cloudflare": "^0.1.8",
76+
"@photonjs/vercel": "^0.1.8",
7777
"@types/bun": "^1.3.3",
7878
"@types/deno": "^2.5.0",
79-
"@types/node": "^20.19.24",
79+
"@types/node": "^20.19.25",
8080
"elysia": "^1.4.16",
8181
"fastify": "^5.6.2",
8282
"h3": "^1.15.4",

pnpm-lock.yaml

Lines changed: 268 additions & 360 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vike-photon/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@elysiajs/node": "^1.4.2",
1212
"@hono/node-server": "^1.19.6",
1313
"@node-rs/argon2": "^2.0.2",
14-
"@photonjs/elysia": "^0.1.6",
15-
"@photonjs/express": "^0.1.6",
16-
"@photonjs/fastify": "^0.1.6",
17-
"@photonjs/h3": "^0.1.6",
18-
"@photonjs/hattip": "^0.1.6",
19-
"@photonjs/hono": "^0.1.6",
14+
"@photonjs/elysia": "^0.1.7",
15+
"@photonjs/express": "^0.1.7",
16+
"@photonjs/fastify": "^0.1.7",
17+
"@photonjs/h3": "^0.1.7",
18+
"@photonjs/hattip": "^0.1.7",
19+
"@photonjs/hono": "^0.1.7",
2020
"@prisma/client": "^6.19.0",
2121
"@types/express": "^5.0.5",
22-
"@types/node": "^20.19.24",
22+
"@types/node": "^20.19.25",
2323
"@types/react": "^19.2.6",
2424
"@types/react-dom": "^19.2.3",
2525
"@universal-middleware/core": "^0.4.13",

0 commit comments

Comments
 (0)