@superinterface/react 3.7.3-beta.1 → 3.9.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 +616 -149
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +603 -140
- package/dist/index.js.map +1 -1
- package/package.json +13 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superinterface/react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -22,11 +22,12 @@
|
|
|
22
22
|
"@hookform/resolvers": "^3.9.1",
|
|
23
23
|
"@mdx-js/mdx": "^3.1.0",
|
|
24
24
|
"@mdx-js/react": "^3.1.0",
|
|
25
|
+
"@pdfslick/react": "^2.0.0",
|
|
25
26
|
"@radix-ui/react-icons": "^1.3.2",
|
|
26
|
-
"@radix-ui/react-toast": "^1.2.
|
|
27
|
+
"@radix-ui/react-toast": "^1.2.4",
|
|
27
28
|
"@streamparser/json-whatwg": "^0.0.21",
|
|
28
29
|
"@vidstack/react": "^1.12.12",
|
|
29
|
-
"compromise": "^14.14.
|
|
30
|
+
"compromise": "^14.14.3",
|
|
30
31
|
"dayjs": "^1.11.13",
|
|
31
32
|
"detect-browser": "^5.3.0",
|
|
32
33
|
"escodegen": "^2.1.0",
|
|
@@ -34,14 +35,14 @@
|
|
|
34
35
|
"howler": "^2.2.4",
|
|
35
36
|
"js-cookie": "^3.0.5",
|
|
36
37
|
"lodash": "^4.17.21",
|
|
37
|
-
"openai": "^4.
|
|
38
|
-
"p-map": "^7.0.
|
|
38
|
+
"openai": "^4.77.0",
|
|
39
|
+
"p-map": "^7.0.3",
|
|
39
40
|
"radash": "^12.1.0",
|
|
40
41
|
"react-children-utilities": "^2.10.0",
|
|
41
42
|
"react-compiler-runtime": "^19.0.0-beta-df7b47d-20241124",
|
|
42
|
-
"react-hook-form": "^7.
|
|
43
|
-
"react-intersection-observer": "^9.
|
|
44
|
-
"react-textarea-autosize": "^8.5.
|
|
43
|
+
"react-hook-form": "^7.54.2",
|
|
44
|
+
"react-intersection-observer": "^9.14.0",
|
|
45
|
+
"react-textarea-autosize": "^8.5.6",
|
|
45
46
|
"react-use-audio-player": "^2.2.0",
|
|
46
47
|
"regenerator-runtime": "^0.14.1",
|
|
47
48
|
"remark-gfm": "^4.0.0",
|
|
@@ -49,7 +50,7 @@
|
|
|
49
50
|
"unist-util-flatmap": "^1.0.0",
|
|
50
51
|
"unist-util-visit": "^5.0.0",
|
|
51
52
|
"use-audio-capture": "^0.0.7",
|
|
52
|
-
"zod": "^3.
|
|
53
|
+
"zod": "^3.24.1"
|
|
53
54
|
},
|
|
54
55
|
"peerDependencies": {
|
|
55
56
|
"@radix-ui/themes": ">=3.0.0",
|
|
@@ -62,9 +63,9 @@
|
|
|
62
63
|
"devDependencies": {
|
|
63
64
|
"@babel/core": "^7.26.0",
|
|
64
65
|
"@babel/preset-env": "^7.26.0",
|
|
65
|
-
"@babel/preset-react": "^7.
|
|
66
|
+
"@babel/preset-react": "^7.26.3",
|
|
66
67
|
"@babel/preset-typescript": "^7.26.0",
|
|
67
|
-
"@tanstack/react-query": ">=5.
|
|
68
|
+
"@tanstack/react-query": ">=5.62.10",
|
|
68
69
|
"@types/howler": "^2.2.12",
|
|
69
70
|
"@types/js-cookie": "^3.0.6",
|
|
70
71
|
"@types/lodash": "^4.17.13",
|
|
@@ -73,11 +74,7 @@
|
|
|
73
74
|
"@types/unist": "^3.0.3",
|
|
74
75
|
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
|
|
75
76
|
"esbuild-plugin-babel": "^0.2.3",
|
|
76
|
-
"react": "19.0.0
|
|
77
|
+
"react": "19.0.0",
|
|
77
78
|
"tsup": "^8.3.5"
|
|
78
|
-
},
|
|
79
|
-
"overrides": {
|
|
80
|
-
"react": "*",
|
|
81
|
-
"react-dom": "*"
|
|
82
79
|
}
|
|
83
80
|
}
|