Skip to content

Commit

Permalink
Bump typescript from 5.0.4 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.4...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent ac597ab commit 3713a45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@polkadot/api": "^10.9.1"
},
"devDependencies": {
"typescript": "^5.0.4"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@polkadot/api": "^10.9.1"
},
"devDependencies": {
"typescript": "^5.0.4"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"devDependencies": {
"@polkadot/typegen": "^10.9.1",
"@types/node": "^20.4.9",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
}
}
26 changes: 3 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __metadata:
resolution: "@acala-network/api-derive@workspace:packages/api-derive"
dependencies:
"@acala-network/types": 6.0.0
typescript: ^5.0.4
typescript: ^5.2.2
peerDependencies:
"@polkadot/api": ^10.9.1
languageName: unknown
Expand All @@ -29,7 +29,7 @@ __metadata:
dependencies:
"@acala-network/api-derive": 6.0.0
"@acala-network/types": 6.0.0
typescript: ^5.0.4
typescript: ^5.2.2
peerDependencies:
"@polkadot/api": ^10.9.1
languageName: unknown
Expand All @@ -41,7 +41,7 @@ __metadata:
dependencies:
"@polkadot/typegen": ^10.9.1
"@types/node": ^20.4.9
typescript: ^5.0.4
typescript: ^5.2.2
peerDependencies:
"@polkadot/api": ^10.9.1
languageName: unknown
Expand Down Expand Up @@ -2952,16 +2952,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0.4":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 82b94da3f4604a8946da585f7d6c3025fff8410779e5bde2855ab130d05e4fd08938b9e593b6ebed165bda6ad9292b230984f10952cf82f0a0ca07bbeaa08172
languageName: node
linkType: hard

"typescript@npm:^5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
Expand All @@ -2972,16 +2962,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
languageName: node
linkType: hard

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=85af82"
Expand Down

0 comments on commit 3713a45

Please sign in to comment.