|
22 | 22 | "test:ui": "playwright test --ui"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@nextui-org/button": "^2.0.37", |
26 |
| - "@nextui-org/system": "^2.2.5", |
27 |
| - "@nextui-org/theme": "^2.2.9", |
| 25 | + "@nextui-org/button": "^2.0.38", |
| 26 | + "@nextui-org/skeleton": "^2.0.32", |
| 27 | + "@nextui-org/system": "^2.2.6", |
| 28 | + "@nextui-org/theme": "^2.2.11", |
28 | 29 | "@radix-ui/react-dialog": "^1.1.1",
|
29 | 30 | "@radix-ui/react-dropdown-menu": "^2.1.1",
|
30 | 31 | "@radix-ui/react-slot": "^1.1.0",
|
31 |
| - "@radix-ui/react-toast": "^1.2.1", |
32 |
| - "@rainbow-me/rainbowkit": "^2.1.4", |
33 |
| - "@tanstack/react-query": "^5.51.23", |
| 32 | + "@rainbow-me/rainbowkit": "^2.1.6", |
| 33 | + "@tanstack/react-query": "^5.56.2", |
34 | 34 | "class-variance-authority": "^0.7.0",
|
35 | 35 | "clsx": "^2.1.1",
|
36 |
| - "framer-motion": "^11.3.24", |
37 |
| - "lucide-react": "^0.427.0", |
38 |
| - "next": "14.2.5", |
| 36 | + "framer-motion": "^11.5.4", |
| 37 | + "lucide-react": "^0.441.0", |
| 38 | + "next": "14.2.12", |
39 | 39 | "next-themes": "^0.3.0",
|
40 | 40 | "qrcode": "^1.5.4",
|
41 | 41 | "react": "18.3.1",
|
42 | 42 | "react-dom": "18.3.1",
|
| 43 | + "sonner": "^1.5.0", |
43 | 44 | "tailwind-merge": "^2.5.2",
|
44 | 45 | "tailwindcss-animate": "^1.0.7",
|
45 |
| - "viem": "~2.19.4", |
46 |
| - "wagmi": "^2.12.5" |
| 46 | + "viem": "~2.21.9", |
| 47 | + "wagmi": "^2.12.12" |
47 | 48 | },
|
48 | 49 | "devDependencies": {
|
49 |
| - "@commitlint/cli": "^19.4.0", |
50 |
| - "@commitlint/config-conventional": "^19.2.2", |
| 50 | + "@commitlint/cli": "^19.5.0", |
| 51 | + "@commitlint/config-conventional": "^19.5.0", |
51 | 52 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
52 |
| - "@playwright/test": "^1.46.0", |
53 |
| - "@total-typescript/ts-reset": "^0.5.1", |
54 |
| - "@types/eslint": "^9.6.0", |
55 |
| - "@types/node": "22.2.0", |
| 53 | + "@playwright/test": "^1.47.1", |
| 54 | + "@total-typescript/ts-reset": "^0.6.1", |
| 55 | + "@types/eslint": "^9.6.1", |
| 56 | + "@types/node": "22.5.5", |
56 | 57 | "@types/qrcode": "^1.5.5",
|
57 |
| - "@types/react": "18.3.3", |
| 58 | + "@types/react": "18.3.7", |
58 | 59 | "@types/react-dom": "18.3.0",
|
59 |
| - "@typescript-eslint/eslint-plugin": "^8.1.0", |
60 |
| - "@typescript-eslint/parser": "^8.1.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^8.6.0", |
| 61 | + "@typescript-eslint/parser": "^8.6.0", |
61 | 62 | "autoprefixer": "10.4.20",
|
62 |
| - "cssnano": "^7.0.5", |
| 63 | + "cssnano": "^7.0.6", |
63 | 64 | "eslint": "8.57.0",
|
64 |
| - "eslint-config-next": "14.2.5", |
| 65 | + "eslint-config-next": "14.2.12", |
65 | 66 | "eslint-config-prettier": "^9.1.0",
|
66 |
| - "eslint-plugin-jsx-a11y": "^6.9.0", |
| 67 | + "eslint-plugin-jsx-a11y": "^6.10.0", |
67 | 68 | "eslint-plugin-prettier": "^5.2.1",
|
68 | 69 | "eslint-plugin-promise": "^7.1.0",
|
69 |
| - "eslint-plugin-react": "^7.35.0", |
| 70 | + "eslint-plugin-react": "^7.36.1", |
70 | 71 | "eslint-plugin-react-hooks": "^4.6.2",
|
71 | 72 | "eslint-plugin-sonarjs": "^0.25.1",
|
72 | 73 | "eslint-plugin-unicorn": "^55.0.0",
|
73 |
| - "husky": "^9.1.4", |
74 |
| - "lint-staged": "^15.2.9", |
75 |
| - "postcss": "8.4.41", |
| 74 | + "husky": "^9.1.6", |
| 75 | + "lint-staged": "^15.2.10", |
| 76 | + "postcss": "8.4.47", |
76 | 77 | "prettier": "^3.3.3",
|
77 | 78 | "prettier-plugin-tailwindcss": "^0.6.6",
|
78 |
| - "sass": "^1.77.8", |
79 |
| - "tailwindcss": "3.4.9", |
80 |
| - "typescript": "5.5.4" |
| 79 | + "sass": "^1.79.1", |
| 80 | + "tailwindcss": "3.4.12", |
| 81 | + "typescript": "5.6.2" |
81 | 82 | }
|
82 | 83 | }
|
0 commit comments