Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent c44c6a7 commit 0d7f30c
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 123 deletions.
2 changes: 1 addition & 1 deletion applications/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@xstate/test": "0.5.1",
"bundlesize": "0.18.2",
"css-loader": "7.1.2",
"eslint": "8.57.0",
"eslint": "9.4.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/node": "20.14.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.41.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@yarnpkg/builder": "4.1.1",
"@yarnpkg/cli": "4.2.2",
"@yarnpkg/core": "4.0.5",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.41.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/typescript-project-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@package/tsconfig": "workspace:*",
"@yarnpkg/builder": "4.1.1",
"@yarnpkg/core": "4.0.5",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.41.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@testing-library/dom": "10.1.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.1",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.41.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@package/tsconfig": "workspace:*",
"@types/jest": "29.5.12",
"@types/node": "20.14.1",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.41.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@package/tsconfig": "workspace:*",
"@yarnpkg/builder": "4.1.1",
"@yarnpkg/core": "4.0.5",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.41.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/react-dom": "18.3.0",
"bundlesize": "0.18.2",
"css-loader": "7.1.2",
"eslint": "8.57.0",
"eslint": "9.4.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/node": "20.14.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.41.0",
Expand Down
Loading

0 comments on commit 0d7f30c

Please sign in to comment.