@public-ui/visual-tests 3.0.0-rc.9 → 3.0.1-3b313a0f2df6c512e868df86f443d016defc56fa.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 +9 -10
- package/tests/sample-app.routes.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-3b313a0f2df6c512e868df86f443d016defc56fa.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"kolibri-visual-test": "src/index.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@playwright/test": "1.
|
|
28
|
+
"@playwright/test": "1.53.0",
|
|
29
29
|
"axe-playwright": "2.1.0",
|
|
30
|
-
"portfinder": "1.0.
|
|
30
|
+
"portfinder": "1.0.37",
|
|
31
31
|
"serve": "14.2.4",
|
|
32
|
-
"@public-ui/sample-react": "3.0.
|
|
32
|
+
"@public-ui/sample-react": "3.0.1-3b313a0f2df6c512e868df86f443d016defc56fa.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/eslint-parser": "7.
|
|
36
|
-
"@babel/plugin-syntax-import-attributes": "7.
|
|
37
|
-
"@babel/preset-env": "7.
|
|
35
|
+
"@babel/eslint-parser": "7.27.5",
|
|
36
|
+
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
37
|
+
"@babel/preset-env": "7.27.2",
|
|
38
38
|
"eslint": "8.57.1",
|
|
39
|
-
"knip": "5.
|
|
39
|
+
"knip": "5.60.2",
|
|
40
40
|
"prettier": "3.5.3"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"format": "prettier --check src",
|
|
49
49
|
"lint": "pnpm lint:eslint",
|
|
50
50
|
"lint:eslint": "eslint src",
|
|
51
|
-
"unused": "knip"
|
|
52
|
-
"postinstall": "pnpm exec playwright install"
|
|
51
|
+
"unused": "knip"
|
|
53
52
|
}
|
|
54
53
|
}
|
|
@@ -929,7 +929,7 @@ ROUTES.set('toast/basic?type=error&variant=msg', {
|
|
|
929
929
|
ROUTES.set('toolbar/basic', {
|
|
930
930
|
snapshot: {
|
|
931
931
|
viewportSize: {
|
|
932
|
-
width:
|
|
932
|
+
width: 600,
|
|
933
933
|
height: 100,
|
|
934
934
|
},
|
|
935
935
|
zoom: {
|
|
@@ -965,7 +965,7 @@ ROUTES.set('tree/basic/home', {
|
|
|
965
965
|
ROUTES.set('version/basic', {
|
|
966
966
|
snapshot: {
|
|
967
967
|
viewportSize: {
|
|
968
|
-
width:
|
|
968
|
+
width: 150,
|
|
969
969
|
height: 100,
|
|
970
970
|
},
|
|
971
971
|
zoom: {
|