Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent 61886c2 commit b10cdf2
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 35 deletions.
34 changes: 17 additions & 17 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "~27.1.0",
"typescript": "~4.5.0"
"typescript": "~4.9.0"
},
"dependenciesMeta": {
"@arkecosystem/core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/guardian-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~27.1.0",
"typedoc": "~0.22.0",
"typescript": "~4.5.0"
"typescript": "~4.9.0"
},
"engines": {
"node": ">=10.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/guardian-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~27.1.0",
"typedoc": "~0.22.0",
"typescript": "~4.5.0",
"typescript": "~4.9.0",
"util": "^0.12.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/guardian-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@types/rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"typedoc": "~0.22.0",
"typescript": "~4.5.0"
"typescript": "~4.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/guardian-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~27.1.0",
"typedoc": "~0.22.0",
"typescript": "~4.5.0"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2413,7 +2413,7 @@ __metadata:
rimraf: ^3.0.2
ts-jest: ~27.1.0
typedoc: ~0.22.0
typescript: ~4.5.0
typescript: ~4.9.0
languageName: unknown
linkType: soft

Expand All @@ -2434,7 +2434,7 @@ __metadata:
rimraf: ^3.0.2
ts-jest: ~27.1.0
typedoc: ~0.22.0
typescript: ~4.5.0
typescript: ~4.9.0
util: ^0.12.3
languageName: unknown
linkType: soft
Expand All @@ -2450,7 +2450,7 @@ __metadata:
"@types/rimraf": ^3.0.0
rimraf: ^3.0.2
typedoc: ~0.22.0
typescript: ~4.5.0
typescript: ~4.9.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2481,7 +2481,7 @@ __metadata:
rimraf: ^3.0.2
ts-jest: ~27.1.0
typedoc: ~0.22.0
typescript: ~4.5.0
typescript: ~4.9.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2513,7 +2513,7 @@ __metadata:
prettier: ^2.0.5
rimraf: ^3.0.2
ts-jest: ~27.1.0
typescript: ~4.5.0
typescript: ~4.9.0
dependenciesMeta:
"@arkecosystem/core":
unplugged: true
Expand Down Expand Up @@ -13931,23 +13931,23 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"typescript@npm:~4.5.0":
version: 4.5.5
resolution: "typescript@npm:4.5.5"
"typescript@npm:~4.9.0":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 506f4c919dc8aeaafa92068c997f1d213b9df4d9756d0fae1a1e7ab66b585ab3498050e236113a1c9e57ee08c21ec6814ca7a7f61378c058d79af50a4b1f5a5e
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
languageName: node
linkType: hard

"typescript@patch:typescript@~4.5.0#~builtin<compat/typescript>":
version: 4.5.5
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=493e53"
"typescript@patch:typescript@~4.9.0#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=493e53"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c05c318d79c690f101d7ffb34cd6c7d6bbd884d3af9cefe7749ad0cd6be43c7082f098280982ca945dcba23fde34a08fed9602bb26540936baf8c0520727d3ba
checksum: 2eee5c37cad4390385db5db5a8e81470e42e8f1401b0358d7390095d6f681b410f2c4a0c496c6ff9ebd775423c7785cdace7bcdad76c7bee283df3d9718c0f20
languageName: node
linkType: hard

Expand Down

0 comments on commit b10cdf2

Please sign in to comment.