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

fix(deps): update dependency typescript to v5.7.2 #2186

Open
wants to merge 1 commit into
base: master
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 example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"megalodon": "*",
"typescript": "5.4.5"
"typescript": "5.7.2"
},
"devDependencies": {
"@types/node": "^22.9.1",
Expand Down
2 changes: 1 addition & 1 deletion example/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"megalodon": "*"
},
"devDependencies": {
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^4.4.5"
}
}
2 changes: 1 addition & 1 deletion example/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"http-server": "^14.1.1",
"ts-loader": "^9.5.1",
"typescript": "5.4.5",
"typescript": "5.7.2",
"webpack": "^5.88.2",
"webpack-cli": "^6.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.11",
"typescript": "5.4.5"
"typescript": "5.7.2"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2911,7 +2911,7 @@ __metadata:
"@types/node": "npm:^22.9.1"
log4js: "npm:^6.9.1"
megalodon: "npm:*"
typescript: "npm:5.4.5"
typescript: "npm:5.7.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4602,7 +4602,7 @@ __metadata:
prettier: "npm:^3.4.2"
ts-jest: "npm:^29.2.5"
typedoc: "npm:^0.26.11"
typescript: "npm:5.4.5"
typescript: "npm:5.7.2"
uuid: "npm:^11.0.3"
ws: "npm:8.18.0"
languageName: unknown
Expand Down Expand Up @@ -6082,23 +6082,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.5, typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
"typescript@npm:5.7.2, typescript@npm:^5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.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=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/760f7d92fb383dbf7dee2443bf902f4365db2117f96f875cf809167f6103d55064de973db9f78fe8f31ec08fff52b2c969aee0d310939c0a3798ec75d0bca2e1
checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb
languageName: node
linkType: hard

Expand Down Expand Up @@ -6320,7 +6320,7 @@ __metadata:
resolution: "vite@workspace:example/vite"
dependencies:
megalodon: "npm:*"
typescript: "npm:^5.4.5"
typescript: "npm:^5.7.2"
vite: "npm:^4.4.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6436,7 +6436,7 @@ __metadata:
http-server: "npm:^14.1.1"
megalodon: "npm:*"
ts-loader: "npm:^9.5.1"
typescript: "npm:5.4.5"
typescript: "npm:5.7.2"
webpack: "npm:^5.88.2"
webpack-cli: "npm:^6.0.1"
languageName: unknown
Expand Down
Loading