Skip to content

Commit 1c13312

Browse files
Dependency upgrades & fixes
1 parent d7baf22 commit 1c13312

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@
1919
"chalk-template": "^0.5.0"
2020
},
2121
"scripts": {
22-
"build": "tsc && rm -rf dist/templates && cp -r templates dist/templates",
22+
"do-pack": "cd dist && yarn pack",
23+
"do-publish": "cd dist && yarn publish",
24+
"build": "tsc && rm -rf dist/templates && cp -r templates dist/templates && cp yarn.lock dist/",
2325
"back-sync": "node dist/src/scripts/backSync.js",
2426
"lint": "npx eslint ./src/ --ext .js,.jsx,.ts,.tsx",
2527
"lint:fix": "npx eslint ./src/ --ext .js,.jsx,.ts,.tsx --fix"
2628
},
27-
"bin": "src/bin/main.js",
29+
"bin": {
30+
"create-polkadot-dapp": "src/bin/main.js"
31+
},
2832
"imports": {
2933
"#src/*": "./src/*.js"
3034
}

templates/react-papi-tailwind/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
"dependencies": {
1313
"@headlessui/react": "^2.2.0",
1414
"@heroicons/react": "^2.1.5",
15-
"@reactive-dot/react": "^0.26.0",
16-
"@reactive-dot/wallet-ledger": "^0.16.16",
17-
"@reactive-dot/wallet-walletconnect": "^0.16.16",
18-
"dot-connect": "^0.12.1",
19-
"polkadot-api": "^1.6.1",
15+
"@reactive-dot/core": "^0.26.2",
16+
"@reactive-dot/react": "^0.26.2",
17+
"@reactive-dot/wallet-ledger": "^0.16.18",
18+
"@reactive-dot/wallet-walletconnect": "^0.16.18",
19+
"dot-connect": "^0.13.2",
20+
"polkadot-api": "^1.7.7",
2021
"react": "^18.3.1",
2122
"react-dom": "^18.3.1"
2223
},

0 commit comments

Comments
 (0)