Skip to content

Commit d3344d5

Browse files
Bump typescript from 5.9.3 to 6.0.2 (#986)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6713382 commit d3344d5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^19.2.4",
1717
"react-router-dom": "^7.13.2",
1818
"react-scripts": "5.0.1",
19-
"typescript": "^5.9.3",
19+
"typescript": "^6.0.2",
2020
"web-vitals": "^5.1.0"
2121
},
2222
"scripts": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10719,10 +10719,10 @@ typedarray-to-buffer@^3.1.5:
1071910719
dependencies:
1072010720
is-typedarray "^1.0.0"
1072110721

10722-
typescript@^5.9.3:
10723-
version "5.9.3"
10724-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
10725-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
10722+
typescript@^6.0.2:
10723+
version "6.0.2"
10724+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
10725+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
1072610726

1072710727
ulid@^2.3.0:
1072810728
version "2.3.0"

0 commit comments

Comments
 (0)