Skip to content

Commit e946f70

Browse files
chore(deps): update dependency typescript to v5
1 parent f4dbbbb commit e946f70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"peerDependencies": {
2828
"tslint": "^6.0.0",
29-
"typescript": "^4.4.4"
29+
"typescript": "^5.5.4"
3030
},
3131
"dependencies": {
3232
"minimatch": "^3.1.2",
@@ -42,7 +42,7 @@
4242
"clean-publish": "^2.2.0",
4343
"ts-node": "^10.9.2",
4444
"tslint": "^6.1.3",
45-
"typescript": "^4.4.4",
45+
"typescript": "^5.5.4",
4646
"yarn-deduplicate": "^3.1.0"
4747
},
4848
"resolutions": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,10 +1426,10 @@ tsutils@^3.21.0:
14261426
dependencies:
14271427
tslib "^1.8.1"
14281428

1429-
typescript@^4.4.4:
1430-
version "4.4.4"
1431-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
1432-
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
1429+
typescript@^5.5.4:
1430+
version "5.5.4"
1431+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
1432+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
14331433

14341434
universalify@^0.1.0:
14351435
version "0.1.2"

0 commit comments

Comments
 (0)