Skip to content

Commit 879ff17

Browse files
Copilotrubensworks
andcommitted
Update typescript from ~5.5.0 to ~5.9.0 (#160)
Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/3a1755d4-cde4-46b9-888f-a2c602d2fd9a Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
1 parent a7f5b94 commit 879ff17

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"streamify-string": "^1.0.1",
7878
"ts-jest": "^29.1.0",
7979
"ts-loader": "^9.4.1",
80-
"typescript": "~5.5.0",
80+
"typescript": "~5.9.0",
8181
"webpack": "^5.75.0",
8282
"webpack-cli": "^6.0.0"
8383
},

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"sourceMap": true,
1717
"declaration": true,
1818
"strict": true,
19+
"skipLibCheck": true,
1920
"resolveJsonModule": true
2021
},
2122
"include": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6966,10 +6966,10 @@ typedarray@^0.0.6:
69666966
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
69676967
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
69686968

6969-
typescript@~5.5.0:
6970-
version "5.5.4"
6971-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
6972-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
6969+
typescript@~5.9.0:
6970+
version "5.9.3"
6971+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
6972+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
69736973

69746974
uglify-js@^3.1.4:
69756975
version "3.19.3"

0 commit comments

Comments
 (0)