Skip to content

Commit f0c20a4

Browse files
chore(deps): update dependency typescript to v5
1 parent 647ebf4 commit f0c20a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"react-dom": "^17.0.0"
2828
},
2929
"devDependencies": {
30-
"typescript": "^4.0.0"
30+
"typescript": "^5.0.0"
3131
}
3232
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"tslint-config-prettier": "^1.18.0",
9797
"tslint-eslint-rules": "^5.4.0",
9898
"tslint-loader": "^3.6.0",
99-
"typescript": "^4.3.5",
99+
"typescript": "^5.0.0",
100100
"webpack": "^5.50.0",
101101
"webpack-cli": "^4.7.2",
102102
"webpack-dev-server": "^4.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5071,10 +5071,10 @@ typescript@^4.0.0, typescript@^4.5.5:
50715071
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
50725072
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
50735073

5074-
typescript@^4.3.5:
5075-
version "4.3.5"
5076-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
5077-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
5074+
typescript@^5.0.0:
5075+
version "5.9.3"
5076+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
5077+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
50785078

50795079
underscore.string@~2.4.0:
50805080
version "2.4.0"

0 commit comments

Comments
 (0)