@wistia/vhs 2.53.0-beta.cea87dc9.5574433 → 2.53.0-beta.f301d224.432ddb1
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/components/LinkButton/LinkButton.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/helpers/copyToClipboard/copyToClipboard.d.ts.map +1 -1
- package/dist/hooks/useFocusTrap/helpers.d.ts +1 -1
- package/dist/hooks/useFocusTrap/helpers.d.ts.map +1 -1
- package/dist/index.cjs +97 -98
- package/dist/index.cjs.map +3 -3
- package/dist/index.mjs +98 -99
- package/dist/index.mjs.map +3 -3
- package/package.json +23 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.53.0-beta.
|
|
3
|
+
"version": "2.53.0-beta.f301d224.432ddb1",
|
|
4
4
|
"packageManager": "yarn@4.2.2",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"lint:style": "stylelint --cache --cache-location .stylelintcache --report-needless-disables \"**/*.tsx\"",
|
|
50
50
|
"outdated": "yarn upgrade-interactive",
|
|
51
51
|
"prepublishOnly": "yarn run build",
|
|
52
|
-
"publint": "publint",
|
|
52
|
+
"publint": "node ./scripts/publint.mjs",
|
|
53
53
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
|
|
54
54
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
55
55
|
"test": "cross-env NODE_ENV=test vitest run",
|
|
@@ -85,25 +85,25 @@
|
|
|
85
85
|
"slate-hyperscript": "^0.100.0",
|
|
86
86
|
"slate-react": "^0.99.0",
|
|
87
87
|
"throttle-debounce": "^5.0.0",
|
|
88
|
-
"type-fest": "^4.
|
|
88
|
+
"type-fest": "^4.20.0",
|
|
89
89
|
"uuid": "^9.0.1"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@storybook/addon-a11y": "^8.1.
|
|
93
|
-
"@storybook/addon-controls": "^8.1.
|
|
94
|
-
"@storybook/addon-docs": "^8.1.
|
|
95
|
-
"@storybook/addon-links": "^8.1.
|
|
96
|
-
"@storybook/addon-mdx-gfm": "^8.1.
|
|
97
|
-
"@storybook/blocks": "^8.1.
|
|
98
|
-
"@storybook/manager-api": "^8.1.
|
|
99
|
-
"@storybook/react": "^8.1.
|
|
100
|
-
"@storybook/react-vite": "^8.1.
|
|
101
|
-
"@storybook/theming": "^8.1.
|
|
92
|
+
"@storybook/addon-a11y": "^8.1.6",
|
|
93
|
+
"@storybook/addon-controls": "^8.1.6",
|
|
94
|
+
"@storybook/addon-docs": "^8.1.6",
|
|
95
|
+
"@storybook/addon-links": "^8.1.6",
|
|
96
|
+
"@storybook/addon-mdx-gfm": "^8.1.6",
|
|
97
|
+
"@storybook/blocks": "^8.1.6",
|
|
98
|
+
"@storybook/manager-api": "^8.1.6",
|
|
99
|
+
"@storybook/react": "^8.1.6",
|
|
100
|
+
"@storybook/react-vite": "^8.1.6",
|
|
101
|
+
"@storybook/theming": "^8.1.6",
|
|
102
102
|
"@testing-library/dom": "10.1.0",
|
|
103
103
|
"@testing-library/jest-dom": "6.4.5",
|
|
104
104
|
"@testing-library/react": "^16.0.0",
|
|
105
105
|
"@testing-library/user-event": "^14.5.2",
|
|
106
|
-
"@types/node": "^20.14.
|
|
106
|
+
"@types/node": "^20.14.2",
|
|
107
107
|
"@types/react": "^18.3.3",
|
|
108
108
|
"@types/react-aria-live": "^2.0.6",
|
|
109
109
|
"@types/react-dom": "^18.3.0",
|
|
@@ -111,19 +111,20 @@
|
|
|
111
111
|
"@types/styled-components": "^5.1.34",
|
|
112
112
|
"@types/throttle-debounce": "^5.0.2",
|
|
113
113
|
"@types/uuid": "^9.0.8",
|
|
114
|
-
"@vitejs/plugin-react": "^4.3.
|
|
114
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
115
115
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
116
116
|
"@wistia/eslint-config": "^0.33.0",
|
|
117
|
-
"browserslist": "^4.23.
|
|
117
|
+
"browserslist": "^4.23.1",
|
|
118
118
|
"bundlewatch": "^0.3.3",
|
|
119
|
-
"chromatic": "^11.5.
|
|
119
|
+
"chromatic": "^11.5.3",
|
|
120
120
|
"concurrently": "^8.2.2",
|
|
121
121
|
"cross-env": "^7.0.3",
|
|
122
122
|
"depcheck": "^1.4.7",
|
|
123
|
-
"esbuild": "^0.21.
|
|
124
|
-
"esbuild-plugin-browserslist": "^0.12.
|
|
123
|
+
"esbuild": "^0.21.5",
|
|
124
|
+
"esbuild-plugin-browserslist": "^0.12.1",
|
|
125
125
|
"esbuild-visualizer": "^0.6.0",
|
|
126
126
|
"eslint": "^8.57.0",
|
|
127
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
127
128
|
"globby": "^14.0.1",
|
|
128
129
|
"jsdoc-to-markdown": "^8.0.1",
|
|
129
130
|
"jsdom": "^24.1.0",
|
|
@@ -133,12 +134,12 @@
|
|
|
133
134
|
"react": "^18.3.1",
|
|
134
135
|
"react-dom": "^18.3.1",
|
|
135
136
|
"shx": "^0.3.4",
|
|
136
|
-
"storybook": "^8.1.
|
|
137
|
+
"storybook": "^8.1.6",
|
|
137
138
|
"styled-components": "^5.3.11",
|
|
138
139
|
"stylelint": "^16.6.1",
|
|
139
|
-
"tsx": "^4.
|
|
140
|
+
"tsx": "^4.15.1",
|
|
140
141
|
"typescript": "5.4.5",
|
|
141
|
-
"vite": "^5.2.
|
|
142
|
+
"vite": "^5.2.13",
|
|
142
143
|
"vitest": "^1.6.0",
|
|
143
144
|
"vitest-axe": "^1.0.0-pre.3",
|
|
144
145
|
"vitest-canvas-mock": "^0.3.3",
|