Skip to content

Commit 7e7336b

Browse files
committed
chore: Update dependencies
1 parent 79be842 commit 7e7336b

7 files changed

Lines changed: 92 additions & 75 deletions

File tree

.changeset/hip-books-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-inkathon-app': patch
3+
---
4+
5+
Updated dependencies

bun.lock

Lines changed: 74 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@polkadot-api/descriptors": "file:.papi/descriptors",
2323
"@polkadot-api/sdk-ink": "^0.4.0",
24-
"@polkadot-labs/hdkd": "^0.0.20",
25-
"@types/bun": "^1.2.19",
24+
"@polkadot-labs/hdkd": "^0.0.21",
25+
"@types/bun": "^1.2.20",
2626
"dedent": "^1.6.0",
2727
"dotenv": "^17.2.1",
2828
"yocto-spinner": "^1.0.0"

create-inkathon-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prepublishOnly": "bun run build"
3030
},
3131
"dependencies": {
32-
"@inquirer/prompts": "^7.8.0",
32+
"@inquirer/prompts": "^7.8.1",
3333
"commander": "^14.0.0",
3434
"picocolors": "^1.1.1",
3535
"semver": "^7.7.2",

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"dependencies": {
2020
"fumadocs-core": "15.6.9",
21-
"fumadocs-mdx": "11.7.3",
21+
"fumadocs-mdx": "11.7.4",
2222
"fumadocs-ui": "15.6.9",
23-
"lucide-react": "^0.536.0",
24-
"next": "15.4.5",
23+
"lucide-react": "^0.539.0",
24+
"next": "15.4.6",
2525
"react": "^19.1.1",
2626
"react-dom": "^19.1.1"
2727
},

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@radix-ui/react-separator": "^1.1.7",
2727
"@radix-ui/react-slot": "^1.2.3",
2828
"@radix-ui/react-tooltip": "^1.2.7",
29-
"@reactive-dot/react": "^0.45.0",
30-
"@reactive-dot/wallet-walletconnect": "^0.17.26",
29+
"@reactive-dot/react": "^0.46.0",
30+
"@reactive-dot/wallet-walletconnect": "^0.17.27",
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"contracts": "workspace:*",
34-
"lucide-react": "^0.536.0",
35-
"next": "15.4.5",
34+
"lucide-react": "^0.539.0",
35+
"next": "15.4.6",
3636
"next-themes": "^0.4.6",
37-
"polkadot-api": "^1.15.2",
37+
"polkadot-api": "^1.15.4",
3838
"react": "^19.1.1",
3939
"react-dom": "^19.1.1",
4040
"react-error-boundary": "^6.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">=20 <=22"
1616
},
1717
"engineStrict": true,
18-
"packageManager": "bun@1.2.19",
18+
"packageManager": "bun@1.2.20",
1919
"scripts": {
2020
"dev": "bun run -F frontend dev",
2121
"node": "bun run -F contracts node",
@@ -34,7 +34,7 @@
3434
"update": "bunx taze minor --interactive --recursive --write --install --includeLocked --exclude '@types/node'"
3535
},
3636
"devDependencies": {
37-
"@biomejs/biome": "^2.1.3",
37+
"@biomejs/biome": "^2.1.4",
3838
"@changesets/changelog-github": "^0.5.1",
3939
"@changesets/cli": "^2.29.5",
4040
"concurrently": "^9.2.0",

0 commit comments

Comments
 (0)