Update package dependencies and remove unused import

Updated several package dependencies including 'react-hook-form' and '@types/node' in various package.json files, and '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' in the ESLint configuration. Additionally, an unused import related to "prettier-plugin-tailwindcss" has been removed from the prettier tool configuration.
This commit is contained in:
gbuomprisco
2024-06-12 00:04:08 +08:00
parent 5e6ed5c6bd
commit 236185933d
16 changed files with 88 additions and 89 deletions

View File

@@ -33,7 +33,7 @@
"lucide-react": "^0.394.0",
"next": "14.2.3",
"react": "18.3.1",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"zod": "^3.23.8"
},

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^20.12.13"
"@types/node": "^20.14.2"
},
"eslintConfig": {
"root": true,

View File

@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"react": "18.3.1",
"zod": "^3.23.8"

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"wp-types": "^3.65.0"
},
"eslintConfig": {

View File

@@ -42,7 +42,7 @@
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -28,7 +28,7 @@
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"zod": "^3.23.8"
},
"exports": {

View File

@@ -33,7 +33,7 @@
"@types/react": "^18.3.3",
"lucide-react": "^0.394.0",
"next": "14.2.3",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -42,7 +42,7 @@
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -25,7 +25,7 @@
"react-i18next": "^14.1.2"
},
"dependencies": {
"i18next": "^23.11.4",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "8.0.0",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -51,7 +51,7 @@
"next-themes": "0.3.0",
"prettier": "^3.3.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"tailwindcss": "3.4.4",