Skip to content

Commit

Permalink
chore(peers): update TypeScript peer dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for TypeScript below v4.2
  • Loading branch information
rfgamaral committed Apr 24, 2021
1 parent 536e9ac commit 090aec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,6 +92,6 @@
"peerDependencies": {
"eslint": ">=7.25",
"prettier": ">=2",
"typescript": ">=3.3"
"typescript": ">=4.2"
}
}

0 comments on commit 090aec7

Please sign in to comment.