🔧 chore(deps): Update package dependencies across multiple projects for improved stability and performance

This commit is contained in:
web@ppanel
2025-01-09 17:28:34 +07:00
parent 25da429da6
commit b01a5bc83b
7 changed files with 34 additions and 34 deletions
+5 -5
View File
@@ -9,9 +9,9 @@
"./react-internal": "./react-internal.js"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@next/eslint-plugin-next": "^15.1.4",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
@@ -19,7 +19,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-turbo": "^2.3.3",
"globals": "^15.14.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1"
}
}
+1 -1
View File
@@ -9,7 +9,7 @@
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-sort-json": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-two-style-order": "^1.0.1"
}
+5 -5
View File
@@ -52,7 +52,7 @@
"@tanstack/react-table": "^8.20.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cmdk": "1.0.4",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^11.16.1",
@@ -62,7 +62,7 @@
"next-themes": "^0.4.4",
"react-day-picker": "8.10.1",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"react-resizable-panels": "^2.1.7",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.0",
@@ -80,8 +80,8 @@
},
"devDependencies": {
"@turbo/gen": "^2.3.3",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rtl-detect": "^1.0.3",
@@ -92,6 +92,6 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}