Skip to content

Commit d490a37

Browse files
committed
chore: update deps
1 parent 6b513ad commit d490a37

File tree

2 files changed

+1359
-1430
lines changed

2 files changed

+1359
-1430
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,65 +24,65 @@
2424
"test:ui": "playwright test --ui"
2525
},
2626
"dependencies": {
27-
"@nextui-org/button": "^2.2.3",
28-
"@nextui-org/skeleton": "^2.2.3",
29-
"@nextui-org/system": "^2.4.3",
30-
"@nextui-org/theme": "^2.4.1",
31-
"@radix-ui/react-dialog": "^1.1.2",
32-
"@radix-ui/react-dropdown-menu": "^2.1.2",
33-
"@radix-ui/react-slot": "^1.1.0",
27+
"@nextui-org/button": "^2.2.8",
28+
"@nextui-org/skeleton": "^2.2.4",
29+
"@nextui-org/system": "^2.4.5",
30+
"@nextui-org/theme": "^2.4.4",
31+
"@radix-ui/react-dialog": "^1.1.4",
32+
"@radix-ui/react-dropdown-menu": "^2.1.4",
33+
"@radix-ui/react-slot": "^1.1.1",
3434
"@rainbow-me/rainbowkit": "^2.2.1",
3535
"@t3-oss/env-nextjs": "^0.11.1",
36-
"@tanstack/react-query": "^5.62.3",
36+
"@tanstack/react-query": "^5.62.11",
3737
"@vercel/analytics": "^1.4.1",
3838
"class-variance-authority": "^0.7.1",
3939
"clsx": "^2.1.1",
40-
"framer-motion": "^11.13.1",
41-
"lucide-react": "^0.468.0",
42-
"next": "15.0.4",
40+
"framer-motion": "^11.15.0",
41+
"lucide-react": "^0.469.0",
42+
"next": "15.1.3",
4343
"next-themes": "^0.4.4",
4444
"qrcode": "^1.5.4",
4545
"react": "19.0.0",
4646
"react-dom": "19.0.0",
47-
"sonner": "^1.7.0",
48-
"tailwind-merge": "^2.5.5",
47+
"sonner": "^1.7.1",
48+
"tailwind-merge": "^2.6.0",
4949
"tailwindcss-animate": "^1.0.7",
50-
"viem": "~2.21.54",
51-
"wagmi": "^2.13.4",
52-
"zod": "^3.23.8"
50+
"viem": "~2.22.1",
51+
"wagmi": "^2.14.6",
52+
"zod": "^3.24.1"
5353
},
5454
"devDependencies": {
55-
"@commitlint/cli": "^19.6.0",
55+
"@commitlint/cli": "^19.6.1",
5656
"@commitlint/config-conventional": "^19.6.0",
5757
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
58-
"@playwright/test": "^1.49.0",
58+
"@playwright/test": "^1.49.1",
5959
"@total-typescript/ts-reset": "^0.6.1",
6060
"@types/eslint": "^9.6.1",
61-
"@types/node": "22.10.1",
61+
"@types/node": "22.10.3",
6262
"@types/qrcode": "^1.5.5",
63-
"@types/react": "19.0.1",
64-
"@types/react-dom": "19.0.1",
65-
"@typescript-eslint/eslint-plugin": "^8.17.0",
66-
"@typescript-eslint/parser": "^8.17.0",
63+
"@types/react": "19.0.2",
64+
"@types/react-dom": "19.0.2",
65+
"@typescript-eslint/eslint-plugin": "^8.19.0",
66+
"@typescript-eslint/parser": "^8.19.0",
6767
"autoprefixer": "10.4.20",
6868
"cssnano": "^7.0.6",
6969
"eslint": "8.57.0",
70-
"eslint-config-next": "15.0.4",
70+
"eslint-config-next": "15.1.3",
7171
"eslint-config-prettier": "^9.1.0",
7272
"eslint-plugin-jsx-a11y": "^6.10.2",
7373
"eslint-plugin-prettier": "^5.2.1",
7474
"eslint-plugin-promise": "^7.2.1",
75-
"eslint-plugin-react": "^7.37.2",
75+
"eslint-plugin-react": "^7.37.3",
7676
"eslint-plugin-react-hooks": "^5.1.0",
7777
"eslint-plugin-sonarjs": "^0.25.1",
7878
"eslint-plugin-unicorn": "^56.0.1",
7979
"husky": "^9.1.7",
80-
"lint-staged": "^15.2.10",
80+
"lint-staged": "^15.3.0",
8181
"postcss": "8.4.49",
8282
"prettier": "^3.4.2",
8383
"prettier-plugin-tailwindcss": "^0.6.9",
84-
"sass": "^1.82.0",
85-
"tailwindcss": "3.4.16",
84+
"sass": "^1.83.0",
85+
"tailwindcss": "3.4.17",
8686
"typescript": "5.7.2"
8787
}
8888
}

0 commit comments

Comments
 (0)