Skip to content

Commit 216f5b7

Browse files
committed
chore: Update dependencies
1 parent 05b4bed commit 216f5b7

File tree

3 files changed

+256
-258
lines changed

3 files changed

+256
-258
lines changed

contracts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"@polkadot/types": "^10.12.6",
2727
"@polkadot/util": "^12.6.2",
2828
"@polkadot/util-crypto": "^12.6.2",
29-
"@scio-labs/use-inkathon": "^0.8.1",
29+
"@scio-labs/use-inkathon": "^0.9.0",
3030
"@types/bn.js": "~5.1.5",
3131
"@types/eslint": "^8.56.7",
3232
"@types/eslint-config-prettier": "^6.11.3",
33-
"@types/node": "^20.12.5",
34-
"@typescript-eslint/eslint-plugin": "^7.5.0",
35-
"@typescript-eslint/parser": "^7.5.0",
33+
"@types/node": "^20.12.7",
34+
"@typescript-eslint/eslint-plugin": "^7.6.0",
35+
"@typescript-eslint/parser": "^7.6.0",
3636
"bn.js": "^5.2.1",
3737
"dotenv": "^16.4.5",
3838
"eslint": "^8.57.0",

frontend/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"@radix-ui/react-label": "^2.0.2",
3434
"@radix-ui/react-slot": "^1.0.2",
3535
"@radix-ui/react-tooltip": "^1.0.7",
36-
"@scio-labs/use-inkathon": "^0.8.1",
36+
"@scio-labs/use-inkathon": "^0.9.0",
3737
"@vercel/analytics": "^1.2.2",
3838
"autoprefixer": "^10.4.19",
3939
"bn.js": "^5.2.1",
4040
"class-variance-authority": "^0.7.0",
4141
"clsx": "^2.1.0",
4242
"geist": "^1.3.0",
43-
"lucide-react": "^0.365.0",
43+
"lucide-react": "^0.367.0",
4444
"next": "^14.1.4",
4545
"postcss": "^8.4.38",
4646
"react": "^18.2.0",
@@ -61,11 +61,11 @@
6161
"@types/downloadjs": "^1.4.5",
6262
"@types/eslint": "^8.56.7",
6363
"@types/eslint-config-prettier": "^6.11.3",
64-
"@types/node": "^20.12.5",
65-
"@types/react": "^18.2.74",
64+
"@types/node": "^20.12.7",
65+
"@types/react": "^18.2.75",
6666
"@types/react-dom": "^18.2.24",
67-
"@typescript-eslint/eslint-plugin": "^7.5.0",
68-
"@typescript-eslint/parser": "^7.5.0",
67+
"@typescript-eslint/eslint-plugin": "^7.6.0",
68+
"@typescript-eslint/parser": "^7.6.0",
6969
"concurrently": "^8.2.2",
7070
"eslint": "^8.57.0",
7171
"eslint-config-next": "^14.1.4",

0 commit comments

Comments
 (0)