mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix react version
This commit is contained in:
5
.changeset/four-pumas-speak.md
Normal file
5
.changeset/four-pumas-speak.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"create-better-t-stack": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix react version
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
"isbot": "^5.1.28",
|
"isbot": "^5.1.28",
|
||||||
"lucide-react": "^0.511.0",
|
"lucide-react": "^0.511.0",
|
||||||
"next-themes": "^0.4.6",
|
"next-themes": "^0.4.6",
|
||||||
"react": "^19.1.0",
|
"react": "19.0.0",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "19.0.0",
|
||||||
"react-router": "^7.6.1",
|
"react-router": "^7.6.1",
|
||||||
"sonner": "^2.0.3",
|
"sonner": "^2.0.3",
|
||||||
"tailwind-merge": "^3.3.0",
|
"tailwind-merge": "^3.3.0",
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
"@react-router/dev": "^7.6.1",
|
"@react-router/dev": "^7.6.1",
|
||||||
"@tailwindcss/vite": "^4.1.8",
|
"@tailwindcss/vite": "^4.1.8",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"@types/react": "^19.1.6",
|
"@types/react": "^19.0.12",
|
||||||
"@types/react-dom": "^19.1.5",
|
"@types/react-dom": "^19.0.4",
|
||||||
"react-router-devtools": "^1.1.0",
|
"react-router-devtools": "^1.1.0",
|
||||||
"tailwindcss": "^4.1.8",
|
"tailwindcss": "^4.1.8",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
|
|||||||
@@ -24,8 +24,8 @@
|
|||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"lucide-react": "^0.473.0",
|
"lucide-react": "^0.473.0",
|
||||||
"next-themes": "^0.4.6",
|
"next-themes": "^0.4.6",
|
||||||
"react": "^19.1.0",
|
"react": "19.0.0",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "19.0.0",
|
||||||
"sonner": "^2.0.3",
|
"sonner": "^2.0.3",
|
||||||
"tailwindcss": "^4.1.3",
|
"tailwindcss": "^4.1.3",
|
||||||
"tailwind-merge": "^2.6.0",
|
"tailwind-merge": "^2.6.0",
|
||||||
@@ -38,8 +38,8 @@
|
|||||||
"@tanstack/react-router-devtools": "^1.120.15",
|
"@tanstack/react-router-devtools": "^1.120.15",
|
||||||
"@testing-library/dom": "^10.4.0",
|
"@testing-library/dom": "^10.4.0",
|
||||||
"@testing-library/react": "^16.2.0",
|
"@testing-library/react": "^16.2.0",
|
||||||
"@types/react": "^19.1.6",
|
"@types/react": "^19.0.12",
|
||||||
"@types/react-dom": "^19.1.6",
|
"@types/react-dom": "^19.0.4",
|
||||||
"@vitejs/plugin-react": "^4.3.4",
|
"@vitejs/plugin-react": "^4.3.4",
|
||||||
"jsdom": "^26.0.0",
|
"jsdom": "^26.0.0",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user