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 committed Feb 9, 2022
1 parent 1626493 commit 1b6172f
Show file tree
Hide file tree
Showing 5 changed files with 511 additions and 479 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -47,9 +47,9 @@
"resolutions": {
"typescript": "4.5.5",
"@types/node": "^14.18.10",
"jest-environment-jsdom": "^27.4.6",
"jest": "^27.4.7",
"**/redux-observable/rxjs": "^7.5.2",
"jest-environment-jsdom": "^27.5.1",
"jest": "^27.5.1",
"**/redux-observable/rxjs": "^7.5.4",
"@ethersproject/bignumber": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion raiden-cli/package.json
Expand Up @@ -56,7 +56,7 @@
"morgan": "^1.10.0",
"node-localstorage": "^2.2.1",
"raiden-ts": "^2.0.0-rc.2",
"rxjs": "^7.5.2",
"rxjs": "^7.5.4",
"wrtc": "^0.4.7",
"yargs": "^17.3.1"
}
Expand Down
18 changes: 9 additions & 9 deletions raiden-dapp/package.json
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@capacitor/core": "^3.4.0",
"@fontsource/roboto": "^4.5.2",
"@fontsource/roboto": "^4.5.3",
"@walletconnect/web3-provider": "^1.7.1",
"compare-versions": "^4.1.3",
"cordova-sqlite-storage": "^6.0.0",
Expand All @@ -37,9 +37,9 @@
"loglevel": "^1.8.0",
"pouchdb": "^7.2.2",
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
"query-string": "^7.1.0",
"query-string": "^7.1.1",
"raiden-ts": "^2.0.0-rc.2",
"rxjs": "^7.5.2",
"rxjs": "^7.5.4",
"tiny-async-pool": "^1.2.0",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
Expand All @@ -55,19 +55,19 @@
"workbox-routing": "^6.4.2"
},
"devDependencies": {
"@babel/core": "7.16.12",
"@babel/core": "7.17.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@capacitor/android": "^3.4.0",
"@capacitor/cli": "^3.4.0",
"@capacitor/ios": "^3.4.0",
"@cypress/code-coverage": "^3.9.12",
"@cypress/webpack-preprocessor": "^5.11.0",
"@cypress/webpack-preprocessor": "^5.11.1",
"@kazupon/vue-i18n-loader": "^0.5.0",
"@mdi/font": "^6.5.95",
"@namics/stylelint-bem": "^7.0.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/jest-dom": "^5.16.2",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/tiny-async-pool": "^1.0.0",
Expand All @@ -84,7 +84,7 @@
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0-alpha.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.4.6",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"babel-plugin-istanbul": "^6.1.1",
"canvas": "^2.9.0",
Expand All @@ -97,7 +97,7 @@
"eslint-plugin-vue-i18n": "^0.3.0",
"eslint-plugin-vuetify": "^1.0.1",
"flush-promises": "^1.0.2",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1",
"jest-fail-on-console": "^2.1.1",
"jest-junit": "^13.0.0",
Expand All @@ -109,7 +109,7 @@
"sass": "1.49.7",
"sass-loader": "^10.2.1",
"source-map-loader": "^1.1.3",
"stylelint": "^14.3.0",
"stylelint": "^14.4.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-scss": "^4.1.0",
"ts-jest": "^27.1.3",
Expand Down
10 changes: 5 additions & 5 deletions raiden-ts/package.json
Expand Up @@ -47,8 +47,8 @@
},
"homepage": "https://github.com/raiden-network/light-client#readme",
"devDependencies": {
"@jest/console": "^27.4.6",
"@jest/reporters": "^27.4.6",
"@jest/console": "^27.5.1",
"@jest/reporters": "^27.5.1",
"@sastan/typedoc-plugin-pages": "^0.0.1",
"@typechain/ethers-v5": "^9.0.0",
"@types/isomorphic-fetch": "^0.0.35",
Expand All @@ -62,8 +62,8 @@
"@types/pouchdb-find": "^6.3.7",
"@types/redux-logger": "^3.0.9",
"@types/tiny-async-pool": "^1.0.0",
"jest": "^27.4.7",
"jest-environment-node": "^27.4.6",
"jest": "^27.5.1",
"jest-environment-node": "^27.5.1",
"jest-extended": "^2.0.0",
"jest-junit": "^13.0.0",
"pouchdb-adapter-memory": "^7.2.2",
Expand Down Expand Up @@ -115,7 +115,7 @@
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-observable": "^2.0.0",
"rxjs": "^7.5.2"
"rxjs": "^7.5.4"
},
"optionalDependencies": {
"pouchdb-adapter-indexeddb": "^7.2.2",
Expand Down

0 comments on commit 1b6172f

Please sign in to comment.