mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
build: removing react-native. Aiming for 18.x react dependencies cross-workspace to avoid bugs. (#49)
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@tailwindcss/vite": "^4.1.14",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.1",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"astro": "^5.14.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"sharp": "^0.34.3",
|
||||
"simple-git": "^3.28.0",
|
||||
"tailwindcss": "^4.1.14"
|
||||
|
||||
Reference in New Issue
Block a user