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-dev): bump typescript from 5.7.2 to 5.7.3 #462

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,7 +37,7 @@
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-remove-references": "^0.0.6",
"typedoc-theme-hierarchy": "^5.0.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"packageManager": "yarn@4.5.0"
}
2 changes: 1 addition & 1 deletion packages/txwrapper-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"devDependencies": {
"ts-node": "10.9.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
28 changes: 24 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ __metadata:
"@substrate/txwrapper-registry": "npm:^7.5.3"
"@substrate/txwrapper-substrate": "npm:^7.5.3"
ts-node: "npm:10.9.2"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9074,7 +9074,7 @@ __metadata:
typedoc-plugin-missing-exports: "npm:^3.0.0"
typedoc-plugin-remove-references: "npm:^0.0.6"
typedoc-theme-hierarchy: "npm:^5.0.3"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9194,7 +9194,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.7.2, typescript@npm:>=3 < 6, typescript@npm:^5.6.2":
"typescript@npm:5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
languageName: node
linkType: hard

"typescript@npm:>=3 < 6, typescript@npm:^5.6.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
Expand All @@ -9204,7 +9214,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/3ac7b7e3e899273d2fbdce6e24b93d4d53a705ad7a7e4cc83b4c57bcb6d25948abcd2a21994f6b9c73ab03960f395aae95f0458de292a66ce0134233261714c3
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.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=8c6c40"
bin:
Expand Down
Loading