Skip to content

Commit b67be8a

Browse files
committed
chore: fix deps
1 parent fd5e5d0 commit b67be8a

3 files changed

Lines changed: 201 additions & 206 deletions

File tree

examples/sentry/package.json

Lines changed: 5 additions & 4 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",
1920
"vike": "^0.4.258",
20-
"vike-photon": "^0.1.20",
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
}

packages/vike-react-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^5.9.2",
4444
"vike": "^0.4.258",
4545
"vike-react": "0.6.21",
46-
"vite": "^7.1.7"
46+
"vite": "^7.3.0"
4747
},
4848
"typesVersions": {
4949
"*": {

0 commit comments

Comments
 (0)