Skip to content

Commit

Permalink
fix: rollback eslint version to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Jul 14, 2024
1 parent 98d4ff8 commit 45931a2
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 227 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,12 @@
"xml2js": "0.6.2",
"node-fetch": "3.3.2",
"@electron/universal": "2.0.1",
"@babel/runtime": "7.24.8",
"eslint": "9.7.0",
"@typescript-eslint/parser": "8.0.0-alpha.42"
"@babel/runtime": "7.24.8"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@xhayper/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]"
}
},
"dependencies": {
Expand Down Expand Up @@ -199,7 +196,8 @@
"@types/howler": "2.2.11",
"@types/html-to-text": "9.0.4",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.42",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"bufferutil": "4.0.8",
"builtin-modules": "4.0.0",
"cross-env": "7.0.3",
Expand All @@ -210,7 +208,7 @@
"electron-devtools-installer": "3.2.0",
"electron-vite": "2.3.0",
"esbuild": "0.23.0",
"eslint": "9.7.0",
"eslint": "8.57.0",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
Expand Down
Loading

0 comments on commit 45931a2

Please sign in to comment.