Skip to content

Commit

Permalink
Upgrade eslint packages to latest minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed Oct 3, 2023
1 parent 1923b65 commit 7a5d544
Show file tree
Hide file tree
Showing 2 changed files with 638 additions and 233 deletions.
20 changes: 10 additions & 10 deletions web/packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@
"@types/react-transition-group": "^4.4.5",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react-swc": "^3.2.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "4.0.0",
"core-js": "^3",
"cross-env": "5.0.5",
"cross-spawn": "6.0.5",
"electron-builder": "^24.4.0",
"eslint": "^8.33.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-webpack": "^0.13.7",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"events": "3.3.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
Expand Down
Loading

0 comments on commit 7a5d544

Please sign in to comment.