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