Skip to content

Commit

Permalink
deps: Update dependency typescript to v4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2022
1 parent d3b79fe commit ce86632
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.8.3",
"typescript": "4.8.4",
"**/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.8.3"
"typescript": "^4.8.4"
},
"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.8.3",
"typescript": "^4.8.4",
"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.8.3"
"typescript": "^4.8.4"
},
"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 @@ -16076,10 +16076,10 @@ [email protected]:
shiki "^0.9.8"
typedoc-default-themes "^0.12.10"

[email protected].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==
[email protected].4, typescript@^4.8.4, typescript@~4.5.5:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==

typical@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit ce86632

Please sign in to comment.