|
16 | 16 | "@bigcommerce/catalyst-client": "workspace:^",
|
17 | 17 | "@conform-to/react": "^1.2.2",
|
18 | 18 | "@conform-to/zod": "^1.2.2",
|
19 |
| - "@icons-pack/react-simple-icons": "^10.2.0", |
| 19 | + "@icons-pack/react-simple-icons": "^11.0.1", |
20 | 20 | "@radix-ui/react-accordion": "^1.2.2",
|
21 |
| - "@radix-ui/react-alert-dialog": "^1.1.3", |
| 21 | + "@radix-ui/react-alert-dialog": "^1.1.4", |
22 | 22 | "@radix-ui/react-checkbox": "^1.1.3",
|
23 |
| - "@radix-ui/react-dialog": "^1.1.3", |
24 |
| - "@radix-ui/react-dropdown-menu": "^2.1.3", |
| 23 | + "@radix-ui/react-dialog": "^1.1.4", |
| 24 | + "@radix-ui/react-dropdown-menu": "^2.1.4", |
25 | 25 | "@radix-ui/react-form": "^0.1.1",
|
26 | 26 | "@radix-ui/react-label": "^2.1.1",
|
27 |
| - "@radix-ui/react-navigation-menu": "^1.2.2", |
28 |
| - "@radix-ui/react-popover": "^1.1.3", |
| 27 | + "@radix-ui/react-navigation-menu": "^1.2.3", |
| 28 | + "@radix-ui/react-popover": "^1.1.4", |
29 | 29 | "@radix-ui/react-portal": "^1.1.2",
|
30 | 30 | "@radix-ui/react-radio-group": "^1.2.2",
|
31 |
| - "@radix-ui/react-select": "^2.1.3", |
| 31 | + "@radix-ui/react-select": "^2.1.4", |
32 | 32 | "@radix-ui/react-slot": "^1.1.1",
|
33 | 33 | "@radix-ui/react-tabs": "^1.1.2",
|
34 |
| - "@radix-ui/react-toggle-group": "^1.1.0", |
| 34 | + "@radix-ui/react-toggle-group": "^1.1.1", |
35 | 35 | "@upstash/redis": "^1.34.3",
|
36 | 36 | "@vercel/analytics": "^1.4.1",
|
37 | 37 | "@vercel/kv": "^3.0.0",
|
|
40 | 40 | "clsx": "^2.1.1",
|
41 | 41 | "content-security-policy-builder": "^2.2.0",
|
42 | 42 | "deepmerge": "^4.3.1",
|
43 |
| - "embla-carousel": "8.5.1", |
44 |
| - "embla-carousel-autoplay": "8.5.1", |
45 |
| - "embla-carousel-fade": "8.5.1", |
46 |
| - "embla-carousel-react": "8.5.1", |
47 |
| - "focus-trap-react": "^11.0.1", |
| 43 | + "embla-carousel": "8.5.2", |
| 44 | + "embla-carousel-autoplay": "8.5.2", |
| 45 | + "embla-carousel-fade": "8.5.2", |
| 46 | + "embla-carousel-react": "8.5.2", |
| 47 | + "focus-trap-react": "^11.0.3", |
48 | 48 | "gql.tada": "^1.8.10",
|
49 | 49 | "graphql": "^16.10.0",
|
50 | 50 | "jose": "^5.9.6",
|
51 | 51 | "lodash.debounce": "^4.0.8",
|
52 | 52 | "lru-cache": "^11.0.2",
|
53 |
| - "lucide-react": "^0.468.0", |
54 |
| - "next": "15.2.0-canary.1", |
| 53 | + "lucide-react": "^0.471.1", |
| 54 | + "next": "15.2.0-canary.6", |
55 | 55 | "next-auth": "5.0.0-beta.25",
|
56 |
| - "next-intl": "^3.26.1", |
| 56 | + "next-intl": "^3.26.3", |
57 | 57 | "nuqs": "^2.2.2",
|
58 | 58 | "p-lazy": "^5.0.0",
|
59 | 59 | "react": "^19.0.0",
|
60 |
| - "react-day-picker": "^9.0.8", |
| 60 | + "react-day-picker": "^9.5.0", |
61 | 61 | "react-dom": "^19.0.0",
|
62 | 62 | "react-google-recaptcha": "^3.1.0",
|
63 | 63 | "react-headroom": "^3.2.1",
|
64 |
| - "react-hook-form": "^7.54.1", |
65 |
| - "react-hot-toast": "^2.4.1", |
| 64 | + "react-hook-form": "^7.54.2", |
| 65 | + "react-hot-toast": "^2.5.1", |
66 | 66 | "schema-dts": "^1.1.2",
|
67 | 67 | "server-only": "^0.0.1",
|
68 | 68 | "sharp": "^0.33.5",
|
69 | 69 | "sonner": "^1.7.1",
|
70 |
| - "tailwind-merge": "^2.5.5", |
| 70 | + "tailwind-merge": "^2.6.0", |
71 | 71 | "tailwindcss-radix": "^3.0.5",
|
72 |
| - "uuid": "^11.0.3", |
| 72 | + "uuid": "^11.0.5", |
73 | 73 | "zod": "^3.24.1"
|
74 | 74 | },
|
75 | 75 | "devDependencies": {
|
76 | 76 | "@0no-co/graphqlsp": "^1.12.16",
|
77 | 77 | "@bigcommerce/eslint-config-catalyst": "workspace:^",
|
78 | 78 | "@faker-js/faker": "^9.3.0",
|
79 | 79 | "@gql.tada/cli-utils": "^1.6.3",
|
80 |
| - "@next/bundle-analyzer": "15.1.0", |
| 80 | + "@next/bundle-analyzer": "15.1.4", |
81 | 81 | "@playwright/test": "^1.49.1",
|
82 | 82 | "@tailwindcss/container-queries": "^0.1.1",
|
83 | 83 | "@types/gtag.js": "^0.0.20",
|
84 | 84 | "@types/lodash.debounce": "^4.0.9",
|
85 |
| - "@types/node": "^20.17.10", |
86 |
| - "@types/react": "^19.0.1", |
87 |
| - "@types/react-dom": "^19.0.2", |
| 85 | + "@types/node": "^20.17.12", |
| 86 | + "@types/react": "^19.0.6", |
| 87 | + "@types/react-dom": "^19.0.3", |
88 | 88 | "@types/react-google-recaptcha": "^2.1.9",
|
89 | 89 | "@types/react-headroom": "^3.2.3",
|
90 | 90 | "@types/uuid": "^10.0.0",
|
91 | 91 | "autoprefixer": "^10.4.20",
|
92 | 92 | "dotenv": "^16.4.7",
|
93 |
| - "dotenv-cli": "^7.4.4", |
| 93 | + "dotenv-cli": "^8.0.0", |
94 | 94 | "eslint": "^8.57.1",
|
95 |
| - "eslint-config-next": "15.1.0", |
| 95 | + "eslint-config-next": "15.1.4", |
96 | 96 | "postcss": "^8.4.49",
|
97 | 97 | "prettier": "^3.4.2",
|
98 | 98 | "prettier-plugin-tailwindcss": "^0.6.9",
|
99 |
| - "tailwindcss": "^3.4.16", |
| 99 | + "tailwindcss": "^3.4.17", |
100 | 100 | "tailwindcss-animate": "1.0.7",
|
101 |
| - "typescript": "^5.7.2" |
| 101 | + "typescript": "^5.7.3" |
102 | 102 | }
|
103 | 103 | }
|
0 commit comments