|
22 | 22 | "test:ui": "playwright test --ui"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@nextui-org/button": "^2.0.28", |
26 |
| - "@nextui-org/system": "^2.1.0", |
27 |
| - "@nextui-org/theme": "^2.2.0", |
| 25 | + "@nextui-org/button": "^2.0.31", |
| 26 | + "@nextui-org/system": "^2.1.2", |
| 27 | + "@nextui-org/theme": "^2.2.3", |
28 | 28 | "@radix-ui/react-dialog": "^1.0.5",
|
29 | 29 | "@radix-ui/react-dropdown-menu": "^2.0.6",
|
30 | 30 | "@radix-ui/react-slot": "^1.0.2",
|
31 | 31 | "@radix-ui/react-toast": "^1.1.5",
|
32 |
| - "@rainbow-me/rainbowkit": "^2.0.5", |
33 |
| - "@tanstack/react-query": "^5.29.2", |
| 32 | + "@rainbow-me/rainbowkit": "^2.1.0", |
| 33 | + "@tanstack/react-query": "^5.37.1", |
34 | 34 | "class-variance-authority": "^0.7.0",
|
35 |
| - "clsx": "^2.1.0", |
36 |
| - "framer-motion": "^11.1.1", |
37 |
| - "lucide-react": "^0.368.0", |
38 |
| - "next": "14.2.1", |
| 35 | + "clsx": "^2.1.1", |
| 36 | + "framer-motion": "^11.2.4", |
| 37 | + "lucide-react": "^0.378.0", |
| 38 | + "next": "14.2.3", |
39 | 39 | "next-themes": "^0.3.0",
|
40 | 40 | "qrcode": "^1.5.3",
|
41 |
| - "react": "18.2.0", |
42 |
| - "react-dom": "18.2.0", |
43 |
| - "tailwind-merge": "^2.2.2", |
| 41 | + "react": "18.3.1", |
| 42 | + "react-dom": "18.3.1", |
| 43 | + "tailwind-merge": "^2.3.0", |
44 | 44 | "tailwindcss-animate": "^1.0.7",
|
45 |
| - "viem": "~2.9.19", |
46 |
| - "wagmi": "^2.5.20" |
| 45 | + "viem": "~2.11.0", |
| 46 | + "wagmi": "^2.9.2" |
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@commitlint/cli": "^19.2.2", |
| 49 | + "@commitlint/cli": "^19.3.0", |
50 | 50 | "@commitlint/config-conventional": "^19.2.2",
|
51 | 51 | "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
52 |
| - "@playwright/test": "^1.43.1", |
| 52 | + "@playwright/test": "^1.44.0", |
53 | 53 | "@total-typescript/ts-reset": "^0.5.1",
|
54 |
| - "@types/eslint": "^8.56.9", |
55 |
| - "@types/node": "20.12.7", |
| 54 | + "@types/eslint": "^8.56.10", |
| 55 | + "@types/node": "20.12.12", |
56 | 56 | "@types/qrcode": "^1.5.5",
|
57 |
| - "@types/react": "18.2.79", |
58 |
| - "@types/react-dom": "18.2.25", |
59 |
| - "@typescript-eslint/eslint-plugin": "^7.7.0", |
60 |
| - "@typescript-eslint/parser": "^7.7.0", |
| 57 | + "@types/react": "18.3.2", |
| 58 | + "@types/react-dom": "18.3.0", |
| 59 | + "@typescript-eslint/eslint-plugin": "^7.9.0", |
| 60 | + "@typescript-eslint/parser": "^7.9.0", |
61 | 61 | "autoprefixer": "10.4.19",
|
62 |
| - "cssnano": "^6.1.2", |
| 62 | + "cssnano": "^7.0.1", |
63 | 63 | "eslint": "8.57.0",
|
64 |
| - "eslint-config-next": "14.2.1", |
| 64 | + "eslint-config-next": "14.2.3", |
65 | 65 | "eslint-config-prettier": "^9.1.0",
|
66 | 66 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
67 | 67 | "eslint-plugin-prettier": "^5.1.3",
|
68 | 68 | "eslint-plugin-promise": "^6.1.1",
|
69 | 69 | "eslint-plugin-react": "^7.34.1",
|
70 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 70 | + "eslint-plugin-react-hooks": "^4.6.2", |
71 | 71 | "eslint-plugin-sonarjs": "^0.25.1",
|
72 |
| - "eslint-plugin-unicorn": "^52.0.0", |
| 72 | + "eslint-plugin-unicorn": "^53.0.0", |
73 | 73 | "husky": "^9.0.11",
|
74 | 74 | "lint-staged": "^15.2.2",
|
75 | 75 | "postcss": "8.4.38",
|
76 | 76 | "prettier": "^3.2.5",
|
77 | 77 | "prettier-plugin-tailwindcss": "^0.5.14",
|
78 |
| - "sass": "^1.75.0", |
| 78 | + "sass": "^1.77.2", |
79 | 79 | "tailwindcss": "3.4.3",
|
80 | 80 | "typescript": "5.4.5"
|
81 | 81 | }
|
|
0 commit comments