|
12 | 12 | "dependencies": { |
13 | 13 | "@iota/iota.js": "^1.9.0-stardust.25", |
14 | 14 | "classnames": "^2.3.1", |
15 | | - "humanize-duration": "^3.25.2", |
| 15 | + "humanize-duration": "^3.27.3", |
16 | 16 | "moment": "^2.29.1", |
17 | 17 | "react": "^17.0.2", |
18 | 18 | "react-dom": "^17.0.2", |
|
27 | 27 | "start": "cross-env PORT=9090 WDS_SOCKET_PORT=9090 REACT_APP_SOCKET=8081 REACT_APP_BRAND_ID=hornet craco start", |
28 | 28 | "start-bee": "cross-env PORT=9090 WDS_SOCKET_PORT=9090 REACT_APP_SOCKET=8081 REACT_APP_BRAND_ID=bee craco start", |
29 | 29 | "lint": "eslint src --ext .tsx,.ts", |
30 | | - "sass-lint": "stylelint ./src/**/*.scss", |
| 30 | + "sass-lint": "stylelint ./src/**/*.scss --custom-syntax postcss-scss", |
31 | 31 | "build-internal": "craco build", |
32 | 32 | "build": "cross-env REACT_APP_BRAND_ID=hornet run-s lint sass-lint build-internal", |
33 | 33 | "build-bee": "cross-env REACT_APP_BRAND_ID=bee run-s lint sass-lint build-internal", |
|
58 | 58 | "eslint-plugin-react": "^7.30.1", |
59 | 59 | "eslint-plugin-unicorn": "^43.0.2", |
60 | 60 | "npm-run-all": "^4.1.5", |
| 61 | + "postcss-scss": "^4.0.5", |
61 | 62 | "sass": "^1.53.0", |
62 | | - "stylelint": "^13.13.0", |
| 63 | + "stylelint": "^14.9.1", |
63 | 64 | "stylelint-config-property-sort-order-smacss": "^7.1.0", |
64 | | - "stylelint-config-recommended": "^5.0.0", |
| 65 | + "stylelint-config-recommended": "^8.0.0", |
65 | 66 | "stylelint-config-recommended-scss": "^4.2.0", |
66 | | - "stylelint-config-sass-guidelines": "^8.0.0", |
67 | | - "stylelint-config-standard": "^22.0.0", |
| 67 | + "stylelint-config-sass-guidelines": "^9.0.0", |
| 68 | + "stylelint-config-standard": "^26.0.0", |
68 | 69 | "stylelint-scss": "^3.19.0", |
69 | 70 | "typescript": "^4.7.4" |
70 | 71 | } |
|
0 commit comments