@wistia/ui 0.11.0-beta.0fb3f761.e9c3a71 → 0.11.0
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@wistia/type-guards": "^0.9.1",
|
|
72
72
|
"match-sorter": "^8.0.1",
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
|
-
"react-is": "^
|
|
74
|
+
"react-is": "^18.3.1",
|
|
75
75
|
"sonner": "^2.0.3",
|
|
76
76
|
"throttle-debounce": "^5.0.2",
|
|
77
77
|
"type-fest": "^4.41.0",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"@testing-library/user-event": "^14.6.1",
|
|
99
99
|
"@types/jest-axe": "^3.5.9",
|
|
100
100
|
"@types/node": "^22.15.21",
|
|
101
|
-
"@types/react": "^
|
|
102
|
-
"@types/react-dom": "^
|
|
101
|
+
"@types/react": "^18.3.22",
|
|
102
|
+
"@types/react-dom": "^18.3.7",
|
|
103
103
|
"@types/styled-components": "^5.1.34",
|
|
104
104
|
"@types/throttle-debounce": "^5.0.2",
|
|
105
105
|
"@vitejs/plugin-react": "^4.4.1",
|
|
@@ -114,9 +114,9 @@
|
|
|
114
114
|
"minimist": "^1.2.8",
|
|
115
115
|
"pascalcase": "^2.0.0",
|
|
116
116
|
"prettier": "^3.5.3",
|
|
117
|
-
"react": "^
|
|
117
|
+
"react": "^18.3.1",
|
|
118
118
|
"react-docgen-typescript": "^2.2.2",
|
|
119
|
-
"react-dom": "^
|
|
119
|
+
"react-dom": "^18.3.1",
|
|
120
120
|
"react-router-dom": "^7.6.0",
|
|
121
121
|
"remark-gfm": "^4.0.1",
|
|
122
122
|
"signale": "^1.4.0",
|