Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent b78004d commit 82b91b8
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 103 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.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react-swc": "3.5.0",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"eslint-plugin-storybook": "0.6.15"
},
"devDependencies": {
"eslint": "8.53.0"
"eslint": "8.55.0"
},
"peerDependencies": {
"eslint": "8.53.0"
"eslint": "8.55.0"
}
}
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.53.0",
"eslint": "8.55.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.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.2.0",
"eslint": "8.53.0",
"eslint": "8.55.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.8",
"cross-env": "7.0.3",
"esbuild": "0.19.8",
"eslint": "8.53.0",
"eslint": "8.55.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.8",
"cross-env": "7.0.3",
"esbuild": "0.19.8",
"eslint": "8.53.0",
"eslint": "8.55.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.15",
"@vitejs/plugin-react-swc": "3.5.0",
"cross-env": "7.0.3",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"glob": "10.3.10",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 82b91b8

Please sign in to comment.