Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 84986b6 commit 13cea36
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 34 deletions.
32 changes: 16 additions & 16 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 @@ -61,7 +61,7 @@
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"ts-jest": "~27.0.1",
"typescript": "~4.4.0"
"typescript": "~4.6.0"
},
"dependenciesMeta": {
"@arkecosystem/core-api@": {
Expand Down
2 changes: 1 addition & 1 deletion packages/notarization-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~27.0.1",
"typedoc": "~0.22.0",
"typescript": "~4.4.0"
"typescript": "~4.6.0"
},
"engines": {
"node": ">=10.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/notarization-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~27.0.1",
"typedoc": "~0.22.0",
"typescript": "~4.4.0"
"typescript": "~4.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/notarization-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~27.0.1",
"typedoc": "~0.22.0",
"typescript": "~4.4.0"
"typescript": "~4.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"typescript": "~4.4.0"
"typescript": "~4.6.0"
},
"dependencies": {
"@arkecosystem/crypto": "^3.0.0-next",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ __metadata:
prettier: ^2.2.0
rimraf: ^3.0.2
ts-jest: ~27.0.1
typescript: ~4.4.0
typescript: ~4.6.0
dependenciesMeta:
"@arkecosystem/core-api@":
unplugged: true
Expand Down Expand Up @@ -2910,7 +2910,7 @@ __metadata:
rimraf: ^3.0.2
ts-jest: ~27.0.1
typedoc: ~0.22.0
typescript: ~4.4.0
typescript: ~4.6.0
languageName: unknown
linkType: soft

Expand All @@ -2933,7 +2933,7 @@ __metadata:
rimraf: ^3.0.2
ts-jest: ~27.0.1
typedoc: ~0.22.0
typescript: ~4.4.0
typescript: ~4.6.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2966,7 +2966,7 @@ __metadata:
rimraf: ^3.0.2
ts-jest: ~27.0.1
typedoc: ~0.22.0
typescript: ~4.4.0
typescript: ~4.6.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12403,7 +12403,7 @@ fsevents@~2.1.2:
ethers: ^5.0.17
prettier: ^2.1.2
rimraf: ^3.0.2
typescript: ~4.4.0
typescript: ~4.6.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -14363,23 +14363,23 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"typescript@patch:typescript@~4.4.0#~builtin<compat/typescript>":
version: 4.4.2
resolution: "typescript@patch:typescript@npm%3A4.4.2#~builtin<compat/typescript>::version=4.4.2&hash=32657b"
"typescript@patch:typescript@~4.6.0#~builtin<compat/typescript>":
version: 4.6.2
resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin<compat/typescript>::version=4.6.2&hash=32657b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3109ae25705746996007161cdd3271857db4f40356b894e34d4cabc216bf9e251f53e0bb6e48df2450b5e3fd948dcbee716a616a4ad4cf7251292025e6163cb1
checksum: 4b15830bdbd391a66f9f3bcc2dc81fdcaa8143adbf3f9e47dc67ab2d971646a1caf19b89c677afea066e22d3d111f3c1b7b137e3d9a7e8663a6bf9497d428041
languageName: node
linkType: hard

typescript@~4.4.0:
version: 4.4.2
resolution: "typescript@npm:4.4.2"
typescript@~4.6.0:
version: 4.6.2
resolution: "typescript@npm:4.6.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 194e08e9d1971d667d6fd1a0554616b7022312a2319d70e81a64e502a265992061ee7817ed9a69b52bbabe7a9b85e7938cb8c11c433e40a516b277f8c4dacd51
checksum: 8a44ed7e6f6c4cb1ebe8cf236ecda2fb119d84dcf0fbd77e707b2dfea1bbcfc4e366493a143513ce7f57203c75da9d4e20af6fe46de89749366351046be7577c
languageName: node
linkType: hard

Expand Down

0 comments on commit 13cea36

Please sign in to comment.