@public-ui/visual-tests 4.0.2 → 4.0.3-rc.1

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": "4.0.2",
3
+ "version": "4.0.3-rc.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -29,20 +29,20 @@
29
29
  "axe-html-reporter": "2.2.11",
30
30
  "portfinder": "1.0.38",
31
31
  "serve": "14.2.5",
32
- "@public-ui/sample-react": "4.0.2"
32
+ "@public-ui/sample-react": "4.0.3-rc.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/eslint-parser": "7.28.6",
36
36
  "@babel/plugin-syntax-import-attributes": "7.28.6",
37
- "@babel/preset-env": "7.28.6",
38
- "@playwright/test": "1.57.0",
37
+ "@babel/preset-env": "7.29.0",
38
+ "@playwright/test": "1.58.1",
39
39
  "eslint": "8.57.1",
40
40
  "knip": "5.82.1",
41
41
  "prettier": "3.8.1",
42
42
  "prettier-plugin-organize-imports": "4.3.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@playwright/test": "1.57.0"
45
+ "@playwright/test": "1.58.1"
46
46
  },
47
47
  "files": [
48
48
  "playwright.config.js",
@@ -296,17 +296,6 @@ ROUTES.set('heading/paragraph', {
296
296
  },
297
297
  },
298
298
  });
299
- ROUTES.set('icon/basic', {
300
- snapshot: {
301
- viewportSize: {
302
- width: 60,
303
- height: 200,
304
- },
305
- zoom: {
306
- skip: true,
307
- },
308
- },
309
- });
310
299
  ROUTES.set('icon/font-awesome', {
311
300
  snapshot: {
312
301
  viewportSize: {