Skip to content

Commit

Permalink
Update package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Dec 5, 2023
1 parent 77b222e commit b637b88
Show file tree
Hide file tree
Showing 10 changed files with 18,127 additions and 13,269 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ lib
dist
.env
.dfx
.gpteng
.yarn
lerna-debug.log
yarn-error.log
3,615 changes: 0 additions & 3,615 deletions e2e/yarn.lock

This file was deleted.

4 changes: 2 additions & 2 deletions examples/react-candid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@dfinity/agent": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/principal": "^0.19.3",
"@ic-reactor/core": "0.0.1-alpha.0",
"@ic-reactor/core": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
Expand All @@ -28,4 +28,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
9,645 changes: 0 additions & 9,645 deletions examples/react-candid/yarn.lock

This file was deleted.

2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
"examples/*",
"e2e/*"
]
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@dfinity/candid": "0.20",
"@dfinity/identity": "^0.20",
"@dfinity/principal": "^0.20",
"@ic-reactor/store": "^0.2.3",
"@ic-reactor/store": "^0.0.1",
"zustand": "4.4"
},
"peerDependencies": {
"@peculiar/webcrypto": "1.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@dfinity/candid": "0.20",
"@dfinity/identity": "^0.20",
"@dfinity/principal": "^0.20",
"@ic-reactor/store": "^0.2.3",
"@ic-reactor/store": "^0.0.1",
"zustand": "4.4"
},
"peerDependencies": {
"@peculiar/webcrypto": "1.4",
"react": ">=16.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"node": ">=10"
},
"gitHead": "d369c0d5f08f06da8d34e9e71b373165cf080683"
}
}
Loading

0 comments on commit b637b88

Please sign in to comment.