Skip to content

Commit

Permalink
deps: Update all non-major dependencies and lockFile maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and andrevmatos committed Aug 3, 2022
1 parent b5c9d88 commit 90136bd
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 152 deletions.
2 changes: 1 addition & 1 deletion raiden-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/http-errors": "^1.8.2",
"@types/inquirer": "^8.2.1",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.45",
"@types/node": "^16.11.47",
"@types/node-localstorage": "^1.3.0",
"@types/yargs": "^17.0.10",
"@vercel/ncc": "^0.34.0",
Expand Down
20 changes: 10 additions & 10 deletions raiden-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"serve:no-logging": "export NODE_ENV=nologging && vue-cli-service serve"
},
"dependencies": {
"@capacitor/core": "^3.6.0",
"@capacitor/core": "^3.7.0",
"@fontsource/roboto": "^4.5.7",
"@walletconnect/web3-provider": "^1.7.8",
"@walletconnect/web3-provider": "^1.8.0",
"compare-versions": "^4.1.3",
"cordova-sqlite-storage": "^6.0.0",
"core-js": "^3.24.0",
"core-js": "^3.24.1",
"eslint-plugin-cypress": "^2.12.1",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.6.9",
Expand All @@ -47,22 +47,22 @@
"vue-property-decorator": "^9.1.2",
"vue-qrcode-reader": "^3.1.0",
"vue-router": "^3.5.4",
"vuetify": "^2.6.7",
"vuetify": "^2.6.8",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"workbox-core": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4"
},
"devDependencies": {
"@babel/core": "7.18.9",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-class-static-block": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@capacitor/android": "^3.6.0",
"@capacitor/cli": "^3.6.0",
"@capacitor/ios": "^3.6.0",
"@capacitor/android": "^3.7.0",
"@capacitor/cli": "^3.7.0",
"@capacitor/ios": "^3.7.0",
"@cypress/code-coverage": "^3.10.0",
"@cypress/webpack-preprocessor": "^5.12.0",
"@kazupon/vue-i18n-loader": "^0.5.0",
Expand All @@ -89,7 +89,7 @@
"babel-plugin-istanbul": "^6.1.1",
"canvas": "^2.9.3",
"copy-webpack-plugin": "^11.0.0",
"cypress": "10.3.1",
"cypress": "10.4.0",
"cypress-jest-adapter": "^0.1.1",
"eslint": "^8.20.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -103,7 +103,7 @@
"jest-fail-on-console": "^2.4.2",
"jest-junit": "^14.0.0",
"material-design-icons-iconfont": "^6.7.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"nyc": "^15.1.0",
"postcss": "^8.4.14",
"postcss-html": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions raiden-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
"decimal.js": "^10.3.1",
"eciesjs": "^0.3.15",
"fp-ts": "^2.12.2",
"io-ts": "^2.2.16",
"io-ts": "^2.2.17",
"isomorphic-fetch": "^3.0.0",
"json-bigint": "^1.0.0",
"json-canonicalize": "^1.0.4",
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"matrix-js-sdk": "^19.1.0",
"matrix-js-sdk": "^19.2.0",
"pouchdb": "^7.3.0",
"pouchdb-find": "^7.3.0",
"redux": "^4.2.0",
Expand Down
Loading

0 comments on commit 90136bd

Please sign in to comment.