Skip to content

Commit bf56011

Browse files
committed
feat(plugin): Expand dependency range of TypeScript to encompass ^4.0.2
1 parent dd291aa commit bf56011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin-zillow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"eslint-plugin-react": "^7.21.1",
4747
"eslint-plugin-react-hooks": "^2.5.1",
4848
"prettier-config-zillow": "file:../prettier-config-zillow",
49-
"typescript": "^3.9.7"
49+
"typescript": "^3.9.7 || ^4.0.2"
5050
}
5151
}

0 commit comments

Comments
 (0)