Skip to content

Commit 1e593aa

Browse files
committed
Merge remote-tracking branch 'origin/renovate/typescript-5.x'
2 parents 96f1768 + 8c7881a commit 1e593aa

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"eslint-plugin-vue": "9.23.0",
3838
"husky": "9.1.0",
3939
"lint-staged": "15.2.5",
40-
"typescript": "5.4.5"
40+
"typescript": "5.5.3"
4141
}
4242
}

packages/ghoulscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "node --test"
2323
},
2424
"devDependencies": {
25-
"typescript": "5.4.5",
25+
"typescript": "5.5.3",
2626
"vite": "5.3.4",
2727
"vite-plugin-dts": "3.9.1",
2828
"vite-plugin-externalize-deps": "0.8.0",

yarn.lock

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ __metadata:
650650
eslint-plugin-vue: "npm:9.23.0"
651651
husky: "npm:9.1.0"
652652
lint-staged: "npm:15.2.5"
653-
typescript: "npm:5.4.5"
653+
typescript: "npm:5.5.3"
654654
languageName: unknown
655655
linkType: soft
656656

@@ -670,7 +670,7 @@ __metadata:
670670
dependencies:
671671
"@privyid/ghostscript": "workspace:^"
672672
defu: "npm:^6.1.4"
673-
typescript: "npm:5.4.5"
673+
typescript: "npm:5.5.3"
674674
ufo: "npm:^1.5.3"
675675
vite: "npm:5.3.4"
676676
vite-plugin-dts: "npm:3.9.1"
@@ -6395,16 +6395,6 @@ __metadata:
63956395
languageName: node
63966396
linkType: hard
63976397

6398-
"typescript@npm:5.4.5":
6399-
version: 5.4.5
6400-
resolution: "typescript@npm:5.4.5"
6401-
bin:
6402-
tsc: bin/tsc
6403-
tsserver: bin/tsserver
6404-
checksum: 10c0/2954022ada340fd3d6a9e2b8e534f65d57c92d5f3989a263754a78aba549f7e6529acc1921913560a4b816c46dce7df4a4d29f9f11a3dc0d4213bb76d043251e
6405-
languageName: node
6406-
linkType: hard
6407-
64086398
"typescript@npm:5.5.3":
64096399
version: 5.5.3
64106400
resolution: "typescript@npm:5.5.3"
@@ -6425,16 +6415,6 @@ __metadata:
64256415
languageName: node
64266416
linkType: hard
64276417

6428-
"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
6429-
version: 5.4.5
6430-
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
6431-
bin:
6432-
tsc: bin/tsc
6433-
tsserver: bin/tsserver
6434-
checksum: 10c0/db2ad2a16ca829f50427eeb1da155e7a45e598eec7b086d8b4e8ba44e5a235f758e606d681c66992230d3fc3b8995865e5fd0b22a2c95486d0b3200f83072ec9
6435-
languageName: node
6436-
linkType: hard
6437-
64386418
"typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>":
64396419
version: 5.5.3
64406420
resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=379a07"

0 commit comments

Comments
 (0)