Skip to content

Commit

Permalink
chore: upgrade eslint (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Apr 17, 2024
1 parent c7d6b7e commit 0f40764
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 126 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/eslint": "^8.40.2",
"eslint": "^8.44.0",
"eslint": "^8.57.0",
"postcss": "^8.4.24",
"prettier": "^3.0.0",
"stylelint": "^15.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/eslint": "^8.40.2",
"eslint": "^8.44.0",
"eslint": "^8.57.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3"
},
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-unused-imports": "^2.0.0"
},
"peerDependencies": {
"eslint": "^8.44.0",
"eslint": "^8.57.0",
"prettier": "^3.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@silverhand/eslint-config": "workspace:^",
"@silverhand/eslint-config-react": "workspace:^",
"@types/react": "^18.0.28",
"eslint": "^8.44.0",
"eslint": "^8.57.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"stylelint": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@silverhand/eslint-config": "workspace:^",
"@types/eslint": "^8.40.2",
"eslint": "^8.44.0",
"eslint": "^8.57.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 0f40764

Please sign in to comment.