package updates

This commit is contained in:
Matthias Kretschmann 2021-01-30 17:47:53 +01:00
parent af153abd5f
commit 6990268784
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 151 additions and 594 deletions

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, windows-latest] os: [macos-latest, windows-latest]
node: ['15', '14', '12'] node: ['15', '14']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

739
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,13 +33,13 @@
"ethereum-blockies": "github:MyEtherWallet/blockies", "ethereum-blockies": "github:MyEtherWallet/blockies",
"ethjs": "^0.4.0", "ethjs": "^0.4.0",
"ms": "^2.1.3", "ms": "^2.1.3",
"next": "^10.0.5", "next": "^10.0.6",
"nextron": "^6.0.3", "nextron": "^6.0.3",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-pose": "^4.0.10", "react-pose": "^4.0.10",
"shortid": "^2.2.16", "shortid": "^2.2.16",
"swr": "^0.4.0" "swr": "^0.4.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.12.1", "@babel/eslint-parser": "^7.12.1",