@chromatic-com/storybook 1.0.1 → 1.0.2
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 +1 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chromatic-com/storybook",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Visual Testing addon with Chromatic",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.0.0",
|
|
@@ -128,18 +128,6 @@
|
|
|
128
128
|
"vite-plugin-turbosnap": "^1.0.3",
|
|
129
129
|
"zx": "^1.14.1"
|
|
130
130
|
},
|
|
131
|
-
"peerDependencies": {
|
|
132
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
133
|
-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
134
|
-
},
|
|
135
|
-
"peerDependenciesMeta": {
|
|
136
|
-
"react": {
|
|
137
|
-
"optional": true
|
|
138
|
-
},
|
|
139
|
-
"react-dom": {
|
|
140
|
-
"optional": true
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
131
|
"publishConfig": {
|
|
144
132
|
"access": "public"
|
|
145
133
|
},
|
|
@@ -147,8 +135,6 @@
|
|
|
147
135
|
"workerDirectory": "public"
|
|
148
136
|
},
|
|
149
137
|
"resolutions": {
|
|
150
|
-
"react": "^16.14.0",
|
|
151
|
-
"react-dom": "^16.14.0",
|
|
152
138
|
"jackspeak": "2.1.1"
|
|
153
139
|
},
|
|
154
140
|
"storybook": {
|