1. Hoist i18n dependencies
2. Updated react-i18next 3. Updated Prettier plugins to use import.meta.resolve, so we don't have issues with hoisting
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"next": "15.0.3",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"react-i18next": "^15.1.1",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"react-i18next": "^15.1.1",
|
||||
"sonner": "^1.7.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "15.0.3",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"react-i18next": "^15.1.1",
|
||||
"sonner": "^1.7.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"lucide-react": "^0.454.0",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-i18next": "^15.1.0"
|
||||
"react-i18next": "^15.1.1"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"react-i18next": "^15.1.1",
|
||||
"sonner": "^1.7.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"next": "15.0.3",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-i18next": "^15.1.0"
|
||||
"react-i18next": "^15.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "23.16.4",
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"prettier": "^3.3.3",
|
||||
"react-day-picker": "^8.10.1",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"react-i18next": "^15.1.1",
|
||||
"sonner": "^1.7.0",
|
||||
"tailwindcss": "3.4.14",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
||||
Reference in New Issue
Block a user