|
1 | 1 | { |
2 | 2 | "name": "@bigcommerce/catalyst-core", |
3 | 3 | "description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.", |
4 | | - "version": "1.3.5", |
| 4 | + "version": "1.3.6", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | 7 | "dev": "npm run generate && next dev", |
|
57 | 57 | "lodash.debounce": "^4.0.8", |
58 | 58 | "lru-cache": "^11.1.0", |
59 | 59 | "lucide-react": "^0.474.0", |
60 | | - "next": "15.5.7", |
| 60 | + "next": "15.5.8", |
61 | 61 | "next-auth": "5.0.0-beta.30", |
62 | 62 | "next-intl": "^4.1.0", |
63 | 63 | "nuqs": "^2.4.3", |
64 | 64 | "p-lazy": "^5.0.0", |
65 | | - "react": "^19.1.2", |
| 65 | + "react": "19.1.3", |
66 | 66 | "react-day-picker": "^9.7.0", |
67 | | - "react-dom": "^19.1.2", |
| 67 | + "react-dom": "19.1.3", |
68 | 68 | "react-headroom": "^3.2.1", |
69 | 69 | "schema-dts": "^1.1.5", |
70 | 70 | "server-only": "^0.0.1", |
|
79 | 79 | "@bigcommerce/eslint-config-catalyst": "workspace:^", |
80 | 80 | "@faker-js/faker": "^9.8.0", |
81 | 81 | "@gql.tada/cli-utils": "^1.6.3", |
82 | | - "@next/bundle-analyzer": "15.5.7", |
| 82 | + "@next/bundle-analyzer": "15.5.8", |
83 | 83 | "@playwright/test": "^1.52.0", |
84 | 84 | "@tailwindcss/container-queries": "^0.1.1", |
85 | 85 | "@tailwindcss/typography": "^0.5.16", |
|
94 | 94 | "dotenv": "^16.5.0", |
95 | 95 | "dotenv-cli": "^8.0.0", |
96 | 96 | "eslint": "^8.57.1", |
97 | | - "eslint-config-next": "15.5.7", |
| 97 | + "eslint-config-next": "15.5.8", |
98 | 98 | "postcss": "^8.5.4", |
99 | 99 | "postcss-preset-env": "^10.2.1", |
100 | 100 | "prettier": "^3.6.2", |
|
0 commit comments