KV to D1 migration (this is totally gonna break something)
This commit is contained in:
26
package.json
26
package.json
@ -12,27 +12,27 @@
|
||||
"@chakra-ui/react": "^2.8.2",
|
||||
"@emotion/react": "^11.11.4",
|
||||
"@emotion/styled": "^11.11.5",
|
||||
"@fontsource/plus-jakarta-sans": "^5.0.19",
|
||||
"@remix-run/cloudflare": "^2.8.1",
|
||||
"@remix-run/cloudflare-pages": "^2.8.1",
|
||||
"@remix-run/react": "^2.8.1",
|
||||
"@sentry/react": "^7.110.1",
|
||||
"@fontsource/plus-jakarta-sans": "^5.0.20",
|
||||
"@remix-run/cloudflare": "^2.9.2",
|
||||
"@remix-run/cloudflare-pages": "^2.9.2",
|
||||
"@remix-run/react": "^2.9.2",
|
||||
"@sentry/react": "^7.114.0",
|
||||
"aws4fetch": "^1.0.18",
|
||||
"framer-motion": "^11.0.28",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"framer-motion": "^11.1.9",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@remix-run/dev": "^2.8.1",
|
||||
"@types/node": "^20.12.7",
|
||||
"@types/react": "^18.2.78",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
"@remix-run/dev": "^2.9.2",
|
||||
"@types/node": "^20.12.11",
|
||||
"@types/react": "^18.3.2",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"prettier": "^3.2.5",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"overrides": {
|
||||
"@cloudflare/workers-types": "^4.20240405.0"
|
||||
"@cloudflare/workers-types": "^4.20240502.0"
|
||||
},
|
||||
"prettier": {
|
||||
"endOfLine": "auto"
|
||||
|
Reference in New Issue
Block a user