Skip to content

Commit

Permalink
Add @dfinity/agent, @dfinity/auth-client, and @types/node as dev depe…
Browse files Browse the repository at this point in the history
…ndencies in package.json and update yarn.lock
  • Loading branch information
b3hr4d committed Nov 14, 2024
1 parent 9a07956 commit e7a4a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
},
"gitHead": "36e43368cb0fa3bffa9aa40dfd589046c1c3b5fe",
"devDependencies": {
"@dfinity/agent": ">=2.1",
"@dfinity/auth-client": ">=2.1",
"@types/node": "^22.9.0",
"@types/react": "^18",
"react": "^18"
}
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@dfinity/agent": "npm:>=2.1"
"@dfinity/auth-client": "npm:>=2.1"
"@ic-reactor/core": "npm:^1.14.0"
"@types/node": "npm:^22.9.0"
"@types/react": "npm:^18"
react: "npm:^18"
zustand: "npm:4.5"
Expand Down

0 comments on commit e7a4a0b

Please sign in to comment.