@public-ui/visual-tests 2.0.0-rc.8 → 2.0.0

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.0-rc.8",
3
+ "version": "2.0.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -19,21 +19,21 @@
19
19
  "kolibri-visual-test": "src/index.js"
20
20
  },
21
21
  "dependencies": {
22
- "@playwright/test": "1.39.0",
23
- "@public-ui/sample-react": "2.0.0-rc.8",
22
+ "@playwright/test": "1.40.1",
23
+ "@public-ui/sample-react": "2.0.0",
24
24
  "axe-playwright": "1.2.3",
25
25
  "portfinder": "1.0.32",
26
26
  "serve": "14.2.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@babel/eslint-parser": "7.22.15",
30
- "@babel/plugin-syntax-import-attributes": "7.22.5",
31
- "@babel/preset-env": "7.23.2",
29
+ "@babel/eslint-parser": "7.23.3",
30
+ "@babel/plugin-syntax-import-attributes": "7.23.3",
31
+ "@babel/preset-env": "7.23.5",
32
32
  "depcheck": "1.4.7",
33
- "eslint": "8.52.0",
33
+ "eslint": "8.55.0",
34
34
  "eslint-plugin-no-loops": "0.3.0",
35
- "knip": "2.38.4",
36
- "prettier": "3.0.3"
35
+ "knip": "3.4.0",
36
+ "prettier": "3.1.0"
37
37
  },
38
38
  "files": [
39
39
  "playwright.config.js",
@@ -268,11 +268,6 @@ ROUTES.set('pagination/basic', {
268
268
  skipFailures: false,
269
269
  },
270
270
  });
271
- ROUTES.set('popover/basic', {
272
- axe: {
273
- skipFailures: false,
274
- },
275
- });
276
271
  ROUTES.set('progress/basic', {
277
272
  axe: {
278
273
  skipFailures: false,
@@ -314,16 +309,6 @@ ROUTES.set('split-button/basic', {
314
309
  skipFailures: false,
315
310
  },
316
311
  });
317
- ROUTES.set('table/badge-size', {
318
- axe: {
319
- skipFailures: false,
320
- },
321
- });
322
- ROUTES.set('table/render-cell', {
323
- axe: {
324
- skipFailures: false,
325
- },
326
- });
327
312
  ROUTES.set('table/sort-data', {
328
313
  axe: {
329
314
  skipFailures: false,