Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix templates deps #519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/templates/create-gear-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@gear-js/api": "0.38.1",
"@gear-js/react-hooks": "0.13.0",
"@gear-js/ui": "0.5.28",
"@gear-js/vara-ui": "0.0.11",
"@gear-js/wallet-connect": "0.1.1",
"@polkadot/api": "11.0.2",
"@polkadot/react-identicon": "3.10.1",
Expand Down
3 changes: 2 additions & 1 deletion frontend/templates/create-vara-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dependencies": {
"@gear-js/api": "0.38.1",
"@gear-js/react-hooks": "0.13.0",
"@gear-js/vara-ui": "0.0.10",
"@gear-js/ui": "0.5.28",
"@gear-js/vara-ui": "0.0.11",
"@gear-js/wallet-connect": "0.1.1",
"@polkadot/api": "11.0.2",
"@polkadot/react-identicon": "3.10.1",
Expand Down
14 changes: 3 additions & 11 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2742,16 +2742,6 @@ __metadata:
languageName: node
linkType: hard

"@gear-js/vara-ui@npm:0.0.10":
version: 0.0.10
resolution: "@gear-js/vara-ui@npm:0.0.10"
peerDependencies:
react: ^18.2.0
react-dom: ^18.2.0
checksum: 10c0/f8cb7cbf1e6183085386752d86d3e4ad067d308545bfed0c27e22944e11cd74cc469c57e16a288f69b9c18077285825b25c899c630028caf408662bb366b5900
languageName: node
linkType: hard

"@gear-js/vara-ui@npm:0.0.11":
version: 0.0.11
resolution: "@gear-js/vara-ui@npm:0.0.11"
Expand Down Expand Up @@ -14854,6 +14844,7 @@ __metadata:
"@gear-js/api": "npm:0.38.1"
"@gear-js/react-hooks": "npm:0.13.0"
"@gear-js/ui": "npm:0.5.28"
"@gear-js/vara-ui": "npm:0.0.11"
"@gear-js/wallet-connect": "npm:0.1.1"
"@polkadot/api": "npm:11.0.2"
"@polkadot/react-identicon": "npm:3.10.1"
Expand Down Expand Up @@ -24883,7 +24874,8 @@ __metadata:
dependencies:
"@gear-js/api": "npm:0.38.1"
"@gear-js/react-hooks": "npm:0.13.0"
"@gear-js/vara-ui": "npm:0.0.10"
"@gear-js/ui": "npm:0.5.28"
"@gear-js/vara-ui": "npm:0.0.11"
"@gear-js/wallet-connect": "npm:0.1.1"
"@polkadot/api": "npm:11.0.2"
"@polkadot/react-identicon": "npm:3.10.1"
Expand Down
Loading