update wrangler

This commit is contained in:
Avraham Sakal
2025-09-28 23:00:22 -04:00
parent 46f416c6b5
commit 9ef949550e
2 changed files with 71 additions and 71 deletions
+13 -13
View File
@@ -9,28 +9,28 @@
"deploy": "run-s build deploy:wrangler"
},
"dependencies": {
"vike": "^0.4.237",
"@compiled/react": "^0.18.6",
"@vitejs/plugin-react": "^5.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"vike-react": "^0.6.5",
"vike-cloudflare": "^0.1.7"
"vike": "^0.4.237",
"vike-cloudflare": "^0.1.7",
"vike-react": "^0.6.5"
},
"devDependencies": {
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-plugin-compiled-react": "^1.3.1",
"eslint": "^9.33.0",
"@cloudflare/workers-types": "^4.20250927.0",
"@eslint/js": "^9.33.0",
"typescript-eslint": "^8.39.1",
"globals": "^16.3.0",
"eslint-plugin-react": "^7.37.5",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@cloudflare/workers-types": "^4.20250816.0",
"wrangler": "^4.30.0",
"npm-run-all2": "^8.0.4"
"eslint": "^9.33.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.3.0",
"npm-run-all2": "^8.0.4",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-compiled-react": "^1.3.1",
"wrangler": "^4.40.2"
},
"type": "module"
}