@ai-sdk/react 4.0.20 → 4.0.22
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/CHANGELOG.md +16 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @ai-sdk/react
|
|
2
2
|
|
|
3
|
+
## 4.0.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [308a519]
|
|
8
|
+
- ai@7.0.21
|
|
9
|
+
|
|
10
|
+
## 4.0.21
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- d26bf99: Align React development dependencies with React 18 so workspace-linked examples do not bundle duplicate React copies.
|
|
15
|
+
- Updated dependencies [b9ac19f]
|
|
16
|
+
- Updated dependencies [a4186d6]
|
|
17
|
+
- ai@7.0.20
|
|
18
|
+
|
|
3
19
|
## 4.0.20
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/react",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"swr": "^2.4.1",
|
|
30
30
|
"throttleit": "2.1.0",
|
|
31
|
-
"@ai-sdk/provider": "4.0.3",
|
|
32
31
|
"@ai-sdk/mcp": "2.0.10",
|
|
32
|
+
"@ai-sdk/provider": "4.0.3",
|
|
33
33
|
"@ai-sdk/provider-utils": "5.0.7",
|
|
34
|
-
"ai": "7.0.
|
|
34
|
+
"ai": "7.0.21"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"@vitejs/plugin-react": "^4.7.0",
|
|
44
44
|
"jsdom": "^24.1.3",
|
|
45
45
|
"msw": "2.6.4",
|
|
46
|
-
"react
|
|
46
|
+
"react": "^18.3.1",
|
|
47
|
+
"react-dom": "^18.3.1",
|
|
47
48
|
"tsup": "^7.2.0",
|
|
48
49
|
"typescript": "5.8.3",
|
|
49
50
|
"zod": "3.25.76",
|