Skip to content

Commit 9d4b908

Browse files
build: bump typescript from 4.9.5 to 5.7.3 in /src/ContentProcessorWeb
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v4.9.5...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.7.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd1ed4a commit 9d4b908

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

src/ContentProcessorWeb/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorWeb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-tiff": "^0.0.14",
6666
"sass": "^1.85.0",
6767
"sass-loader": "^16.0.5",
68-
"typescript": "^4.9.5",
68+
"typescript": "^5.8.3",
6969
"typescript-eslint": "^8.32.0"
7070
},
7171
"compilerOptions": {

src/ContentProcessorWeb/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10819,10 +10819,10 @@ typescript-eslint@^8.32.0:
1081910819
"@typescript-eslint/parser" "8.32.0"
1082010820
"@typescript-eslint/utils" "8.32.0"
1082110821

10822-
typescript@^4.9.5:
10823-
version "4.9.5"
10824-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
10825-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
10822+
typescript@^5.8.3:
10823+
version "5.8.3"
10824+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
10825+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1082610826

1082710827
unbox-primitive@^1.1.0:
1082810828
version "1.1.0"

0 commit comments

Comments
 (0)