@wistia/vhs 3.0.2-beta.95be37ee.4cb28d7 → 3.0.2-beta.a803e972.80a1d41

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": "3.0.2-beta.95be37ee.4cb28d7",
3
+ "version": "3.0.2-beta.a803e972.80a1d41",
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",
@@ -57,10 +57,9 @@
57
57
  "peerDependencies": {
58
58
  "@types/react": "^18.0.0 || ^19.0.0",
59
59
  "@types/react-dom": "^18.0.0 || ^19.0.0",
60
- "@types/styled-components": "^5.0.0",
61
60
  "react": "^18.0.0 || ^19.0.0",
62
61
  "react-dom": "^18.0.0 || ^19.0.0",
63
- "styled-components": "^5.0.0 || ^6.0.0"
62
+ "styled-components": "^6.0.0"
64
63
  },
65
64
  "dependencies": {
66
65
  "@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -73,7 +72,6 @@
73
72
  "polished": "^4.3.1",
74
73
  "react-aria-live": "^2.0.5",
75
74
  "react-fast-compare": "^3.2.2",
76
- "react-is": "^19.2.0",
77
75
  "react-slider": "^2.0.6",
78
76
  "slate": "0.94.1",
79
77
  "slate-history": "^0.100.0",
@@ -100,7 +98,6 @@
100
98
  "@types/react-aria-live": "^2.0.6",
101
99
  "@types/react-dom": "^18.3.7",
102
100
  "@types/react-slider": "^1.3.6",
103
- "@types/styled-components": "^5.1.34",
104
101
  "@types/throttle-debounce": "^5.0.2",
105
102
  "@vitejs/plugin-react": "^5.0.4",
106
103
  "@vitest/coverage-istanbul": "^3.2.4",
@@ -123,7 +120,7 @@
123
120
  "shx": "^0.4.0",
124
121
  "signale": "^1.4.0",
125
122
  "storybook": "^9.1.10",
126
- "styled-components": "^5.3.11",
123
+ "styled-components": "^6.1.19",
127
124
  "tsup": "^8.5.0",
128
125
  "tsx": "^4.20.6",
129
126
  "typescript": "^5.9.3",
@@ -133,9 +130,6 @@
133
130
  "vitest-canvas-mock": "^0.3.3",
134
131
  "yup": "^1.7.1"
135
132
  },
136
- "resolutions": {
137
- "styled-components": "^5.3.11"
138
- },
139
133
  "author": "Wistia Engineering",
140
134
  "license": "UNLICENSED",
141
135
  "repository": {