@public-ui/visual-tests 2.0.13 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/visual-tests",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@playwright/test": "1.43.1",
26
- "@public-ui/sample-react": "2.0.13",
26
+ "@public-ui/sample-react": "2.0.15",
27
27
  "axe-playwright": "2.0.1",
28
28
  "portfinder": "1.0.32",
29
- "serve": "14.2.1"
29
+ "serve": "14.2.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/eslint-parser": "7.24.1",
@@ -34,7 +34,7 @@
34
34
  "@babel/preset-env": "7.24.4",
35
35
  "eslint": "8.57.0",
36
36
  "eslint-plugin-no-loops": "0.3.0",
37
- "knip": "5.9.4",
37
+ "knip": "5.11.0",
38
38
  "prettier": "3.2.5"
39
39
  },
40
40
  "files": [
@@ -325,6 +325,11 @@ ROUTES.set('table/complex-headers', {
325
325
  skipFailures: false,
326
326
  },
327
327
  });
328
+ ROUTES.set('table/stateless', {
329
+ axe: {
330
+ skipFailures: false,
331
+ },
332
+ });
328
333
  ROUTES.set('tabs/basic', {
329
334
  axe: {
330
335
  skipFailures: false,