@wistia/vhs 3.0.0-beta.63d723cf.354ec92 → 3.0.0-beta.65972553.89cd5a5
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +13 -12
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.65972553.89cd5a5",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"link:test": "node ./scripts/watchAndCopyBuild.mjs",
|
|
46
46
|
"prepack": "yarn run build",
|
|
47
47
|
"publint_": "publint-check",
|
|
48
|
-
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host
|
|
48
|
+
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6007 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
49
49
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
50
50
|
"test": "vitest",
|
|
51
51
|
"test:ci": "vitest run --coverage",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
70
70
|
"formik": "^2.4.6",
|
|
71
71
|
"is-hotkey": "^0.2.0",
|
|
72
|
-
"motion": "^12.23.
|
|
72
|
+
"motion": "^12.23.13",
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
@@ -85,27 +85,28 @@
|
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@karibash/pixel-units": "^2.3.0",
|
|
87
87
|
"@repo/config": "workspace:*",
|
|
88
|
-
"@storybook/addon-a11y": "^9.1.
|
|
89
|
-
"@storybook/addon-docs": "^9.1.
|
|
90
|
-
"@storybook/addon-links": "^9.1.
|
|
91
|
-
"@storybook/react-vite": "^9.1.
|
|
88
|
+
"@storybook/addon-a11y": "^9.1.6",
|
|
89
|
+
"@storybook/addon-docs": "^9.1.6",
|
|
90
|
+
"@storybook/addon-links": "^9.1.6",
|
|
91
|
+
"@storybook/react-vite": "^9.1.6",
|
|
92
92
|
"@testing-library/dom": "^10.4.1",
|
|
93
93
|
"@testing-library/jest-dom": "^6.8.0",
|
|
94
94
|
"@testing-library/react": "^16.3.0",
|
|
95
95
|
"@testing-library/user-event": "^14.6.1",
|
|
96
96
|
"@types/is-hotkey": "^0.1.10",
|
|
97
97
|
"@types/jest-axe": "^3.5.9",
|
|
98
|
-
"@types/node": "^24.
|
|
98
|
+
"@types/node": "^24.5.1",
|
|
99
99
|
"@types/react": "^18.3.24",
|
|
100
100
|
"@types/react-aria-live": "^2.0.6",
|
|
101
101
|
"@types/react-dom": "^18.3.7",
|
|
102
102
|
"@types/react-slider": "^1.3.6",
|
|
103
103
|
"@types/styled-components": "^5.1.34",
|
|
104
104
|
"@types/throttle-debounce": "^5.0.2",
|
|
105
|
-
"@vitejs/plugin-react": "^5.0.
|
|
105
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
106
106
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
107
|
-
"browserslist": "^4.
|
|
108
|
-
"
|
|
107
|
+
"browserslist": "^4.26.2",
|
|
108
|
+
"bundlemon": "^3.1.0",
|
|
109
|
+
"chromatic": "^13.1.5",
|
|
109
110
|
"concurrently": "^9.2.1",
|
|
110
111
|
"cross-env": "^10.0.0",
|
|
111
112
|
"depcheck": "^1.4.7",
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
"remark-gfm": "^4.0.1",
|
|
123
124
|
"shx": "^0.4.0",
|
|
124
125
|
"signale": "^1.4.0",
|
|
125
|
-
"storybook": "^9.1.
|
|
126
|
+
"storybook": "^9.1.6",
|
|
126
127
|
"styled-components": "^5.3.11",
|
|
127
128
|
"tsup": "^8.5.0",
|
|
128
129
|
"tsx": "^4.20.5",
|