Skip to content

Commit

Permalink
feat(deps): Upgrade typescript-eslint dependencies to ^4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Sep 25, 2020
1 parent 9c28678 commit eaf9bf0
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 36 deletions.
239 changes: 207 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.11.5",
"@babel/types": "^7.11.5",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-jsx-remove-data-test-id": "^2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-zillow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"prettier": "^2.1.2"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-eslint": "^10.1.0",
"eslint-config-zillow": "file:../eslint-config-zillow",
"eslint-import-resolver-node": "^0.3.4",
Expand Down

0 comments on commit eaf9bf0

Please sign in to comment.