Skip to content

Commit 53e895e

Browse files
committed
Fix templates deps
1 parent a3af523 commit 53e895e

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

frontend/templates/create-gear-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@gear-js/api": "0.38.1",
1414
"@gear-js/react-hooks": "0.13.0",
1515
"@gear-js/ui": "0.5.28",
16+
"@gear-js/vara-ui": "0.0.11",
1617
"@gear-js/wallet-connect": "0.1.1",
1718
"@polkadot/api": "11.0.2",
1819
"@polkadot/react-identicon": "3.10.1",

frontend/templates/create-vara-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dependencies": {
1313
"@gear-js/api": "0.38.1",
1414
"@gear-js/react-hooks": "0.13.0",
15-
"@gear-js/vara-ui": "0.0.10",
15+
"@gear-js/ui": "0.5.28",
16+
"@gear-js/vara-ui": "0.0.11",
1617
"@gear-js/wallet-connect": "0.1.1",
1718
"@polkadot/api": "11.0.2",
1819
"@polkadot/react-identicon": "3.10.1",

frontend/yarn.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,16 +2742,6 @@ __metadata:
27422742
languageName: node
27432743
linkType: hard
27442744

2745-
"@gear-js/vara-ui@npm:0.0.10":
2746-
version: 0.0.10
2747-
resolution: "@gear-js/vara-ui@npm:0.0.10"
2748-
peerDependencies:
2749-
react: ^18.2.0
2750-
react-dom: ^18.2.0
2751-
checksum: 10c0/f8cb7cbf1e6183085386752d86d3e4ad067d308545bfed0c27e22944e11cd74cc469c57e16a288f69b9c18077285825b25c899c630028caf408662bb366b5900
2752-
languageName: node
2753-
linkType: hard
2754-
27552745
"@gear-js/vara-ui@npm:0.0.11":
27562746
version: 0.0.11
27572747
resolution: "@gear-js/vara-ui@npm:0.0.11"
@@ -14854,6 +14844,7 @@ __metadata:
1485414844
"@gear-js/api": "npm:0.38.1"
1485514845
"@gear-js/react-hooks": "npm:0.13.0"
1485614846
"@gear-js/ui": "npm:0.5.28"
14847+
"@gear-js/vara-ui": "npm:0.0.11"
1485714848
"@gear-js/wallet-connect": "npm:0.1.1"
1485814849
"@polkadot/api": "npm:11.0.2"
1485914850
"@polkadot/react-identicon": "npm:3.10.1"
@@ -24883,7 +24874,8 @@ __metadata:
2488324874
dependencies:
2488424875
"@gear-js/api": "npm:0.38.1"
2488524876
"@gear-js/react-hooks": "npm:0.13.0"
24886-
"@gear-js/vara-ui": "npm:0.0.10"
24877+
"@gear-js/ui": "npm:0.5.28"
24878+
"@gear-js/vara-ui": "npm:0.0.11"
2488724879
"@gear-js/wallet-connect": "npm:0.1.1"
2488824880
"@polkadot/api": "npm:11.0.2"
2488924881
"@polkadot/react-identicon": "npm:3.10.1"

0 commit comments

Comments
 (0)