@wistia/ui 0.21.7 → 0.21.8-beta.6f8ca3be.91b0a49

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.21.7",
3
+ "version": "0.21.8-beta.6f8ca3be.91b0a49",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "test:ci": "vitest run --coverage",
40
40
  "test:coverage": "vitest --coverage --ui",
41
41
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
42
- "typecheck": "tsc"
42
+ "typecheck": "tsgo"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@types/react": "^19.0.0",
@@ -95,6 +95,7 @@
95
95
  "@types/react": "^19.2.14",
96
96
  "@types/react-dom": "^19.2.3",
97
97
  "@types/throttle-debounce": "^5.0.2",
98
+ "@typescript/native-preview": "^7.0.0-dev.20260209.1",
98
99
  "@vitejs/plugin-react": "^5.1.4",
99
100
  "@vitest/coverage-istanbul": "^4.0.18",
100
101
  "@vitest/ui": "^4.0.18",
@@ -117,7 +118,6 @@
117
118
  "storybook": "^10.2.15",
118
119
  "styled-components": "6.2.0",
119
120
  "tsup": "^8.5.1",
120
- "typescript": "^5.9.3",
121
121
  "vite": "^7.3.1",
122
122
  "vitest": "^4.0.18",
123
123
  "vitest-axe": "^1.0.0-pre.5",