Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit a75914a

Browse files
Bump typescript from 5.5.3 to 5.5.4 in /nyanga
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21ae152 commit a75914a

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

nyanga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"svelte-i18n": "^4.0.0",
4242
"tailwindcss": "^3.4.3",
4343
"tslib": "^2.6.0",
44-
"typescript": "^5.1.6",
44+
"typescript": "^5.5.4",
4545
"vite": "^5.2.12"
4646
},
4747
"packageManager": "yarn@4.3.1"

nyanga/yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -2877,7 +2877,7 @@ __metadata:
28772877
svelte-i18n: "npm:^4.0.0"
28782878
tailwindcss: "npm:^3.4.3"
28792879
tslib: "npm:^2.6.0"
2880-
typescript: "npm:^5.1.6"
2880+
typescript: "npm:^5.5.4"
28812881
vite: "npm:^5.2.12"
28822882
languageName: unknown
28832883
linkType: soft
@@ -3881,7 +3881,7 @@ __metadata:
38813881
languageName: node
38823882
linkType: hard
38833883

3884-
"typescript@npm:^5.0.3, typescript@npm:^5.1.6":
3884+
"typescript@npm:^5.0.3":
38853885
version: 5.5.3
38863886
resolution: "typescript@npm:5.5.3"
38873887
bin:
@@ -3891,7 +3891,17 @@ __metadata:
38913891
languageName: node
38923892
linkType: hard
38933893

3894-
"typescript@patch:typescript@npm%3A^5.0.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.1.6#optional!builtin<compat/typescript>":
3894+
"typescript@npm:^5.5.4":
3895+
version: 5.5.4
3896+
resolution: "typescript@npm:5.5.4"
3897+
bin:
3898+
tsc: bin/tsc
3899+
tsserver: bin/tsserver
3900+
checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c
3901+
languageName: node
3902+
linkType: hard
3903+
3904+
"typescript@patch:typescript@npm%3A^5.0.3#optional!builtin<compat/typescript>":
38953905
version: 5.5.3
38963906
resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=379a07"
38973907
bin:
@@ -3901,6 +3911,16 @@ __metadata:
39013911
languageName: node
39023912
linkType: hard
39033913

3914+
"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
3915+
version: 5.5.4
3916+
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
3917+
bin:
3918+
tsc: bin/tsc
3919+
tsserver: bin/tsserver
3920+
checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07
3921+
languageName: node
3922+
linkType: hard
3923+
39043924
"unique-filename@npm:^3.0.0":
39053925
version: 3.0.0
39063926
resolution: "unique-filename@npm:3.0.0"

0 commit comments

Comments
 (0)