Skip to content

Commit

Permalink
fix(deps): bump did- dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jan 13, 2022
1 parent ea4b1e5 commit 60f1e63
Show file tree
Hide file tree
Showing 2 changed files with 1,678 additions and 596 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@
]
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"@babel/preset-typescript": "7.14.5",
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@ethersproject/contracts": "5.5.0",
"@semantic-release/changelog": "6.0.0",
"@semantic-release/git": "10.0.0",
"@types/jest": "27.0.1",
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/jest": "27.4.0",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"codecov": "3.8.2",
"eslint": "8.0.1",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-jest": "25.3.4",
"eslint-plugin-prettier": "4.0.0",
"ethr-did-registry": "0.0.3",
"ganache-cli": "6.12.2",
"jest": "27.0.5",
"microbundle": "0.13.3",
"prettier": "2.3.1",
"semantic-release": "18.0.0",
"typescript": "4.3.4"
"jest": "27.4.7",
"microbundle": "0.14.2",
"prettier": "2.5.1",
"semantic-release": "18.0.1",
"typescript": "4.5.4"
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.5.0",
Expand All @@ -79,8 +79,8 @@
"@ethersproject/strings": "^5.5.0",
"@ethersproject/transactions": "^5.5.0",
"@ethersproject/wallet": "^5.5.0",
"did-jwt": "^5.11.1",
"did-resolver": "^3.1.3",
"ethr-did-resolver": "^5.0.2"
"did-jwt": "^5.12.3",
"did-resolver": "^3.1.5",
"ethr-did-resolver": "^5.0.3"
}
}
Loading

0 comments on commit 60f1e63

Please sign in to comment.