Skip to content

Commit 9bdfded

Browse files
committed
chore: upgrade deps
1 parent c413042 commit 9bdfded

File tree

8 files changed

+97
-97
lines changed

8 files changed

+97
-97
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.10",
20-
"@photonjs/runtime": "^0.1.12",
19+
"@photonjs/cloudflare": "^0.1.11",
20+
"@photonjs/runtime": "^0.1.13",
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.10",
9+
"@photonjs/express": "^0.1.11",
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.9",
9+
"@photonjs/hono": "^0.1.10",
1010
"@vitejs/plugin-react": "^5.1.1",
1111
"hono": "^4.10.7",
1212
"react": "^19.2.0",

examples/vercel-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"version": null,
2828
"devDependencies": {
2929
"@babel/plugin-transform-react-jsx": "^7.27.1",
30-
"@photonjs/vercel": "^0.1.17",
30+
"@photonjs/vercel": "^0.1.18",
3131
"@playwright/test": "^1.57.0",
3232
"@types/node": "^20.19.25",
3333
"@types/react": "^19.2.7",

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.12",
18-
"@photonjs/vercel": "^0.1.17",
17+
"@photonjs/runtime": "^0.1.13",
18+
"@photonjs/vercel": "^0.1.18",
1919
"@vitejs/plugin-react": "^5.1.1",
2020
"typescript": "^5.9.3",
2121
"vite": "^7.2.4"

packages/vike-photon/package.json

Lines changed: 4 additions & 4 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.15",
44-
"@photonjs/runtime": "^0.1.12",
43+
"@photonjs/core": "^0.1.16",
44+
"@photonjs/runtime": "^0.1.13",
4545
"@universal-middleware/compress": "^0.2.34",
4646
"@universal-middleware/core": "^0.4.13",
4747
"@universal-middleware/sirv": "^0.1.23",
@@ -72,8 +72,8 @@
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.10-beta.0",
76-
"@photonjs/vercel": "^0.1.17-beta.0",
75+
"@photonjs/cloudflare": "^0.1.11",
76+
"@photonjs/vercel": "^0.1.18",
7777
"@types/bun": "^1.3.3",
7878
"@types/deno": "^2.5.0",
7979
"@types/node": "^20.19.25",

pnpm-lock.yaml

Lines changed: 80 additions & 80 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
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.9",
15-
"@photonjs/express": "^0.1.10",
16-
"@photonjs/fastify": "^0.1.9",
17-
"@photonjs/h3": "^0.1.9",
18-
"@photonjs/hattip": "^0.1.9",
19-
"@photonjs/hono": "^0.1.9",
14+
"@photonjs/elysia": "^0.1.10",
15+
"@photonjs/express": "^0.1.11",
16+
"@photonjs/fastify": "^0.1.10",
17+
"@photonjs/h3": "^0.1.10",
18+
"@photonjs/hattip": "^0.1.10",
19+
"@photonjs/hono": "^0.1.10",
2020
"@prisma/client": "^6.19.0",
2121
"@types/express": "^5.0.5",
2222
"@types/node": "^20.19.25",

0 commit comments

Comments
 (0)