@wistia/ui 0.19.4-beta.9622bd7f.70f808c → 0.19.4-beta.b5da499e.f2cd98b

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/ui",
3
- "version": "0.19.4-beta.9622bd7f.70f808c",
3
+ "version": "0.19.4-beta.b5da499e.f2cd98b",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -55,7 +55,7 @@
55
55
  "styled-components": "^6.0.0"
56
56
  },
57
57
  "dependencies": {
58
- "@ariakit/react": "^0.4.19",
58
+ "@ariakit/react": "^0.4.20",
59
59
  "@radix-ui/react-collapsible": "^1.1.12",
60
60
  "@radix-ui/react-dialog": "^1.1.15",
61
61
  "@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -69,11 +69,11 @@
69
69
  "@radix-ui/react-tooltip": "^1.2.8",
70
70
  "@wistia/type-guards": "^0.9.1",
71
71
  "culori": "^4.0.2",
72
- "match-sorter": "^8.1.0",
72
+ "match-sorter": "^8.2.0",
73
73
  "polished": "^4.3.1",
74
74
  "sonner": "^2.0.7",
75
75
  "throttle-debounce": "^5.0.2",
76
- "type-fest": "^5.2.0",
76
+ "type-fest": "^5.3.0",
77
77
  "use-file-picker": "2.1.2",
78
78
  "yup": "^1.7.1"
79
79
  },
@@ -81,10 +81,10 @@
81
81
  "@mdx-js/mdx": "^3.1.1",
82
82
  "@mdx-js/react": "^3.1.1",
83
83
  "@repo/config": "workspace:*",
84
- "@storybook/addon-a11y": "^10.0.8",
85
- "@storybook/addon-docs": "^10.0.8",
86
- "@storybook/addon-links": "^10.0.8",
87
- "@storybook/react-vite": "^10.0.8",
84
+ "@storybook/addon-a11y": "^10.1.4",
85
+ "@storybook/addon-docs": "^10.1.4",
86
+ "@storybook/addon-links": "^10.1.4",
87
+ "@storybook/react-vite": "^10.1.4",
88
88
  "@testing-library/dom": "^10.4.1",
89
89
  "@testing-library/jest-dom": "^6.9.1",
90
90
  "@testing-library/react": "^16.3.0",
@@ -92,12 +92,12 @@
92
92
  "@types/culori": "^4.0.1",
93
93
  "@types/jest-axe": "^3.5.9",
94
94
  "@types/node": "^24.10.1",
95
- "@types/react": "^19.2.6",
95
+ "@types/react": "^19.2.7",
96
96
  "@types/react-dom": "^19.2.3",
97
97
  "@types/throttle-debounce": "^5.0.2",
98
98
  "@vitejs/plugin-react": "^5.1.1",
99
- "@vitest/coverage-istanbul": "^4.0.13",
100
- "@vitest/ui": "^4.0.13",
99
+ "@vitest/coverage-istanbul": "^4.0.15",
100
+ "@vitest/ui": "^4.0.15",
101
101
  "browserslist": "^4.28.0",
102
102
  "chromatic": "^13.3.4",
103
103
  "cross-env": "^10.1.0",
@@ -106,19 +106,19 @@
106
106
  "glob": "^13.0.0",
107
107
  "minimist": "^1.2.8",
108
108
  "pascalcase": "^2.0.0",
109
- "prettier": "^3.6.2",
109
+ "prettier": "^3.7.4",
110
110
  "react": "^19.2.0",
111
111
  "react-docgen-typescript": "^2.4.0",
112
112
  "react-dom": "^19.2.0",
113
- "react-router": "^7.9.6",
113
+ "react-router": "^7.10.0",
114
114
  "remark-gfm": "^4.0.1",
115
115
  "signale": "^1.4.0",
116
- "storybook": "^10.0.8",
116
+ "storybook": "^10.1.4",
117
117
  "styled-components": "^6.1.19",
118
118
  "tsup": "^8.5.1",
119
119
  "typescript": "^5.9.3",
120
- "vite": "^7.2.4",
121
- "vitest": "^4.0.13",
120
+ "vite": "^7.2.6",
121
+ "vitest": "^4.0.15",
122
122
  "vitest-axe": "^1.0.0-pre.5",
123
123
  "vitest-canvas-mock": "^1.1.3"
124
124
  },