|
22 | 22 | "test:ui": "playwright test --ui"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@nextui-org/button": "^2.0.27", |
26 |
| - "@nextui-org/system": "^2.0.15", |
27 |
| - "@nextui-org/theme": "^2.1.18", |
| 25 | + "@nextui-org/button": "^2.0.28", |
| 26 | + "@nextui-org/system": "^2.1.0", |
| 27 | + "@nextui-org/theme": "^2.2.0", |
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.4", |
33 |
| - "@tanstack/react-query": "^5.28.14", |
| 32 | + "@rainbow-me/rainbowkit": "^2.0.5", |
| 33 | + "@tanstack/react-query": "^5.29.2", |
34 | 34 | "class-variance-authority": "^0.7.0",
|
35 | 35 | "clsx": "^2.1.0",
|
36 |
| - "framer-motion": "^11.0.24", |
37 |
| - "lucide-react": "^0.364.0", |
38 |
| - "next": "14.1.4", |
| 36 | + "framer-motion": "^11.1.1", |
| 37 | + "lucide-react": "^0.368.0", |
| 38 | + "next": "14.2.1", |
39 | 39 | "next-themes": "^0.3.0",
|
40 | 40 | "qrcode": "^1.5.3",
|
41 | 41 | "react": "18.2.0",
|
42 | 42 | "react-dom": "18.2.0",
|
43 | 43 | "tailwind-merge": "^2.2.2",
|
44 | 44 | "tailwindcss-animate": "^1.0.7",
|
45 |
| - "viem": "~2.9.6", |
46 |
| - "wagmi": "^2.5.17" |
| 45 | + "viem": "~2.9.19", |
| 46 | + "wagmi": "^2.5.20" |
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@commitlint/cli": "^19.2.1", |
50 |
| - "@commitlint/config-conventional": "^19.1.0", |
| 49 | + "@commitlint/cli": "^19.2.2", |
| 50 | + "@commitlint/config-conventional": "^19.2.2", |
51 | 51 | "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
52 |
| - "@playwright/test": "^1.42.1", |
| 52 | + "@playwright/test": "^1.43.1", |
53 | 53 | "@total-typescript/ts-reset": "^0.5.1",
|
54 |
| - "@types/eslint": "^8.56.7", |
55 |
| - "@types/node": "20.12.2", |
| 54 | + "@types/eslint": "^8.56.9", |
| 55 | + "@types/node": "20.12.7", |
56 | 56 | "@types/qrcode": "^1.5.5",
|
57 |
| - "@types/react": "18.2.74", |
58 |
| - "@types/react-dom": "18.2.23", |
59 |
| - "@typescript-eslint/eslint-plugin": "^7.5.0", |
60 |
| - "@typescript-eslint/parser": "^7.5.0", |
| 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", |
61 | 61 | "autoprefixer": "10.4.19",
|
62 | 62 | "cssnano": "^6.1.2",
|
63 | 63 | "eslint": "8.57.0",
|
64 |
| - "eslint-config-next": "14.1.4", |
| 64 | + "eslint-config-next": "14.2.1", |
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 | 70 | "eslint-plugin-react-hooks": "^4.6.0",
|
71 |
| - "eslint-plugin-sonarjs": "^0.25.0", |
72 |
| - "eslint-plugin-unicorn": "^51.0.1", |
| 71 | + "eslint-plugin-sonarjs": "^0.25.1", |
| 72 | + "eslint-plugin-unicorn": "^52.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 |
| - "prettier-plugin-tailwindcss": "^0.5.13", |
78 |
| - "sass": "^1.72.0", |
| 77 | + "prettier-plugin-tailwindcss": "^0.5.14", |
| 78 | + "sass": "^1.75.0", |
79 | 79 | "tailwindcss": "3.4.3",
|
80 |
| - "typescript": "5.4.3" |
| 80 | + "typescript": "5.4.5" |
81 | 81 | }
|
82 | 82 | }
|
0 commit comments