Skip to content

Commit d5ab4bb

Browse files
chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 (#636)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e7c705 commit d5ab4bb

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
@@ -18,7 +18,7 @@
1818
"jest": "^30.3.0",
1919
"prettier": "^3.8.3",
2020
"react": "^18.3.1",
21-
"typescript": "^6.0.2"
21+
"typescript": "^6.0.3"
2222
},
2323
"engines": {
2424
"node": ">=20.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4309,10 +4309,10 @@ typed-array-length@^1.0.6:
43094309
is-typed-array "^1.1.13"
43104310
possible-typed-array-names "^1.0.0"
43114311

4312-
typescript@^6.0.2:
4313-
version "6.0.2"
4314-
resolved "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
4315-
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
4312+
typescript@^6.0.3:
4313+
version "6.0.3"
4314+
resolved "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
4315+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
43164316

43174317
unbox-primitive@^1.0.2:
43184318
version "1.0.2"

0 commit comments

Comments
 (0)