Skip to content

Commit

Permalink
build: agent-js peer dependency v2 (#50)
Browse files Browse the repository at this point in the history
# Motivation

If we bump agent-js in ic-js in our dapps, we also need to bump it in
the verifiable-credentials.

Co-authored-by: David Dal Busco <[email protected]>
  • Loading branch information
lmuntaner and peterpeterparker authored Aug 26, 2024
1 parent b052a6a commit 79d8475
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions js-library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"nanoid": "^5.0.7"
},
"peerDependencies": {
"@dfinity/principal": "^1.3.0"
"@dfinity/principal": "^2.0.0"
}
}

0 comments on commit 79d8475

Please sign in to comment.