|
44 | 44 | "publish": "scripts/publish.sh", |
45 | 45 | "start": "npm-run-all \"build:theme:{1}\" \"build:storybook:{1}\" --parallel \"storybook:{1}\" \"watch {1}\" --", |
46 | 46 | "size": "size-limit", |
47 | | - "storybook:dev": "storybook dev --port 5000 --ci", |
| 47 | + "storybook:dev": "storybook dev --port 5001 --ci", |
48 | 48 | "storybook:default": "storybook dev --port 5001 -c src/themes/default/storybook/.storybook --ci", |
49 | 49 | "storybook:joinup": "STORYBOOK_THEME=joinup storybook dev --port 5002 -c src/themes/joinup/storybook/.storybook --ci", |
50 | 50 | "test": "npm-run-all 'lint:*' twig:snapshots", |
|
106 | 106 | "browser-update": "3.3.63", |
107 | 107 | "buffer": "^6.0.3", |
108 | 108 | "copyfiles": "2.4.1", |
109 | | - "eslint": "^8.57.1", |
110 | | - "eslint-config-airbnb": "19.0.4", |
111 | | - "eslint-config-airbnb-base": "15.0.0", |
112 | | - "eslint-config-prettier": "10.1.8", |
113 | | - "eslint-define-config": "^2.1.0", |
114 | | - "eslint-plugin-import": "2.32.0", |
| 109 | + "crypto-browserify": "3.12.1", |
| 110 | + "eslint": "^9.39.4", |
115 | 111 | "eslint-plugin-jest": "^29.15.2", |
116 | | - "eslint-plugin-jsx-a11y": "^6.10.2", |
117 | | - "eslint-plugin-prettier": "5.5.5", |
118 | | - "eslint-plugin-react": "^7.37.5", |
119 | | - "eslint-plugin-react-hooks": "^4.6.2", |
120 | 112 | "glob": "13.0.6", |
121 | 113 | "husky": "9.1.7", |
122 | 114 | "jest": "30.4.2", |
|
0 commit comments