Skip to content

Commit

Permalink
chore(deps): Upgrade eslint to 7.32.0 (#4127)
Browse files Browse the repository at this point in the history
Also run https://www.npmjs.com/package/yarn-deduplicate to clean up
yarn.lock file.
  • Loading branch information
AbhiPrasad authored Nov 10, 2021
1 parent 8ca6da8 commit 23a79ab
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 476 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/sinon": "^7.0.11",
"chai": "^4.1.2",
"codecov": "^3.6.5",
"eslint": "7.27.0",
"eslint": "7.32.0",
"jest": "^24.7.1",
"karma-browserstack-launcher": "^1.5.1",
"karma-firefox-launcher": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": ">=5"
},
"devDependencies": {
"eslint": "7.27.0",
"eslint": "7.32.0",
"typescript": "3.7.5"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"devDependencies": {
"@sentry/types": "6.14.1",
"@types/webpack": "^4.41.31",
"eslint": "7.20.0",
"next": "10.1.3",
"rimraf": "3.0.2"
},
Expand Down
Loading

0 comments on commit 23a79ab

Please sign in to comment.