Skip to content

Commit 1ae14d8

Browse files
chore(deps): update dependency typescript to v5
1 parent 334c4f5 commit 1ae14d8

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
@@ -5213,10 +5213,10 @@ typescript@^4.0.0, typescript@^4.5.5:
52135213
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
52145214
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
52155215

5216-
typescript@^4.3.5:
5217-
version "4.3.5"
5218-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
5219-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
5216+
typescript@^5.0.0:
5217+
version "5.0.2"
5218+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
5219+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
52205220

52215221
unbox-primitive@^1.0.1:
52225222
version "1.0.1"

0 commit comments

Comments
 (0)