creevey 0.9.11 → 0.9.12
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 +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "creevey",
|
3
3
|
"description": "Cross-browser screenshot testing tool for Storybook with fancy UI Runner",
|
4
|
-
"version": "0.9.
|
4
|
+
"version": "0.9.12",
|
5
5
|
"type": "commonjs",
|
6
6
|
"bin": "./dist/cli.js",
|
7
7
|
"main": "./dist/index.js",
|
@@ -89,7 +89,6 @@
|
|
89
89
|
"@types/react": "^17.0.19",
|
90
90
|
"@types/react-dom": "^17.0.3",
|
91
91
|
"@types/selenium-webdriver": "^4.1.26",
|
92
|
-
"@types/shelljs": "^0.8.15",
|
93
92
|
"@types/uuid": "^10",
|
94
93
|
"@types/ws": "^8.5.3",
|
95
94
|
"chai": "^4.5.0",
|
@@ -145,6 +144,7 @@
|
|
145
144
|
"@types/eslint__js": "^8.42.3",
|
146
145
|
"@types/node": "^18.19.50",
|
147
146
|
"@types/resize-observer-browser": "^0.1.7",
|
147
|
+
"@types/shelljs": "^0.8.15",
|
148
148
|
"@types/tmp": "^0.2.3",
|
149
149
|
"babel-loader": "^8.2.5",
|
150
150
|
"browserstack-local": "^1.5.1",
|