|
74 | 74 | ], |
75 | 75 | "dependencies": { |
76 | 76 | "@commercelayer/js-auth": "^6.7.2", |
77 | | - "@commercelayer/organization-config": "^2.2.0", |
| 77 | + "@commercelayer/organization-config": "^2.3.0", |
78 | 78 | "@commercelayer/react-components": "4.22.0", |
79 | | - "@commercelayer/sdk": "^6.39.0", |
80 | | - "@faker-js/faker": "^9.6.0", |
81 | | - "@headlessui/react": "^2.2.0", |
82 | | - "@next/bundle-analyzer": "^15.2.3", |
83 | | - "@next/eslint-plugin-next": "^15.2.3", |
84 | | - "@playwright/test": "1.51.1", |
| 79 | + "@commercelayer/sdk": "^6.41.0", |
| 80 | + "@faker-js/faker": "^9.7.0", |
| 81 | + "@headlessui/react": "^2.2.2", |
| 82 | + "@next/bundle-analyzer": "^15.3.2", |
| 83 | + "@next/eslint-plugin-next": "^15.3.2", |
| 84 | + "@playwright/test": "1.52.0", |
85 | 85 | "@tailwindcss/forms": "^0.5.10", |
86 | 86 | "@types/async-retry": "1.4.8", |
87 | | - "@types/node": "^22.13.10", |
| 87 | + "@types/node": "^22.15.17", |
88 | 88 | "@types/react": "^18.3.12", |
89 | 89 | "@types/react-gtm-module": "^2.0.4", |
90 | 90 | "@types/styled-components": "^5.1.34", |
|
93 | 93 | "babel-plugin-macros": "^3.1.0", |
94 | 94 | "babel-plugin-styled-components": "^2.1.4", |
95 | 95 | "classnames": "^2.5.1", |
96 | | - "cron-parser": "^4.9.0", |
97 | | - "cronstrue": "^2.56.0", |
98 | | - "dotenv": "^16.4.7", |
99 | | - "i18next": "^24.2.3", |
100 | | - "next": "^15.2.3", |
| 96 | + "cron-parser": "^5.1.1", |
| 97 | + "cronstrue": "^2.60.0", |
| 98 | + "dotenv": "^16.5.0", |
| 99 | + "i18next": "^25.1.2", |
| 100 | + "next": "^15.3.2", |
101 | 101 | "next-build-id": "^3.0.0", |
102 | 102 | "next-i18next": "^15.4.2", |
103 | 103 | "postcss": "^8.5.3", |
104 | 104 | "react": "^18.3.1", |
105 | 105 | "react-dom": "^18.3.1", |
106 | 106 | "react-gtm-module": "^2.0.11", |
107 | | - "react-i18next": "^15.4.1", |
| 107 | + "react-i18next": "^15.5.1", |
108 | 108 | "react-router-dom": "^6.28.0", |
109 | | - "styled-components": "^6.1.16", |
| 109 | + "styled-components": "^6.1.18", |
110 | 110 | "tailwindcss": "^3.4.14", |
111 | 111 | "twin.macro": "^3.4.1", |
112 | 112 | "typescript": "^5.8.3" |
|
116 | 116 | "@semantic-release/changelog": "^6.0.3", |
117 | 117 | "@semantic-release/commit-analyzer": "^13.0.1", |
118 | 118 | "@semantic-release/git": "^10.0.1", |
119 | | - "@semantic-release/github": "^11.0.1", |
| 119 | + "@semantic-release/github": "^11.0.2", |
120 | 120 | "@semantic-release/npm": "^12.0.1", |
121 | 121 | "@semantic-release/release-notes-generator": "^14.0.3", |
122 | | - "npm-check-updates": "^17.1.15", |
| 122 | + "npm-check-updates": "^18.0.1", |
123 | 123 | "semantic-release": "^24.2.3", |
124 | 124 | "serve": "^14.2.4", |
125 | | - "stylelint": "^16.16.0", |
| 125 | + "stylelint": "^16.19.1", |
126 | 126 | "stylelint-config-standard": "^36.0.1" |
127 | 127 | }, |
128 | 128 | "resolutions": { |
|
142 | 142 | "preset": "styled-components" |
143 | 143 | } |
144 | 144 | }, |
145 | | - "cacheDirectories": [ |
146 | | - ".next/cache" |
147 | | - ], |
| 145 | + "cacheDirectories": [".next/cache"], |
148 | 146 | "pnpm": { |
149 | 147 | "overrides": { |
150 | 148 | "micromatch@<4.0.8": ">=4.0.8", |
|
0 commit comments