Skip to content

Commit c8500df

Browse files
Bump typescript from 4.9.5 to 5.9.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.9.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.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e1fe89 commit c8500df

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
@@ -36,6 +36,6 @@
3636
"eslint-config-next": "13.3.0",
3737
"prettier": "2.8.4",
3838
"raw-loader": "4.0.2",
39-
"typescript": "4.9.5"
39+
"typescript": "5.9.3"
4040
}
4141
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2886,10 +2886,10 @@ typed-array-length@^1.0.4:
28862886
for-each "^0.3.3"
28872887
is-typed-array "^1.1.9"
28882888

2889-
typescript@4.9.5:
2890-
version "4.9.5"
2891-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
2892-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2889+
typescript@5.9.3:
2890+
version "5.9.3"
2891+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
2892+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
28932893

28942894
unbox-primitive@^1.0.2:
28952895
version "1.0.2"

0 commit comments

Comments
 (0)