mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
feat: upgrade react-router + hono-server
This commit is contained in:
+10
-13
@@ -26,11 +26,11 @@
|
||||
"@libsql/client": "^0.15.9",
|
||||
"@primer/octicons-react": "^19.15.2",
|
||||
"@react-aria/toast": "3.0.3",
|
||||
"@react-router/node": "^7.6.1",
|
||||
"@react-router/node": "^7.8.1",
|
||||
"@react-stately/toast": "3.1.0",
|
||||
"@shopify/lang-jsonc": "^1.0.1",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
"@types/react": "^19.1.10",
|
||||
"@types/react-dom": "^19.1.7",
|
||||
"@uiw/codemirror-theme-github": "^4.23.12",
|
||||
"@uiw/codemirror-theme-xcode": "^4.23.12",
|
||||
"@uiw/react-codemirror": "^4.23.12",
|
||||
@@ -48,16 +48,16 @@
|
||||
"lucide-react": "^0.511.0",
|
||||
"mime": "^4.0.7",
|
||||
"openid-client": "^6.5.0",
|
||||
"react": "19.1.0",
|
||||
"react": "19.1.1",
|
||||
"react-aria": "^3.40.0",
|
||||
"react-codemirror-merge": "^4.23.12",
|
||||
"react-dom": "19.1.0",
|
||||
"react-dom": "19.1.1",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-router": "^7.6.1",
|
||||
"react-router-hono-server": "^2.13.0",
|
||||
"react-router": "^7.8.1",
|
||||
"react-router-hono-server": "2.21.0",
|
||||
"react-stately": "^3.38.0",
|
||||
"remix-utils": "^8.7.0",
|
||||
"remix-utils": "^8.8.0",
|
||||
"tailwind-merge": "^3.3.0",
|
||||
"undici": "^7.10.0",
|
||||
"usehooks-ts": "^3.1.1",
|
||||
@@ -65,7 +65,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@react-router/dev": "^7.6.1",
|
||||
"@react-router/dev": "^7.8.1",
|
||||
"@tailwindcss/vite": "^4.1.8",
|
||||
"@types/node": "^22.15.17",
|
||||
"@types/websocket": "^1.0.10",
|
||||
@@ -73,7 +73,7 @@
|
||||
"js-yaml": "^4.1.0",
|
||||
"lefthook": "^1.11.13",
|
||||
"postcss": "^8.5.4",
|
||||
"react-router-dom": "^7.6.1",
|
||||
"react-router-dom": "^7.8.1",
|
||||
"react-scan": "^0.3.4",
|
||||
"tailwindcss": "^4.1.8",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
@@ -90,9 +90,6 @@
|
||||
"pnpm": ">=10.4 <11"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"react-router-hono-server": "patches/react-router-hono-server.patch"
|
||||
},
|
||||
"supportedArchitectures": {
|
||||
"os": ["current", "linux"],
|
||||
"cpu": ["x64", "arm64"]
|
||||
|
||||
Reference in New Issue
Block a user