Skip to content

Commit

Permalink
fix(deps): pin dependencies (decentralized-identity#89)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 9, 2020
1 parent 70703c3 commit 926eb1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"did-resolver": "^2.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"did-resolver": "2.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-scripts": "4.0.0",
"web-did-resolver": "../../"
},
Expand Down

0 comments on commit 926eb1f

Please sign in to comment.