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 Nov 7, 2024
1 parent 8dbc34e commit 8f7fa9d
Show file tree
Hide file tree
Showing 9 changed files with 424 additions and 362 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"eslint": "8.57.1",
"eslint": "9.14.0",
"jsdom": "25.0.1",
"prettier": "3.3.3",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@12deg/eslint-config": "0.1.5",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"husky": "9.1.6",
"prettier": "3.3.3",
"shipjs": "0.26.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/react": "18.3.12",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"eslint": "8.57.1",
"eslint": "9.14.0",
"jsdom": "25.0.1",
"prettier": "3.3.3",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/validator": "13.12.2",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-react": "7.37.2",
"jsdom": "25.0.1",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-react": "7.37.2",
"prettier": "3.3.3",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-react": "7.37.2",
"jsdom": "25.0.1",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-react": "7.37.2",
"jsdom": "25.0.1",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"axios": "1.7.7",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-react": "7.37.2",
"jsdom": "25.0.1",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit 8f7fa9d

Please sign in to comment.