Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency typescript to v5.7.2 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"eslint-plugin-vue": "9.23.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/ghoulscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/uuid": "10.0.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10",
"vite-plugin-dts": "4.3.0",
"vite-plugin-externalize-deps": "0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
},
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ __metadata:
eslint-plugin-vue: "npm:9.23.0"
husky: "npm:9.1.6"
lint-staged: "npm:15.2.10"
typescript: "npm:5.6.3"
typescript: "npm:5.7.2"
languageName: unknown
linkType: soft

Expand All @@ -652,7 +652,7 @@ __metadata:
resolution: "@privyid/ghoulscript-sample@workspace:playground/sample"
dependencies:
"@privyid/ghoulscript": "workspace:^"
typescript: "npm:5.6.3"
typescript: "npm:5.7.2"
vite: "npm:5.4.10"
languageName: unknown
linkType: soft
Expand All @@ -665,7 +665,7 @@ __metadata:
"@types/uuid": "npm:10.0.0"
defu: "npm:^6.1.4"
sref: "npm:^1.0.1"
typescript: "npm:5.6.3"
typescript: "npm:5.7.2"
ufo: "npm:^1.5.3"
uuid: "npm:^11.0.0"
vite: "npm:5.4.10"
Expand Down Expand Up @@ -6673,13 +6673,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
"typescript@npm:5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799
checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622
languageName: node
linkType: hard

Expand All @@ -6693,13 +6693,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=cef18b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
checksum: 10c0/c891ccf04008bc1305ba34053db951f8a4584b4a1bf2f68fd972c4a354df3dc5e62c8bfed4f6ac2d12e5b3b1c49af312c83a651048f818cd5b4949d17baacd79
languageName: node
linkType: hard

Expand Down