Skip to content

Commit

Permalink
Add @dfinity/identity dependency to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Mar 6, 2024
1 parent 3dc4315 commit c2a9533
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@dfinity/agent": ">=1.0",
"@dfinity/auth-client": ">=1.0",
"@dfinity/candid": ">=1.0",
"@dfinity/identity": ">=1.0",
"@dfinity/principal": ">=1.0"
},
"dependencies": {
"@dfinity/agent": ">=1.0",
"@dfinity/auth-client": ">=1.0",
"@dfinity/candid": ">=1.0",
"@dfinity/identity": ">=1.0",
"@dfinity/principal": ">=1.0",
"zustand": "^4.5"
},
Expand Down
5 changes: 1 addition & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,14 @@
"node": ">=10"
},
"dependencies": {
"@dfinity/agent": ">=1.0",
"@dfinity/auth-client": ">=1.0",
"@dfinity/candid": ">=1.0",
"@dfinity/principal": ">=1.0",
"@ic-reactor/core": "^1.2.0",
"zustand-utils": "^1.3"
},
"peerDependencies": {
"@dfinity/agent": ">=1.0",
"@dfinity/auth-client": ">=1.0",
"@dfinity/candid": ">=1.0",
"@dfinity/identity": ">=1.0",
"@dfinity/principal": ">=1.0",
"react": ">=16.8",
"zustand": "4.5"
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ __metadata:
languageName: node
linkType: hard

"@dfinity/identity@npm:^1.0":
"@dfinity/identity@npm:>=1.0, @dfinity/identity@npm:^1.0":
version: 1.0.1
resolution: "@dfinity/identity@npm:1.0.1"
dependencies:
Expand Down Expand Up @@ -2033,12 +2033,14 @@ __metadata:
"@dfinity/agent": "npm:>=1.0"
"@dfinity/auth-client": "npm:>=1.0"
"@dfinity/candid": "npm:>=1.0"
"@dfinity/identity": "npm:>=1.0"
"@dfinity/principal": "npm:>=1.0"
zustand: "npm:^4.5"
peerDependencies:
"@dfinity/agent": ">=1.0"
"@dfinity/auth-client": ">=1.0"
"@dfinity/candid": ">=1.0"
"@dfinity/identity": ">=1.0"
"@dfinity/principal": ">=1.0"
languageName: unknown
linkType: soft
Expand All @@ -2047,16 +2049,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@dfinity/agent": "npm:>=1.0"
"@dfinity/auth-client": "npm:>=1.0"
"@dfinity/candid": "npm:>=1.0"
"@dfinity/principal": "npm:>=1.0"
"@ic-reactor/core": "npm:^1.2.0"
zustand-utils: "npm:^1.3"
peerDependencies:
"@dfinity/agent": ">=1.0"
"@dfinity/auth-client": ">=1.0"
"@dfinity/candid": ">=1.0"
"@dfinity/identity": ">=1.0"
"@dfinity/principal": ">=1.0"
react: ">=16.8"
zustand: 4.5
Expand Down

0 comments on commit c2a9533

Please sign in to comment.