Skip to content

Commit 675b41b

Browse files
Update dependency typescript to v5
1 parent b148535 commit 675b41b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"ts-loader": "^9.3.1",
6161
"tslint": "^6.0.0",
6262
"tslint-eslint-rules": "^5.3.1",
63-
"typescript": "^4.3.5",
63+
"typescript": "^5.0.0",
6464
"webpack": "^5.73.0",
6565
"webpack-cli": "^4.10.0"
6666
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4274,10 +4274,10 @@ typedarray@^0.0.6:
42744274
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
42754275
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
42764276

4277-
typescript@^4.3.5:
4278-
version "4.3.5"
4279-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
4280-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
4277+
typescript@^5.0.0:
4278+
version "5.4.5"
4279+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
4280+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
42814281

42824282
undici-types@~5.25.1:
42834283
version "5.25.3"

0 commit comments

Comments
 (0)