Skip to content

Commit

Permalink
deps: Update dependency typescript to v4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2022
1 parent d3b79fe commit a505f50
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.9.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.8.3"
"typescript": "^4.9.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.8.3",
"typescript": "^4.9.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.8.3"
"typescript": "^4.9.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 @@ -16076,10 +16076,10 @@ typedoc@0.21.9:
shiki "^0.9.8"
typedoc-default-themes "^0.12.10"

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==
typescript@4.9.3, typescript@^4.9.3, typescript@~4.5.5:
version "4.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==

typical@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit a505f50

Please sign in to comment.