Skip to content

Commit f1ad31f

Browse files
authored
fix(typescript): update readme and peerDeps version (#830)
* update plugin typescript readme * Update package.json
1 parent a69e85d commit f1ad31f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Requirements
1515

16-
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. This plugin also requires at least [TypeScript 3.4](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html).
16+
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. This plugin also requires at least [TypeScript 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
1717

1818
## Install
1919

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"peerDependencies": {
4949
"rollup": "^2.14.0",
5050
"tslib": "*",
51-
"typescript": ">=3.4.0"
51+
"typescript": ">=3.7.0"
5252
},
5353
"dependencies": {
5454
"@rollup/pluginutils": "^3.1.0",

0 commit comments

Comments
 (0)