@wix/editor-react-components 1.2237.0 → 1.2239.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 +11 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2239.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -49,6 +49,8 @@
|
|
|
49
49
|
"test:watch": "yarn prepare:manifest-tests && vitest watch",
|
|
50
50
|
"test:manifest": "yarn prepare:manifest-tests && vitest src/**/*manifest.spec.ts",
|
|
51
51
|
"test:e2e": "echo 'Package must be built before running e2e tests, running build:' && yarn build:lite && sled-playwright test --config=playwright.livesite.config.ts",
|
|
52
|
+
"test:playwright:a11y": "(sled-playwright test --config=playwright.a11y.config.ts) || true",
|
|
53
|
+
"check-a11y-coverage": "a11y-check-coverage --warn-only",
|
|
52
54
|
"tsc": "npx tsc -b ./tsconfig.json --force",
|
|
53
55
|
"prepare:manifest-tests": "yarn validate:manifests && yarn generate:manifest-tests",
|
|
54
56
|
"build:janet": "yarn build-storybook && janet-build",
|
|
@@ -99,6 +101,7 @@
|
|
|
99
101
|
"@types/react-dom": "^18.2.17",
|
|
100
102
|
"@uiw/react-codemirror": "^4.24.1",
|
|
101
103
|
"@vitejs/plugin-react": "^4.3.4",
|
|
104
|
+
"@wix/a11y-audit-tool-plugin": "^0.313.0",
|
|
102
105
|
"@wix/astro": "^2.39.0",
|
|
103
106
|
"@wix/business-tools": "^1.0.225",
|
|
104
107
|
"@wix/ci-build-info": "^1.0.333",
|
|
@@ -179,6 +182,12 @@
|
|
|
179
182
|
"postDependenciesBuild": [
|
|
180
183
|
"check:lint-and-format"
|
|
181
184
|
],
|
|
185
|
+
"postBuild": [
|
|
186
|
+
{
|
|
187
|
+
"scriptName": "test:playwright:a11y",
|
|
188
|
+
"timeout": 30
|
|
189
|
+
}
|
|
190
|
+
],
|
|
182
191
|
"postPublish": [
|
|
183
192
|
"test:e2e"
|
|
184
193
|
]
|
|
@@ -188,5 +197,5 @@
|
|
|
188
197
|
"registry": "https://registry.npmjs.org/",
|
|
189
198
|
"access": "public"
|
|
190
199
|
},
|
|
191
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "0ed0f59751f0253ca7aa1fa364d29a00da1e76439a165778766c21d8"
|
|
192
201
|
}
|