Skip to content

Commit bd97258

Browse files
committed
feat(deps): Remove TypeScript 3 from dependency version range
BREAKING CHANGE: TypeScript 3 is no longer supported, please upgrade.
1 parent e8c14e3 commit bd97258

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
@@ -50,6 +50,6 @@
5050
"eslint-plugin-react": "^7.21.2",
5151
"eslint-plugin-react-hooks": "^4.1.2",
5252
"prettier-config-zillow": "file:../prettier-config-zillow",
53-
"typescript": "^3.9.7 || ^4.0.2"
53+
"typescript": "^4.0.2"
5454
}
5555
}

0 commit comments

Comments
 (0)