|
64 | 64 | "lint": "npm-run-all lint:*", |
65 | 65 | "lint:js": "eslint --max-warnings=0 .", |
66 | 66 | "lint:ts": "tsc", |
67 | | - "lint:css": "stylelint \"src/**/*.scss\" --syntax scss", |
| 67 | + "lint:css": "stylelint \"src/**/*.scss\"", |
68 | 68 | "prebuild:es": "npm-run-all copy:styles ts:defs copy:flow", |
69 | 69 | "release": "yarn release:beta", |
70 | 70 | "release:beta": "DIST=beta BRANCH=master ./scripts/release.sh", |
|
128 | 128 | "@box/box-ai-content-answers": "^0.113.0", |
129 | 129 | "@box/cldr-data": "^34.2.0", |
130 | 130 | "@box/combobox-with-api": "^0.28.4", |
131 | | - "@box/frontend": "^10.0.1", |
| 131 | + "@box/frontend": "^11.0.0", |
132 | 132 | "@box/item-icon": "^0.9.83", |
133 | 133 | "@box/languages": "^1.0.0", |
134 | 134 | "@box/metadata-editor": "^0.97.3", |
|
241 | 241 | "msw-storybook-addon": "^2.0.2", |
242 | 242 | "npm-run-all": "^4.1.5", |
243 | 243 | "pikaday": "^1.8.0", |
244 | | - "postcss": "^8.4.31", |
| 244 | + "postcss": "^8.5.3", |
245 | 245 | "postcss-loader": "^8.1.1", |
246 | 246 | "prettier": "^3.2.5", |
247 | 247 | "prettier-eslint-cli": "^5.0.0", |
|
281 | 281 | "storybook-react-intl": "^3.1.1", |
282 | 282 | "string-replace-loader": "^3.1.0", |
283 | 283 | "styled-components": "5.0.0", |
284 | | - "stylelint": "^12.0.0", |
285 | | - "stylelint-config-rational-order": "^0.1.2", |
286 | | - "stylelint-config-standard": "^19.0.0", |
287 | | - "stylelint-order": "^3.1.1", |
| 284 | + "stylelint": "^16.18.0", |
| 285 | + "stylelint-config-standard": "^38.0.0", |
| 286 | + "stylelint-config-standard-scss": "^14.0.0", |
| 287 | + "stylelint-order": "^6.0.4", |
288 | 288 | "tabbable": "^1.1.3", |
289 | 289 | "ts-loader": "^6.2.1", |
290 | 290 | "typescript": "5.2.2", |
|
0 commit comments