Skip to content

Commit

Permalink
feat: drop support for TypeScript versions before 5.2
Browse files Browse the repository at this point in the history
BREAKING CHANGE:  TypeScript versions before 5.2 are no longer supported.
  • Loading branch information
alan-agius4 committed Sep 27, 2023
1 parent b0fa46c commit 72500c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,10 +61,10 @@
"esbuild": "^0.19.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0-next.0",
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"tslib": "^2.3.0",
"typescript": ">=4.9.3 <5.3"
"typescript": ">=5.2 <5.3"
},
"peerDependenciesMeta": {
"tailwindcss": {
Expand Down

0 comments on commit 72500c3

Please sign in to comment.