Skip to content

Commit e1a9c95

Browse files
committedAug 27, 2022
Upgrade to TypeScript 4.8
1 parent e4a398c commit e1a9c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typedefinitions"
4040
],
4141
"dependencies": {
42-
"@tsd/typescript": "~4.7.4",
42+
"@tsd/typescript": "^4.8.2",
4343
"eslint-formatter-pretty": "^4.1.0",
4444
"globby": "^11.0.1",
4545
"meow": "^9.0.0",
@@ -61,7 +61,7 @@
6161
"execa": "^5.0.0",
6262
"react": "^16.9.0",
6363
"rxjs": "^6.5.3",
64-
"typescript": "~4.7.4"
64+
"typescript": "^4.8.2"
6565
},
6666
"ava": {
6767
"timeout": "2m",

0 commit comments

Comments
 (0)
Please sign in to comment.