|
62 | 62 | "storybook:quick": "run-p build:watch storybook:run", |
63 | 63 | "storybook:run": "web-dev-server --config wds-storybook.config.js", |
64 | 64 | "test": "yarn test:focus unit", |
65 | | - "test:a11y": "playwright test --config=../2nd-gen/playwright.a11y.config.ts", |
66 | | - "test:a11y:1st": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --project=1st-gen", |
67 | | - "test:a11y:2nd": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --project=2nd-gen", |
68 | | - "test:a11y:report": "playwright show-report ../2nd-gen/test/playwright-a11y/report", |
69 | | - "test:a11y:ui": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --ui", |
70 | 65 | "test:bench": "yarn build:tests && node test/benchmark/cli.js", |
71 | 66 | "test:changed": "node ./scripts/test-changes.js", |
72 | 67 | "test:ci": "yarn test:start", |
|
92 | 87 | "react/*" |
93 | 88 | ], |
94 | 89 | "devDependencies": { |
95 | | - "@axe-core/playwright": "^4.11.0", |
96 | 90 | "@changesets/changelog-github": "0.5.1", |
97 | 91 | "@changesets/cli": "2.29.7", |
98 | 92 | "@commitlint/cli": "19.8.1", |
99 | | - "@commitlint/config-conventional": "^19.8.1", |
| 93 | + "@commitlint/config-conventional": "19.8.1", |
100 | 94 | "@custom-elements-manifest/analyzer": "0.10.6", |
101 | 95 | "@geometricpanda/storybook-addon-badges": "2.0.5", |
102 | 96 | "@lit/react": "1.0.8", |
|
173 | 167 | "jsonc-eslint-parser": "2.4.1", |
174 | 168 | "latest-version": "9.0.0", |
175 | 169 | "lightningcss": "1.30.1", |
176 | | - "lint-staged": "^16.1.2", |
| 170 | + "lint-staged": "16.2.6", |
177 | 171 | "lit": "^2.5.0 || ^3.1.3", |
178 | 172 | "lit-analyzer": "2.0.3", |
179 | 173 | "lit-html": "^2.4.0 || ^3.1.3", |
|
187 | 181 | "prettier-plugin-package": "1.4.0", |
188 | 182 | "pretty-bytes": "7.1.0", |
189 | 183 | "re-template-tag": "2.0.1", |
190 | | - "replace-in-file": "^8.3.0", |
| 184 | + "replace-in-file": "8.3.0", |
191 | 185 | "rimraf": "6.0.1", |
192 | 186 | "rollup": "4.52.2", |
193 | 187 | "sinon": "17.0.2", |
|
0 commit comments