Skip to content

Commit

Permalink
Yarn dependency upgrades (#32933)
Browse files Browse the repository at this point in the history
* Upgrade eslint packages to latest minor version

* Pin `trim` version to `0.0.3`
  • Loading branch information
jentfoo committed Oct 4, 2023
1 parent 5097c8d commit 8a736d7
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 237 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"react": "16.14.0",
"**/minimist": "^1.2.5",
"**/@types/react": "^16.8.19",
"**/trim": "0.0.3",
"webpack": "^5.76.2",
"x-default-browser": "^0.5.2"
},
Expand Down
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 8a736d7

Please sign in to comment.