Skip to content

Commit 6b0fb04

Browse files
chore(deps): bump typescript from 5.9.2 to 5.9.3 (#112)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 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@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8707a8 commit 6b0fb04

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react-dom": "^19.1.1",
5252
"rimraf": "^6.0.1",
5353
"semantic-release": "^24.2.9",
54-
"typescript": "^5.9.2",
54+
"typescript": "^5.9.3",
5555
"vitest": "^3.2.4"
5656
},
5757
"peerDependencies": {

yarn.lock

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ __metadata:
17261726
react-dom: "npm:^19.1.1"
17271727
rimraf: "npm:^6.0.1"
17281728
semantic-release: "npm:^24.2.9"
1729-
typescript: "npm:^5.9.2"
1729+
typescript: "npm:^5.9.3"
17301730
vitest: "npm:^3.2.4"
17311731
peerDependencies:
17321732
react: ^19.1.0
@@ -8707,6 +8707,16 @@ __metadata:
87078707
languageName: node
87088708
linkType: hard
87098709

8710+
"typescript@npm:^5.9.3":
8711+
version: 5.9.3
8712+
resolution: "typescript@npm:5.9.3"
8713+
bin:
8714+
tsc: bin/tsc
8715+
tsserver: bin/tsserver
8716+
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
8717+
languageName: node
8718+
linkType: hard
8719+
87108720
"typescript@patch:typescript@npm%3A^5.9.2#optional!builtin<compat/typescript>":
87118721
version: 5.9.2
87128722
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
@@ -8717,6 +8727,16 @@ __metadata:
87178727
languageName: node
87188728
linkType: hard
87198729

8730+
"typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
8731+
version: 5.9.3
8732+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
8733+
bin:
8734+
tsc: bin/tsc
8735+
tsserver: bin/tsserver
8736+
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
8737+
languageName: node
8738+
linkType: hard
8739+
87208740
"uglify-js@npm:^3.1.4":
87218741
version: 3.19.3
87228742
resolution: "uglify-js@npm:3.19.3"

0 commit comments

Comments
 (0)