Skip to content

Commit 3558b44

Browse files
feat(deps)!: bump minimum TypeScript to 4.8.4
1 parent 52ba4ca commit 3558b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"peerDependencies": {
6464
"eslint": "^8.57.0 || ^9.0.0",
6565
"rxjs": ">=7.2.0",
66-
"typescript": ">=4.7.4"
66+
"typescript": ">=4.8.4"
6767
},
6868
"peerDependenciesMeta": {
6969
"rxjs": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@ __metadata:
19621962
peerDependencies:
19631963
eslint: ^8.57.0 || ^9.0.0
19641964
rxjs: ">=7.2.0"
1965-
typescript: ">=4.7.4"
1965+
typescript: ">=4.8.4"
19661966
peerDependenciesMeta:
19671967
rxjs:
19681968
optional: true

0 commit comments

Comments
 (0)