Skip to content

Commit 9a90510

Browse files
committed
chore: Update dependencies
1 parent d8bf303 commit 9a90510

File tree

4 files changed

+6100
-5032
lines changed

4 files changed

+6100
-5032
lines changed

contracts/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
},
2222
"devDependencies": {
2323
"@727-ventures/typechain-types": "^1.1.2",
24-
"@polkadot/api": "^11.0.2",
25-
"@polkadot/api-contract": "^11.0.2",
24+
"@polkadot/api": "^11.3.1",
25+
"@polkadot/api-contract": "^11.3.1",
2626
"@polkadot/keyring": "^12.6.2",
27-
"@polkadot/types": "^11.0.2",
27+
"@polkadot/types": "^11.3.1",
2828
"@polkadot/util": "^12.6.2",
2929
"@polkadot/util-crypto": "^12.6.2",
3030
"@scio-labs/use-inkathon": "^0.10.0",
3131
"@types/bn.js": "~5.1.5",
3232
"@types/eslint": "^8.56.10",
3333
"@types/eslint-config-prettier": "^6.11.3",
34-
"@types/node": "^20.12.7",
35-
"@typescript-eslint/eslint-plugin": "^7.8.0",
36-
"@typescript-eslint/parser": "^7.8.0",
34+
"@types/node": "^20.14.5",
35+
"@typescript-eslint/eslint-plugin": "^7.13.1",
36+
"@typescript-eslint/parser": "^7.13.1",
3737
"bn.js": "^5.2.1",
3838
"dotenv": "^16.4.5",
3939
"eslint": "^8.57.0",
4040
"eslint-config-prettier": "^9.1.0",
41-
"tsx": "^4.8.2",
41+
"tsx": "^4.15.6",
4242
"typescript": "^5.4.5"
4343
}
4444
}

frontend/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -19,61 +19,61 @@
1919
"@727-ventures/typechain-types": "^1.1.2",
2020
"@azns/resolver-core": "^1.6.0",
2121
"@azns/resolver-react": "^1.6.0",
22-
"@hookform/resolvers": "^3.3.4",
22+
"@hookform/resolvers": "^3.6.0",
2323
"@inkathon/contracts": "workspace:*",
24-
"@polkadot/api": "^11.0.2",
25-
"@polkadot/api-contract": "^11.0.2",
26-
"@polkadot/extension-dapp": "^0.47.3",
27-
"@polkadot/extension-inject": "^0.47.3",
24+
"@polkadot/api": "^11.3.1",
25+
"@polkadot/api-contract": "^11.3.1",
26+
"@polkadot/extension-dapp": "^0.47.5",
27+
"@polkadot/extension-inject": "^0.47.5",
2828
"@polkadot/keyring": "^12.6.2",
29-
"@polkadot/types": "^11.0.2",
29+
"@polkadot/types": "^11.3.1",
3030
"@polkadot/util": "^12.6.2",
3131
"@polkadot/util-crypto": "^12.6.2",
3232
"@radix-ui/react-dropdown-menu": "^2.0.6",
3333
"@radix-ui/react-label": "^2.0.2",
3434
"@radix-ui/react-slot": "^1.0.2",
3535
"@radix-ui/react-tooltip": "^1.0.7",
3636
"@scio-labs/use-inkathon": "^0.10.0",
37-
"@vercel/analytics": "^1.2.2",
37+
"@vercel/analytics": "^1.3.1",
3838
"autoprefixer": "^10.4.19",
3939
"bn.js": "^5.2.1",
4040
"class-variance-authority": "^0.7.0",
4141
"clsx": "^2.1.1",
4242
"geist": "^1.3.0",
43-
"lucide-react": "^0.376.0",
44-
"next": "^14.2.3",
43+
"lucide-react": "^0.395.0",
44+
"next": "^14.2.4",
4545
"postcss": "^8.4.38",
4646
"react": "^18.3.1",
4747
"react-dom": "^18.3.1",
48-
"react-hook-form": "^7.51.3",
48+
"react-hook-form": "^7.52.0",
4949
"react-hot-toast": "^2.4.1",
50-
"react-icons": "^5.2.0",
51-
"sharp": "^0.33.3",
50+
"react-icons": "^5.2.1",
51+
"sharp": "^0.33.4",
5252
"spinners-react": "^1.0.7",
5353
"tailwind-merge": "^2.3.0",
5454
"tailwindcss-animate": "^1.0.7",
5555
"use-async-effect": "^2.2.7",
56-
"zod": "^3.23.5"
56+
"zod": "^3.23.8"
5757
},
5858
"devDependencies": {
5959
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
6060
"@types/bn.js": "~5.1.5",
6161
"@types/downloadjs": "^1.4.5",
6262
"@types/eslint": "^8.56.10",
6363
"@types/eslint-config-prettier": "^6.11.3",
64-
"@types/node": "^20.12.7",
65-
"@types/react": "^18.3.1",
64+
"@types/node": "^20.14.5",
65+
"@types/react": "^18.3.3",
6666
"@types/react-dom": "^18.3.0",
67-
"@typescript-eslint/eslint-plugin": "^7.8.0",
68-
"@typescript-eslint/parser": "^7.8.0",
67+
"@typescript-eslint/eslint-plugin": "^7.13.1",
68+
"@typescript-eslint/parser": "^7.13.1",
6969
"concurrently": "^8.2.2",
7070
"eslint": "^8.57.0",
71-
"eslint-config-next": "^14.2.3",
71+
"eslint-config-next": "^14.2.4",
7272
"eslint-config-prettier": "^9.1.0",
73-
"eslint-plugin-react": "^7.34.1",
74-
"prettier": "^3.2.5",
75-
"prettier-plugin-tailwindcss": "^0.5.14",
76-
"tailwindcss": "^3.4.3",
73+
"eslint-plugin-react": "^7.34.2",
74+
"prettier": "^3.3.2",
75+
"prettier-plugin-tailwindcss": "^0.6.5",
76+
"tailwindcss": "^3.4.4",
7777
"typescript": "^5.4.5"
7878
}
7979
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
},
2828
"devDependencies": {
2929
"@changesets/changelog-github": "^0.5.0",
30-
"@changesets/cli": "^2.27.1",
31-
"lint-staged": "^15.2.2",
32-
"next": "^14.2.3",
30+
"@changesets/cli": "^2.27.5",
31+
"lint-staged": "^15.2.7",
32+
"next": "^14.2.4",
3333
"simple-git-hooks": "^2.11.1",
3434
"typescript": "^5.4.5",
3535
"typesync": "^0.12.1"

0 commit comments

Comments
 (0)