Skip to content

Commit

Permalink
Update agent-js to latest version (#2635)
Browse files Browse the repository at this point in the history
Apparently the `agent-js` version 2.1.1 has a bug related to time.
The bug is fixed in the latest release.
  • Loading branch information
Frederik Rothenberger authored Oct 1, 2024
1 parent 0a9cd08 commit bfb63bd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"webdriverio": "^8.39.0"
},
"dependencies": {
"@dfinity/agent": "^2.1.1",
"@dfinity/auth-client": "^2.1.1",
"@dfinity/candid": "^2.1.1",
"@dfinity/identity": "^2.1.1",
"@dfinity/agent": "^2.1.2",
"@dfinity/auth-client": "^2.1.2",
"@dfinity/candid": "^2.1.2",
"@dfinity/identity": "^2.1.2",
"@dfinity/internet-identity-vc-api": "*",
"@dfinity/principal": "^2.1.1",
"@dfinity/utils": "^2.5.0",
"@dfinity/principal": "^2.1.2",
"@dfinity/utils": "^2.5.1",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"dompurify": "^3.1.3",
Expand Down

0 comments on commit bfb63bd

Please sign in to comment.