|
44 | 44 | "build:icons": "babel-node --presets @babel/env ./scripts/buildIcons.js", |
45 | 45 | "clean:icons": "babel-node --presets @babel/env ./scripts/cleanIcons.js", |
46 | 46 | "postinstall": "patch-package && yarn build:icons", |
47 | | - "plop": "plop --plopfile scripts/plopfile.js", |
48 | 47 | "chromatic": "NODE_ENV=production CHROMATIC=1 chromatic --project-token $CHROMATIC_PROJECT_TOKEN --build-script-name 'build:chromatic'", |
49 | 48 | "chromatic:forced-colors": "NODE_ENV=production CHROMATIC=1 chromatic --project-token $CHROMATIC_FC_PROJECT_TOKEN --build-script-name 'build:chromatic-fc'", |
50 | 49 | "merge:css": "babel-node --presets @babel/env ./scripts/merge-spectrum-css.js", |
|
139 | 138 | "autoprefixer": "^9.6.0", |
140 | 139 | "axe-core": "^4.6.3", |
141 | 140 | "axe-playwright": "^1.1.11", |
142 | | - "babel-plugin-istanbul": "^6.0.0", |
143 | 141 | "babel-plugin-macros": "^3.0.1", |
144 | 142 | "babel-plugin-react-remove-properties": "^0.3.0", |
145 | 143 | "babel-plugin-transform-glob-import": "^1.0.1", |
146 | | - "babelify": "^10.0.0", |
147 | 144 | "chalk": "^4.1.2", |
148 | 145 | "chromatic": "^13.1.3", |
149 | 146 | "clsx": "^2.0.0", |
|
165 | 162 | "fast-check": "^2.19.0", |
166 | 163 | "fast-glob": "^3.1.0", |
167 | 164 | "fs-extra": "^11.0.0", |
168 | | - "glob": "^8.0.3", |
169 | | - "glob-promise": "^6.0.5", |
| 165 | + "glob": "^11.0.3", |
170 | 166 | "globals": "^15.11.0", |
171 | 167 | "identity-obj-proxy": "^3.0.0", |
172 | 168 | "ignore-styles": "^5.0.1", |
|
181 | 177 | "md5": "^2.2.1", |
182 | 178 | "motion": "^12.23.6", |
183 | 179 | "npm-cli-login": "^1.0.0", |
184 | | - "nyc": "^10.2.0", |
185 | | - "p-queue": "^6.2.1", |
186 | 180 | "parcel": "^2.16.0", |
187 | 181 | "parcel-optimizer-strict-mode": "workspace:^", |
188 | 182 | "patch-package": "^6.2.0", |
189 | 183 | "playwright": "^1.45.3", |
190 | | - "plop": "^2.4.0", |
191 | 184 | "postcss": "^8.4.24", |
192 | 185 | "postcss-custom-properties": "^13.2.0", |
193 | 186 | "postcss-import": "^15.1.0", |
194 | 187 | "prettier": "^3.6.2", |
195 | 188 | "prop-types": "^15.6.0", |
196 | 189 | "raf": "^3.4.0", |
197 | 190 | "react": "^19.1.0", |
198 | | - "react-axe": "^3.0.2", |
199 | 191 | "react-dom": "^19.1.0", |
200 | 192 | "react-frame-component": "^5.0.0", |
201 | 193 | "react-test-renderer": "^19.1.0", |
202 | 194 | "recast": "^0.23", |
203 | 195 | "recursive-readdir": "^2.2.2", |
204 | 196 | "regenerator-runtime": "0.13.3", |
205 | | - "rimraf": "^2.6.3", |
| 197 | + "rimraf": "^6.0.1", |
206 | 198 | "sharp": "^0.33.5", |
207 | | - "sinon": "^7.3.1", |
208 | 199 | "storybook": "^8.6.14", |
209 | 200 | "storybook-dark-mode": "^4.0.2", |
210 | 201 | "storybook-react-parcel": "workspace:^", |
|
217 | 208 | "verdaccio": "^6.0.0", |
218 | 209 | "walk-object": "^4.0.0", |
219 | 210 | "wsrun": "^5.0.0", |
220 | | - "xml": "^1.0.1", |
221 | | - "yargs": "^17.2.1" |
| 211 | + "xml": "^1.0.1" |
222 | 212 | }, |
223 | 213 | "resolutions": { |
224 | 214 | "@babel/cli": "7.24.1", |
|
229 | 219 | "@babel/traverse": "7.24.1", |
230 | 220 | "@babel/types": "7.24.0", |
231 | 221 | "@mdx-js/react": "2.0.0-rc.2", |
232 | | - "postcss": "8.4.24", |
| 222 | + "postcss": "8.4.31", |
233 | 223 | "postcss-custom-properties": "13.2.0", |
234 | 224 | "postcss-import": "15.1.0", |
235 | 225 | "react-refresh": "0.9.0", |
|
0 commit comments