Skip to content

Commit

Permalink
Bump the dfinity-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dfinity-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@dfinity/agent](https://github.com/dfinity/agent-js/tree/HEAD/packages/agent) | `1.0.0` | `1.0.1` |
| [@dfinity/auth-client](https://github.com/dfinity/agent-js/tree/HEAD/packages/auth-client) | `1.0.0` | `1.0.1` |
| [@dfinity/candid](https://github.com/dfinity/agent-js/tree/HEAD/packages/candid) | `1.0.0` | `1.0.1` |
| [@dfinity/identity](https://github.com/dfinity/agent-js/tree/HEAD/packages/identity) | `1.0.0` | `1.0.1` |
| @dfinity/identity-secp256k1 | `1.0.0` | `1.0.1` |
| [@dfinity/principal](https://github.com/dfinity/agent-js/tree/HEAD/packages/principal) | `1.0.0` | `1.0.1` |


Updates `@dfinity/agent` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dfinity/agent-js/releases)
- [Changelog](https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-js/commits/v1.0.1/packages/agent)

Updates `@dfinity/auth-client` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dfinity/agent-js/releases)
- [Changelog](https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-js/commits/v1.0.1/packages/auth-client)

Updates `@dfinity/candid` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dfinity/agent-js/releases)
- [Changelog](https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-js/commits/v1.0.1/packages/candid)

Updates `@dfinity/identity` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dfinity/agent-js/releases)
- [Changelog](https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-js/commits/v1.0.1/packages/identity)

Updates `@dfinity/identity-secp256k1` from 1.0.0 to 1.0.1

Updates `@dfinity/principal` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dfinity/agent-js/releases)
- [Changelog](https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-js/commits/v1.0.1/packages/principal)

---
updated-dependencies:
- dependency-name: "@dfinity/agent"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dfinity-dependencies
- dependency-name: "@dfinity/auth-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dfinity-dependencies
- dependency-name: "@dfinity/candid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dfinity-dependencies
- dependency-name: "@dfinity/identity"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dfinity-dependencies
- dependency-name: "@dfinity/identity-secp256k1"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dfinity-dependencies
- dependency-name: "@dfinity/principal"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dfinity-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 2065dcf commit ec5b645
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 108 deletions.
190 changes: 89 additions & 101 deletions 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 packages/declarations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"fetch": "sh ./fetch.sh"
},
"dependencies": {
"@dfinity/agent": "1.0.0"
"@dfinity/agent": "1.0.1"
},
"keywords": [],
"author": "",
Expand Down
12 changes: 6 additions & 6 deletions packages/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"tsc": "tsc -b"
},
"dependencies": {
"@dfinity/agent": "1.0.0",
"@dfinity/auth-client": "1.0.0",
"@dfinity/candid": "1.0.0",
"@dfinity/identity": "1.0.0",
"@dfinity/identity-secp256k1": "1.0.0",
"@dfinity/principal": "1.0.0",
"@dfinity/agent": "1.0.1",
"@dfinity/auth-client": "1.0.1",
"@dfinity/candid": "1.0.1",
"@dfinity/identity": "1.0.1",
"@dfinity/identity-secp256k1": "1.0.1",
"@dfinity/principal": "1.0.1",
"@hnn/declarations": "*",
"@hnn/components": "*",
"@sentry/sveltekit": "7.101.0",
Expand Down

0 comments on commit ec5b645

Please sign in to comment.