Skip to content

Commit e654e1d

Browse files
committed
Add fallback for KV
1 parent bc06783 commit e654e1d

3 files changed

Lines changed: 137 additions & 103 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@astrojs/check": "^0.9.8",
25-
"@astrojs/cloudflare": "^13.1.4",
25+
"@astrojs/cloudflare": "^13.1.6",
2626
"@astrojs/react": "^5.0.2",
2727
"@astrojs/ts-plugin": "^1.10.7",
2828
"@heroicons/react": "^2.2.0",
2929
"@nanostores/react": "^1.1.0",
30-
"@stripe/react-stripe-js": "^6.0.0",
31-
"@stripe/stripe-js": "^9.0.0",
30+
"@stripe/react-stripe-js": "^6.1.0",
31+
"@stripe/stripe-js": "^9.0.1",
3232
"@tailwindcss/vite": "^4.2.2",
33-
"astro": "^6.1.1",
33+
"astro": "^6.1.2",
3434
"nanostores": "^1.2.0",
3535
"react": "^19.2.4",
3636
"react-dom": "^19.2.4",
@@ -43,7 +43,7 @@
4343
"@types/node": "^25.5.0",
4444
"@types/react": "^19.2.14",
4545
"@types/react-dom": "^19.2.3",
46-
"@typescript-eslint/parser": "^8.57.2",
46+
"@typescript-eslint/parser": "^8.58.0",
4747
"eslint": "^10.1.0",
4848
"eslint-plugin-astro": "^1.6.0",
4949
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -55,7 +55,7 @@
5555
"prettier-plugin-astro": "0.14.1",
5656
"prettier-plugin-tailwindcss": "^0.7.2",
5757
"typescript": "^6.0.2",
58-
"typescript-eslint": "^8.57.2",
58+
"typescript-eslint": "^8.58.0",
5959
"wrangler": "^4.78.0"
6060
},
6161
"keywords": [

0 commit comments

Comments
 (0)