🔧 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"
}
}