Skip to content

Commit dc42327

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

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.2"
5076+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
5077+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
50785078

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

0 commit comments

Comments
 (0)