Skip to content

Commit b10cdf2

Browse files
chore(deps): update dependency typescript to ~4.9.0
1 parent 61886c2 commit b10cdf2

11 files changed

Lines changed: 35 additions & 35 deletions

.pnp.cjs

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-10.7 MB
Binary file not shown.
11.1 MB
Binary file not shown.
-10.8 MB
Binary file not shown.
11.1 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"prettier": "^2.0.5",
6565
"rimraf": "^3.0.2",
6666
"ts-jest": "~27.1.0",
67-
"typescript": "~4.5.0"
67+
"typescript": "~4.9.0"
6868
},
6969
"dependenciesMeta": {
7070
"@arkecosystem/core": {

packages/guardian-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"rimraf": "^3.0.2",
8282
"ts-jest": "~27.1.0",
8383
"typedoc": "~0.22.0",
84-
"typescript": "~4.5.0"
84+
"typescript": "~4.9.0"
8585
},
8686
"engines": {
8787
"node": ">=10.x"

packages/guardian-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rimraf": "^3.0.2",
5959
"ts-jest": "~27.1.0",
6060
"typedoc": "~0.22.0",
61-
"typescript": "~4.5.0",
61+
"typescript": "~4.9.0",
6262
"util": "^0.12.3"
6363
},
6464
"publishConfig": {

packages/guardian-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"@types/rimraf": "^3.0.0",
4545
"rimraf": "^3.0.2",
4646
"typedoc": "~0.22.0",
47-
"typescript": "~4.5.0"
47+
"typescript": "~4.9.0"
4848
}
4949
}

packages/guardian-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rimraf": "^3.0.2",
7070
"ts-jest": "~27.1.0",
7171
"typedoc": "~0.22.0",
72-
"typescript": "~4.5.0"
72+
"typescript": "~4.9.0"
7373
},
7474
"publishConfig": {
7575
"access": "public"

0 commit comments

Comments
 (0)