Skip to content

Commit

Permalink
deps: Update dependency typescript to v4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and andrevmatos committed Sep 21, 2022
1 parent fe7f6cb commit 115be44
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rimraf": "^3.0.2"
},
"resolutions": {
"typescript": "4.7.4",
"typescript": "4.8.3",
"**/redux-observable/rxjs": "^7.5.6",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/signing-key": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion raiden-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node-localstorage": "^1.3.0",
"@types/yargs": "^17.0.12",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
},
"dependencies": {
"@koush/wrtc": "^0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion raiden-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"stylelint-scss": "^4.3.0",
"ts-jest": "^28.0.8",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"typescript": "^4.8.3",
"vue-cli-plugin-capacitor": "~2.0.1",
"vue-cli-plugin-i18n": "^2.3.1",
"vue-cli-plugin-vuetify": "^2.5.8",
Expand Down
2 changes: 1 addition & 1 deletion raiden-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ts-jest": "^28.0.8",
"typechain": "^8.1.0",
"typedoc": "0.21.9",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17468,10 +17468,10 @@ typedoc@0.21.9:
shiki "^0.9.8"
typedoc-default-themes "^0.12.10"

typescript@4.7.4, typescript@^4.7.4, typescript@~4.5.5:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
typescript@4.8.3, typescript@^4.8.3, typescript@~4.5.5:
version "4.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==

typical@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 115be44

Please sign in to comment.