storybook-addon-playwright 4.12.3 → 4.12.6
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook-addon-playwright",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.6",
|
|
4
4
|
"description": "An addon to visually test the stories in the multiple browsers within storybook environment",
|
|
5
5
|
"author": "m.doaie <mdoaie@yahoo.co.uk>",
|
|
6
6
|
"engines": {
|
|
@@ -58,6 +58,8 @@
|
|
|
58
58
|
"@types/jest-image-snapshot": "^4.3.1",
|
|
59
59
|
"@types/jsonfile": "^6.0.0",
|
|
60
60
|
"@types/node": "^16.4.13",
|
|
61
|
+
"@types/react": "17.0.16",
|
|
62
|
+
"@types/react-dom": "17.0.16",
|
|
61
63
|
"@types/sharp": "^0.28.5",
|
|
62
64
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
63
65
|
"@typescript-eslint/parser": "^5.4.0",
|
|
@@ -84,6 +86,10 @@
|
|
|
84
86
|
"storybook-dark-mode": "^1.0.8",
|
|
85
87
|
"ts-jest": "^27.0.7"
|
|
86
88
|
},
|
|
89
|
+
"resolutions": {
|
|
90
|
+
"@types/react": "17.0.16",
|
|
91
|
+
"@types/react-dom": "17.0.16"
|
|
92
|
+
},
|
|
87
93
|
"scripts": {
|
|
88
94
|
"start:storybook": "start-storybook -p 9002 --ci --no-manager-cache",
|
|
89
95
|
"clean": "rimraf coverage dist/* tmp",
|
|
@@ -114,7 +120,7 @@
|
|
|
114
120
|
"hash-sum": "^2.0.0",
|
|
115
121
|
"ip": "^1.1.5",
|
|
116
122
|
"jest-image-snapshot": "^4.5.1",
|
|
117
|
-
"join-images": "^1.
|
|
123
|
+
"join-images": "^1.1.3",
|
|
118
124
|
"jsonfile": "^6.1.0",
|
|
119
125
|
"lodash": "^4.17.20",
|
|
120
126
|
"nanoid": "^3.1.18",
|
|
@@ -132,7 +138,7 @@
|
|
|
132
138
|
"react-split-pane": "^0.1.92",
|
|
133
139
|
"react-use": "^17.2.4",
|
|
134
140
|
"reinspect": "^1.1.0",
|
|
135
|
-
"sharp": "^0.
|
|
141
|
+
"sharp": "^0.30.4",
|
|
136
142
|
"tinycolor2": "^1.4.2",
|
|
137
143
|
"ts-to-json": "^1.7.0",
|
|
138
144
|
"webpack-sources": "^3.2.3"
|