@wix/editor-react-components 1.2305.0 → 1.2307.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 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2307.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"format:check": "yarn run -T format:package:check"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@wix/editor-react-types": "^1.0.
|
|
69
|
+
"@wix/editor-react-types": "^1.0.62",
|
|
70
70
|
"react": "^18.2.0",
|
|
71
71
|
"react-dom": "^18.2.0"
|
|
72
72
|
},
|
|
@@ -75,9 +75,11 @@
|
|
|
75
75
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
76
76
|
"@vimeo/player": "^2.20.1",
|
|
77
77
|
"@vis.gl/react-google-maps": "^1.5.2",
|
|
78
|
+
"@wix/ambassador-devcenter-v1-component-type-data": "^1.0.436",
|
|
78
79
|
"@wix/services-manager-react": "^0.1.27",
|
|
79
|
-
"@wix/site-ui": "1.
|
|
80
|
+
"@wix/site-ui": "1.145.0",
|
|
80
81
|
"@wix/video": "^1.85.0",
|
|
82
|
+
"@wix/viewer-service-consent-policy": "^1.0.100",
|
|
81
83
|
"@wix/wix-ui-icons-common": "^3.173.0",
|
|
82
84
|
"bidi-js": "^1.0.3",
|
|
83
85
|
"classnames": "^2.5.1",
|
|
@@ -87,6 +89,7 @@
|
|
|
87
89
|
"lodash": "^4.17.21",
|
|
88
90
|
"lottie-react": "^2.4.1",
|
|
89
91
|
"react-use-audio-player": "^4.0.2",
|
|
92
|
+
"wix-ui-icons-common": "^2.0.410",
|
|
90
93
|
"xss": "^1.0.14"
|
|
91
94
|
},
|
|
92
95
|
"devDependencies": {
|
|
@@ -114,7 +117,7 @@
|
|
|
114
117
|
"@wix/editor": "^1.586.0",
|
|
115
118
|
"@wix/editor-elements-scripts": "^1.0.0",
|
|
116
119
|
"@wix/editor-elements-test-utils": "^1.0.0",
|
|
117
|
-
"@wix/editor-react-types": "^1.0.
|
|
120
|
+
"@wix/editor-react-types": "^1.0.62",
|
|
118
121
|
"@wix/essentials": "^0.1.28",
|
|
119
122
|
"@wix/fed-cli-sled": "^1.0.25",
|
|
120
123
|
"@wix/image": "^1.437.0",
|
|
@@ -123,7 +126,7 @@
|
|
|
123
126
|
"@wix/mappers-legacy-service": "^1.0.85",
|
|
124
127
|
"@wix/media": "^1.0.264",
|
|
125
128
|
"@wix/react-component-schema": "^1.7.0",
|
|
126
|
-
"@wix/seo-service": "^1.
|
|
129
|
+
"@wix/seo-service": "^1.6.0",
|
|
127
130
|
"@wix/sled-playwright": "^1.320.0",
|
|
128
131
|
"@wix/thunderbolt-components-native": "^1.0.0",
|
|
129
132
|
"@wix/unidriver-core": "^1.5.5",
|
|
@@ -187,5 +190,5 @@
|
|
|
187
190
|
"registry": "https://registry.npmjs.org/",
|
|
188
191
|
"access": "public"
|
|
189
192
|
},
|
|
190
|
-
"falconPackageHash": "
|
|
193
|
+
"falconPackageHash": "9dfd10337aa7fde680c442ede6926f574b28f44b697e1af1483cce75"
|
|
191
194
|
}
|