@wistia/vhs 2.70.0 → 2.71.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.70.0",
3
+ "version": "2.71.0",
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",
@@ -48,7 +48,7 @@
48
48
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6007",
49
49
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
50
50
  "test": "vitest",
51
- "test:ci": "vitest run --coverage=true",
51
+ "test:ci": "vitest run --coverage",
52
52
  "test:coverage": "yarn run test:ci && open ./coverage/index.html",
53
53
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
54
54
  "ts:generate": "tsx ./scripts/generateTypes.ts",
@@ -68,7 +68,7 @@
68
68
  "@wistia/vhs-design-tokens": "2.1.3",
69
69
  "date-fns": "^4.1.0",
70
70
  "formik": "^2.4.6",
71
- "framer-motion": "^11.11.11",
71
+ "framer-motion": "^11.11.17",
72
72
  "is-hotkey": "^0.2.0",
73
73
  "polished": "^4.3.1",
74
74
  "react-aria-live": "^2.0.5",
@@ -80,22 +80,22 @@
80
80
  "slate-hyperscript": "^0.100.0",
81
81
  "slate-react": "0.99.0",
82
82
  "throttle-debounce": "^5.0.2",
83
- "type-fest": "^4.26.1",
83
+ "type-fest": "^4.27.0",
84
84
  "uuid": "^10.0.0"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@repo/config": "workspace:*",
88
- "@storybook/addon-a11y": "^8.4.2",
89
- "@storybook/addon-backgrounds": "^8.4.2",
90
- "@storybook/addon-controls": "^8.4.2",
91
- "@storybook/addon-docs": "^8.4.2",
92
- "@storybook/addon-links": "^8.4.2",
93
- "@storybook/addon-mdx-gfm": "^8.4.2",
94
- "@storybook/blocks": "^8.4.2",
95
- "@storybook/manager-api": "^8.4.2",
96
- "@storybook/react": "^8.4.2",
97
- "@storybook/react-vite": "^8.4.2",
98
- "@storybook/theming": "^8.4.2",
88
+ "@storybook/addon-a11y": "^8.4.4",
89
+ "@storybook/addon-backgrounds": "^8.4.4",
90
+ "@storybook/addon-controls": "^8.4.4",
91
+ "@storybook/addon-docs": "^8.4.4",
92
+ "@storybook/addon-links": "^8.4.4",
93
+ "@storybook/addon-mdx-gfm": "^8.4.4",
94
+ "@storybook/blocks": "^8.4.4",
95
+ "@storybook/manager-api": "^8.4.4",
96
+ "@storybook/react": "^8.4.4",
97
+ "@storybook/react-vite": "^8.4.4",
98
+ "@storybook/theming": "^8.4.4",
99
99
  "@testing-library/dom": "^10.4.0",
100
100
  "@testing-library/jest-dom": "^6.6.3",
101
101
  "@testing-library/react": "^16.0.1",
@@ -110,9 +110,9 @@
110
110
  "@types/throttle-debounce": "^5.0.2",
111
111
  "@types/uuid": "^10.0.0",
112
112
  "@vitejs/plugin-react": "^4.3.3",
113
- "@vitest/coverage-istanbul": "^2.1.4",
113
+ "@vitest/coverage-istanbul": "^2.1.5",
114
114
  "browserslist": "^4.24.2",
115
- "chromatic": "^11.18.0",
115
+ "chromatic": "^11.18.1",
116
116
  "concurrently": "^9.1.0",
117
117
  "cross-env": "^7.0.3",
118
118
  "depcheck": "^1.4.7",
@@ -130,12 +130,12 @@
130
130
  "react-dom": "^18.3.1",
131
131
  "shx": "^0.3.4",
132
132
  "signale": "^1.4.0",
133
- "storybook": "^8.4.2",
133
+ "storybook": "^8.4.4",
134
134
  "styled-components": "^5.3.11",
135
135
  "tsx": "^4.19.2",
136
136
  "typescript": "5.5.4",
137
- "vite": "^5.4.10",
138
- "vitest": "^2.1.4",
137
+ "vite": "^5.4.11",
138
+ "vitest": "^2.1.5",
139
139
  "vitest-axe": "^1.0.0-pre.3",
140
140
  "vitest-canvas-mock": "^0.3.3",
141
141
  "vitest-console": "^0.1.1",