Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 5f0a731 commit 9419cd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"peerDependencies": {
"tslint": "^6.0.0",
"typescript": "^4.4.4"
"typescript": "^5.7.3"
},
"dependencies": {
"minimatch": "^3.1.2",
Expand All @@ -42,7 +42,7 @@
"clean-publish": "^2.2.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^4.4.4",
"typescript": "^5.7.3",
"yarn-deduplicate": "^3.1.0"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1332,10 +1332,10 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"

typescript@^4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
typescript@^5.7.3:
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

universalify@^0.1.0:
version "0.1.2"
Expand Down

0 comments on commit 9419cd6

Please sign in to comment.