@box/blueprint-web 16.20.3 → 16.20.5
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 +14 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "16.20.
|
|
3
|
+
"version": "16.20.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"publishConfig": {
|
|
@@ -16,7 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"build-storybook": "nx run blueprint-web:build-storybook",
|
|
19
|
-
"test-storybook": "test-storybook --watch --url http://localhost:4400"
|
|
19
|
+
"test-storybook": "test-storybook --watch --url http://localhost:4400",
|
|
20
|
+
"test:vrt": "yarn build-storybook && FORCE_VRT_CHECK=true playwright test -c test/vrt/playwright.vrt.config.ts",
|
|
21
|
+
"test:vrt:ci": "CI=true yarn test:vrt",
|
|
22
|
+
"test:vrt:update": "yarn test:vrt --update-snapshots",
|
|
23
|
+
"test:vrt:docker": "PLAYWRIGHT_DOCKER_REPO_ROOT=../.. PLAYWRIGHT_DOCKER_APP_SUBDIR=packages/blueprint-web PLAYWRIGHT_DOCKER_CMD='yarn test:vrt' SNAPSHOT_DIR=packages/blueprint-web/test/vrt/specs/__screenshots__ run-playwright-docker",
|
|
24
|
+
"download-vrt-baselines": "SNAPSHOT_DIR=test/vrt/specs/__screenshots__ download-vrt-baselines"
|
|
20
25
|
},
|
|
21
26
|
"sideEffects": [
|
|
22
27
|
"**/*.css",
|
|
@@ -50,7 +55,7 @@
|
|
|
50
55
|
"dependencies": {
|
|
51
56
|
"@ariakit/react": "0.4.21",
|
|
52
57
|
"@ariakit/react-core": "0.4.21",
|
|
53
|
-
"@box/blueprint-web-assets": "^5.7.
|
|
58
|
+
"@box/blueprint-web-assets": "^5.7.12",
|
|
54
59
|
"@internationalized/date": "^3.12.0",
|
|
55
60
|
"@radix-ui/react-accordion": "1.1.2",
|
|
56
61
|
"@radix-ui/react-checkbox": "1.0.4",
|
|
@@ -79,11 +84,15 @@
|
|
|
79
84
|
"type-fest": "^3.2.0"
|
|
80
85
|
},
|
|
81
86
|
"devDependencies": {
|
|
82
|
-
"@box/
|
|
87
|
+
"@box/box-test-client": "^3.2.7",
|
|
88
|
+
"@box/playwright-utils": "^2.8.5",
|
|
89
|
+
"@box/storybook-utils": "^1.2.21",
|
|
83
90
|
"@figma/code-connect": "1.4.4",
|
|
91
|
+
"@playwright/test": "1.46.1",
|
|
92
|
+
"@types/js-yaml": "^4.0.9",
|
|
84
93
|
"@types/react": "^18.0.0",
|
|
85
94
|
"@types/react-dom": "^18.0.0",
|
|
86
|
-
"
|
|
95
|
+
"msw": ">=2.2.9 <2.11.3",
|
|
87
96
|
"react": "^18.3.0",
|
|
88
97
|
"react-dom": "^18.3.0",
|
|
89
98
|
"react-stately": "^3.45.0",
|