Skip to content

Commit

Permalink
deps: Lock file maintenance all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 18, 2021
1 parent 675a1ea commit 0e144f8
Show file tree
Hide file tree
Showing 8 changed files with 745 additions and 775 deletions.
269 changes: 148 additions & 121 deletions .github/actions/changelog-reminder/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/actions/changelog-reminder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"devDependencies": {
"@zeit/ncc": "0.22.3",
"eslint": "7.25.0",
"eslint": "7.26.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1"
"eslint-plugin-import": "2.23.2"
}
}
6 changes: 3 additions & 3 deletions e2e-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GETH_VERSION="1.9.23"
ARG GETH_URL_LINUX="https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.23-8c2f2715.tar.gz"
ARG GETH_MD5_LINUX="4817ce02025ba3f876f7055e1e456555"

FROM python:3.7 as raiden-builder
FROM python:3.9 as raiden-builder
ARG RAIDEN_VERSION

# clone raiden repo + install dependencies
Expand All @@ -20,7 +20,7 @@ WORKDIR /app/raiden
RUN git checkout ${RAIDEN_VERSION}
RUN make install

FROM python:3.7 as synapse-builder
FROM python:3.9 as synapse-builder
ARG SYNAPSE_VERSION

RUN python -m venv /synapse-venv \
Expand All @@ -29,7 +29,7 @@ RUN python -m venv /synapse-venv \

COPY synapse/auth/ /synapse-venv/lib/python3.7/site-packages/

FROM python:3.7
FROM python:3.9
LABEL maintainer="Raiden Network Team <contact@raiden.network>"

ARG OS_NAME
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"raiden-cli"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsdoc": "^32.3.4",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"rimraf": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions raiden-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@types/http-errors": "^1.8.0",
"@types/inquirer": "^7.3.1",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.44",
"@types/node": "^14.17.0",
"@types/node-localstorage": "^1.3.0",
"@types/yargs": "^16.0.1",
"@types/yargs": "^16.0.2",
"@vercel/ncc": "^0.28.5",
"typescript": "^4.2.4"
},
Expand Down
44 changes: 22 additions & 22 deletions raiden-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"dependencies": {
"@walletconnect/web3-provider": "^1.4.1",
"compare-versions": "^3.6.0",
"core-js": "^3.11.3",
"core-js": "^3.12.1",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.1.4",
"fontsource-roboto": "^4.0.0",
"idb": "^6.0.0",
"idb": "^6.1.0",
"lodash": "^4.17.21",
"loglevel": "^1.7.1",
"raiden-ts": "*",
Expand All @@ -36,49 +36,49 @@
"vue-property-decorator": "^9.1.2",
"vue-qrcode-reader": "^3.0.0",
"vue-router": "^3.5.1",
"vuetify": "^2.4.11",
"vuetify": "^2.5.0",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"workbox-core": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-routing": "^6.1.5"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/core": "7.14.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@cypress/code-coverage": "^3.9.5",
"@cypress/webpack-preprocessor": "^5.7.0",
"@cypress/webpack-preprocessor": "^5.8.0",
"@kazupon/vue-i18n-loader": "^0.5.0",
"@mdi/font": "^5.9.55",
"@namics/stylelint-bem": "^6.3.4",
"@testing-library/jest-dom": "^5.12.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.168",
"@types/lodash": "^4.14.169",
"@types/tiny-async-pool": "^1.0.0",
"@types/vue-i18n": "^7.0.0",
"@vue/cli": "^4.5.12",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-e2e-cypress": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-plugin-typescript": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/cli": "^4.5.13",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-e2e-cypress": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-istanbul": "^6.0.0",
"canvas": "^2.7.0",
"canvas": "^2.8.0",
"copy-webpack-plugin": "^6.4.1",
"cypress": "7.2.0",
"cypress": "7.3.0",
"cypress-jest-adapter": "^0.1.1",
"eslint": "^7.25.0",
"eslint": "^7.26.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-vue": "^7.9.0",
"eslint-plugin-vue-i18n": "^0.3.0",
Expand All @@ -90,8 +90,8 @@
"jest-junit": "^12.0.0",
"material-design-icons-iconfont": "^6.1.0",
"nyc": "^15.1.0",
"sass": "^1.32.12",
"sass-loader": "^10.1.1",
"sass": "^1.32.13",
"sass-loader": "^10.2.0",
"source-map-loader": "^1.1.3",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion raiden-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^26.0.23",
"@types/json-bigint": "^1.0.0",
"@types/lodash": "^4.14.168",
"@types/lodash": "^4.14.169",
"@types/matrix-js-sdk": "^9.2.5",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-adapter-leveldb": "^6.1.3",
Expand Down

0 comments on commit 0e144f8

Please sign in to comment.