Skip to content

Commit

Permalink
chore: Upgrade Dfinity libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Mar 4, 2024
1 parent 0bb2be5 commit 91f4da5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.8] - 2024-03-04

### Changed
- Upgraded @dfinity/xxx dependencies to latest versions.

## [0.0.7] - 2024-01-31

No changes. Upgrader to sync version numbers with [ic-use-siwe-identity](https://github.com/kristoferlund/ic-siwe/tree/main/packages/ic-use-siwe-identity).
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-use-actor",
"version": "0.0.7",
"version": "0.0.8",
"description": "React Hook and context provider to make interacting with Internet Computer canisters more fun!",
"author": "Kristofer Lund <kristofer@kristoferlund.se>",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"dev:esbuild": "npm run build --watch"
},
"dependencies": {
"@dfinity/agent": ">=0.20.0",
"@dfinity/candid": ">=0.20.0"
"@dfinity/agent": "^1.0.1",
"@dfinity/candid": "^1.0.1"
},
"peerDependencies": {
"react": ">=18.0.0"
Expand Down

0 comments on commit 91f4da5

Please sign in to comment.