Skip to content

Commit 0e2cae3

Browse files
committed
Upgrade TypeScript to 5.0
1 parent 12ed050 commit 0e2cae3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ui/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"ts-essentials": "^9.0.0",
8383
"ts-jest": "^29.0.4",
8484
"ts-loader": "^9.2.3",
85-
"typescript": "^4.2.2",
86-
"typescript-plugin-css-modules": "^4.1.1",
85+
"typescript": "^5.0.2",
86+
"typescript-plugin-css-modules": "^5.0.0",
8787
"webpack": "^5.24.3",
8888
"webpack-cli": "^5.0.1"
8989
},

ui/frontend/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6201,10 +6201,10 @@ typed-array-length@^1.0.4:
62016201
for-each "^0.3.3"
62026202
is-typed-array "^1.1.9"
62036203

6204-
typescript-plugin-css-modules@^4.1.1:
6205-
version "4.2.3"
6206-
resolved "https://registry.yarnpkg.com/typescript-plugin-css-modules/-/typescript-plugin-css-modules-4.2.3.tgz#c5ce99a6f0eea4f562bf4a673edaabf730f419d3"
6207-
integrity sha512-jEEP2oUPOqR89QGgvPK2HSTZLkrCeKZQ9EwiNxm9VUcufUbNY1Tv053fPKRq6c13PMQjlBU3WrQjKN8u0j5Y6w==
6204+
typescript-plugin-css-modules@^5.0.0:
6205+
version "5.0.0"
6206+
resolved "https://registry.yarnpkg.com/typescript-plugin-css-modules/-/typescript-plugin-css-modules-5.0.0.tgz#7f7d41315b0255b831a198220948e4a38fb33f01"
6207+
integrity sha512-fWqguBTVLnV9Xto3maYByUt4rfJdmZ5Z66TQ6jOHpIiU/RPDf/DCCtJPNYyWLQflrbimSawag8zE6EmrkYmuZQ==
62086208
dependencies:
62096209
"@types/postcss-modules-local-by-default" "^4.0.0"
62106210
"@types/postcss-modules-scope" "^3.0.1"
@@ -6223,10 +6223,10 @@ typescript-plugin-css-modules@^4.1.1:
62236223
stylus "^0.59.0"
62246224
tsconfig-paths "^4.1.2"
62256225

6226-
typescript@^4.2.2:
6227-
version "4.9.5"
6228-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
6229-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
6226+
typescript@^5.0.2:
6227+
version "5.0.2"
6228+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
6229+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
62306230

62316231
unbox-primitive@^1.0.2:
62326232
version "1.0.2"

0 commit comments

Comments
 (0)