@wistia/ui 0.11.2 → 0.11.3

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.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -69,44 +69,37 @@
69
69
  "@radix-ui/react-toggle-group": "^1.1.10",
70
70
  "@radix-ui/react-tooltip": "^1.2.7",
71
71
  "@wistia/type-guards": "^0.9.1",
72
- "match-sorter": "^8.0.1",
72
+ "match-sorter": "^8.0.2",
73
73
  "polished": "^4.3.1",
74
74
  "react-is": "^18.3.1",
75
- "sonner": "^2.0.3",
75
+ "sonner": "^2.0.5",
76
76
  "throttle-debounce": "^5.0.2",
77
77
  "type-fest": "^4.41.0",
78
- "use-file-picker": "^2.1.2",
78
+ "use-file-picker": "^2.1.4",
79
79
  "yup": "^1.6.1"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@mdx-js/react": "^3.1.0",
83
83
  "@repo/config": "workspace:*",
84
- "@storybook/addon-a11y": "^8.6.14",
85
- "@storybook/addon-backgrounds": "^8.6.14",
86
- "@storybook/addon-controls": "^8.6.14",
87
- "@storybook/addon-docs": "^8.6.14",
88
- "@storybook/addon-links": "^8.6.14",
89
- "@storybook/addon-storysource": "^8.6.14",
90
- "@storybook/blocks": "^8.6.14",
91
- "@storybook/manager-api": "^8.6.14",
92
- "@storybook/react": "^8.6.14",
93
- "@storybook/react-vite": "^8.6.14",
94
- "@storybook/theming": "^8.6.14",
84
+ "@storybook/addon-a11y": "^9.0.6",
85
+ "@storybook/addon-docs": "^9.0.6",
86
+ "@storybook/addon-links": "^9.0.6",
87
+ "@storybook/react-vite": "^9.0.6",
95
88
  "@testing-library/dom": "^10.4.0",
96
89
  "@testing-library/jest-dom": "^6.6.3",
97
90
  "@testing-library/react": "^16.3.0",
98
91
  "@testing-library/user-event": "^14.6.1",
99
92
  "@types/jest-axe": "^3.5.9",
100
- "@types/node": "^22.15.21",
101
- "@types/react": "^18.3.22",
93
+ "@types/node": "^22.15.30",
94
+ "@types/react": "^18.3.23",
102
95
  "@types/react-dom": "^18.3.7",
103
96
  "@types/styled-components": "^5.1.34",
104
97
  "@types/throttle-debounce": "^5.0.2",
105
- "@vitejs/plugin-react": "^4.4.1",
106
- "@vitest/coverage-istanbul": "^3.1.4",
107
- "@vitest/ui": "^3.1.4",
108
- "browserslist": "^4.24.5",
109
- "chromatic": "^12.0.0",
98
+ "@vitejs/plugin-react": "^4.5.1",
99
+ "@vitest/coverage-istanbul": "^3.2.3",
100
+ "@vitest/ui": "^3.2.3",
101
+ "browserslist": "^4.25.0",
102
+ "chromatic": "^12.2.0",
110
103
  "cross-env": "^7.0.3",
111
104
  "depcheck": "^1.4.7",
112
105
  "glob": "^11.0.2",
@@ -115,17 +108,17 @@
115
108
  "pascalcase": "^2.0.0",
116
109
  "prettier": "^3.5.3",
117
110
  "react": "^18.3.1",
118
- "react-docgen-typescript": "^2.2.2",
111
+ "react-docgen-typescript": "^2.3.0",
119
112
  "react-dom": "^18.3.1",
120
- "react-router-dom": "^7.6.0",
113
+ "react-router-dom": "^7.6.2",
121
114
  "remark-gfm": "^4.0.1",
122
115
  "signale": "^1.4.0",
123
- "storybook": "^8.6.14",
116
+ "storybook": "^9.0.6",
124
117
  "styled-components": "^5.3.11",
125
118
  "tsup": "^8.5.0",
126
119
  "typescript": "^5.8.3",
127
120
  "vite": "^6.3.5",
128
- "vitest": "^3.1.4",
121
+ "vitest": "^3.2.3",
129
122
  "vitest-axe": "^1.0.0-pre.5",
130
123
  "vitest-canvas-mock": "^0.3.3"
131
124
  },