Skip to content

Commit

Permalink
feat: update versions of @dfinity dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Jan 11, 2024
1 parent 6665e6b commit 9d43d02
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 46 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"test:todo": "jest -c ./examples/todo/tests/jest.config.ts"
},
"devDependencies": {
"@dfinity/agent": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/identity": "^0.19.3",
"@dfinity/principal": "^0.19.3",
"@dfinity/agent": "~0.20.2",
"@dfinity/candid": "~0.20.2",
"@dfinity/identity": "~0.20.2",
"@dfinity/principal": "~0.20.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"bip39": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/pic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"bip39": "^3.1.0"
},
"peerDependencies": {
"@dfinity/agent": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/identity": "^0.19.3",
"@dfinity/principal": "^0.19.3"
"@dfinity/agent": "~0.20.2",
"@dfinity/candid": "~0.20.2",
"@dfinity/identity": "~0.20.2",
"@dfinity/principal": "~0.20.2"
}
}
90 changes: 52 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit 9d43d02

Please sign in to comment.