Skip to content

Commit e3b2839

Browse files
committed
chore: Update dependencies
1 parent 93859d8 commit e3b2839

File tree

4 files changed

+430
-348
lines changed

4 files changed

+430
-348
lines changed

contracts/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"@polkadot/types": "^10.11.2",
2727
"@polkadot/util": "^12.6.2",
2828
"@polkadot/util-crypto": "^12.6.2",
29-
"@scio-labs/use-inkathon": "^0.8.0",
29+
"@scio-labs/use-inkathon": "^0.8.1",
3030
"@types/bn.js": "~5.1.5",
3131
"@types/eslint": "^8.56.2",
3232
"@types/eslint-config-prettier": "^6.11.3",
33-
"@types/node": "^20.11.16",
34-
"@typescript-eslint/eslint-plugin": "^6.20.0",
35-
"@typescript-eslint/parser": "^6.20.0",
33+
"@types/node": "^20.11.17",
34+
"@typescript-eslint/eslint-plugin": "^7.0.1",
35+
"@typescript-eslint/parser": "^7.0.1",
3636
"bn.js": "^5.2.1",
37-
"dotenv": "^16.4.1",
37+
"dotenv": "^16.4.3",
3838
"eslint": "^8.56.0",
3939
"eslint-config-prettier": "^9.1.0",
40-
"tsx": "^4.7.0",
40+
"tsx": "^4.7.1",
4141
"typescript": "^5.3.3"
4242
}
4343
}

frontend/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
"@radix-ui/react-slot": "^1.0.2",
3535
"@radix-ui/react-tooltip": "^1.0.7",
3636
"@scio-labs/use-inkathon": "^0.8.1",
37-
"@vercel/analytics": "^1.1.1",
37+
"@vercel/analytics": "^1.1.3",
3838
"autoprefixer": "^10.4.16",
3939
"bn.js": "^5.2.1",
4040
"class-variance-authority": "^0.7.0",
4141
"clsx": "^2.1.0",
4242
"geist": "^1.2.2",
43-
"lucide-react": "^0.321.0",
43+
"lucide-react": "^0.330.0",
4444
"next": "^14.0.4",
45-
"postcss": "^8.4.33",
45+
"postcss": "^8.4.35",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
48-
"react-hook-form": "^7.50.0",
48+
"react-hook-form": "^7.50.1",
4949
"react-hot-toast": "^2.4.1",
5050
"react-icons": "^5.0.1",
5151
"sharp": "^0.33.1",
@@ -61,11 +61,11 @@
6161
"@types/downloadjs": "^1.4.5",
6262
"@types/eslint": "^8.56.2",
6363
"@types/eslint-config-prettier": "^6.11.3",
64-
"@types/node": "^20.11.16",
65-
"@types/react": "^18.2.53",
66-
"@types/react-dom": "^18.2.18",
67-
"@typescript-eslint/eslint-plugin": "^6.20.0",
68-
"@typescript-eslint/parser": "^6.20.0",
64+
"@types/node": "^20.11.17",
65+
"@types/react": "^18.2.55",
66+
"@types/react-dom": "^18.2.19",
67+
"@typescript-eslint/eslint-plugin": "^7.0.1",
68+
"@typescript-eslint/parser": "^7.0.1",
6969
"concurrently": "^8.2.2",
7070
"eslint": "^8.56.0",
7171
"eslint-config-next": "^14.0.4",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@changesets/changelog-github": "^0.5.0",
3030
"@changesets/cli": "^2.27.1",
31-
"lint-staged": "^15.2.1",
31+
"lint-staged": "^15.2.2",
3232
"next": "^14.0.4",
3333
"simple-git-hooks": "^2.9.0",
3434
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)