Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
chore(deps): update dependency typescript to ~4.2.0
  • Loading branch information
renovate-bot committed Mar 4, 2021
commit e4f8ede2f520dc6d67f25a5913c405d8b1bfbc37
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": "~26.5.0",
"typescript": "~4.1.0"
"typescript": "~4.2.0"
},
"dependenciesMeta": {
"@arkecosystem/core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nameservice-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~26.5.0",
"typedoc": "~0.20.0",
"typescript": "~4.1.0"
"typescript": "~4.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/nameservice-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"rimraf": "^3.0.2",
"ts-jest": "~26.5.0",
"typedoc": "~0.20.0",
"typescript": "~4.1.0",
"typescript": "~4.2.0",
"util": "^0.12.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nameservice-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": "~26.5.0",
"typedoc": "~0.20.0",
"typescript": "~4.1.2"
"typescript": "~4.2.0"
},
"publishConfig": {
"access": "public"
Expand Down