Skip to content

Commit eaf9bf0

Browse files
committed
feat(deps): Upgrade typescript-eslint dependencies to ^4.2.0
1 parent 9c28678 commit eaf9bf0

File tree

3 files changed

+211
-36
lines changed

3 files changed

+211
-36
lines changed

package-lock.json

Lines changed: 207 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"@babel/template": "^7.10.4",
8484
"@babel/traverse": "^7.11.5",
8585
"@babel/types": "^7.11.5",
86-
"@typescript-eslint/eslint-plugin": "^2.34.0",
87-
"@typescript-eslint/parser": "^2.34.0",
86+
"@typescript-eslint/eslint-plugin": "^4.2.0",
87+
"@typescript-eslint/parser": "^4.2.0",
8888
"babel-eslint": "^10.1.0",
8989
"babel-plugin-dynamic-import-node": "2.3.3",
9090
"babel-plugin-jsx-remove-data-test-id": "^2.1.3",

packages/eslint-plugin-zillow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"prettier": "^2.1.2"
3737
},
3838
"dependencies": {
39-
"@typescript-eslint/eslint-plugin": "^2.34.0",
40-
"@typescript-eslint/parser": "^2.34.0",
39+
"@typescript-eslint/eslint-plugin": "^4.2.0",
40+
"@typescript-eslint/parser": "^4.2.0",
4141
"babel-eslint": "^10.1.0",
4242
"eslint-config-zillow": "file:../eslint-config-zillow",
4343
"eslint-import-resolver-node": "^0.3.4",

0 commit comments

Comments
 (0)