Skip to content

Commit

Permalink
Fix templates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-nayaka committed Nov 27, 2024
1 parent a3af523 commit 0ab74f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
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

0 comments on commit 0ab74f0

Please sign in to comment.