chore(deps): Update typescript-eslint to stable

This commit is contained in:
FabianLars
2024-12-02 13:57:54 +01:00
parent 74dd5642fd
commit 8244294335
2 changed files with 298 additions and 157 deletions
+5 -5
View File
@@ -10,17 +10,17 @@
"format-check": "prettier --check ."
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@eslint/js": "9.16.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/eslint__js": "8.42.3",
"eslint": "9.15.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.4.0",
"rollup": "4.27.4",
"prettier": "3.4.1",
"rollup": "4.28.0",
"typescript": "5.7.2",
"typescript-eslint": "rc-v8"
"typescript-eslint": "8.16.0"
},
"resolutions": {
"semver": ">=7.5.2",