Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.53.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 63ddbbb commit c18dc1e
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion apps/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@vitejs/plugin-react-swc": "3.4.1",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-storybook": "0.6.15"
},
"devDependencies": {
"eslint": "8.52.0"
"eslint": "8.53.0"
},
"peerDependencies": {
"eslint": ">= 8"
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ts-jest": "29.1.1"
},
"devDependencies": {
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"jest": "29.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@vitejs/plugin-react": "4.1.1",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"rimraf": "5.0.5",
"serve": "14.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest": "29.5.7",
"cross-env": "7.0.3",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"jest": "29.7.0",
"jest-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/parity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest": "29.5.7",
"cross-env": "7.0.3",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"jest": "29.7.0",
"jest-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react-dom": "18.2.14",
"@vitejs/plugin-react-swc": "3.4.1",
"cross-env": "7.0.3",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"glob": "10.3.10",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit c18dc1e

Please sign in to comment.