@wistia/vhs 2.69.0 → 2.70.1

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