@wistia/vhs 2.53.0-beta.bac7fd40.ae6aefb → 2.53.0-beta.cea87dc9.5574433

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.53.0-beta.bac7fd40.ae6aefb",
3
+ "version": "2.53.0-beta.cea87dc9.5574433",
4
4
  "packageManager": "yarn@4.2.2",
5
5
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
6
6
  "type": "commonjs",
@@ -49,7 +49,7 @@
49
49
  "lint:style": "stylelint --cache --cache-location .stylelintcache --report-needless-disables \"**/*.tsx\"",
50
50
  "outdated": "yarn upgrade-interactive",
51
51
  "prepublishOnly": "yarn run build",
52
- "publint": "node ./scripts/publint.mjs",
52
+ "publint": "publint",
53
53
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
54
54
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
55
55
  "test": "cross-env NODE_ENV=test vitest run",
@@ -62,7 +62,6 @@
62
62
  "peerDependencies": {
63
63
  "@types/react": "^17.0 || ^18.0",
64
64
  "@types/react-dom": "^17.0 || ^18.0",
65
- "@types/react-transition-group": "^4.0",
66
65
  "@types/styled-components": "^5.0 || ^6.0",
67
66
  "react": "^17.0 || ^18.0",
68
67
  "react-dom": "^17.0 || ^18.0",
@@ -81,7 +80,6 @@
81
80
  "react-fast-compare": "^3.2.2",
82
81
  "react-is": "^18.3.1",
83
82
  "react-slider": "^2.0.6",
84
- "react-transition-group": "^4.4.5",
85
83
  "slate": "0.94.1",
86
84
  "slate-history": "^0.100.0",
87
85
  "slate-hyperscript": "^0.100.0",
@@ -110,7 +108,6 @@
110
108
  "@types/react-aria-live": "^2.0.6",
111
109
  "@types/react-dom": "^18.3.0",
112
110
  "@types/react-slider": "^1.3.6",
113
- "@types/react-transition-group": "^4.4.10",
114
111
  "@types/styled-components": "^5.1.34",
115
112
  "@types/throttle-debounce": "^5.0.2",
116
113
  "@types/uuid": "^9.0.8",