Skip to content

Commit d27d2e8

Browse files
Update dependency typescript to v5
1 parent d5e0e1e commit d27d2e8

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
@@ -64,7 +64,7 @@
6464
"ts-loader": "^9.3.1",
6565
"tslint": "^6.0.0",
6666
"tslint-eslint-rules": "^5.3.1",
67-
"typescript": "^4.3.5",
67+
"typescript": "^5.0.0",
6868
"webpack": "^5.73.0",
6969
"webpack-cli": "^4.10.0"
7070
},

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.6.2"
4279+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
4280+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
42814281

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

0 commit comments

Comments
 (0)