@ai-sdk/react 4.0.0-canary.143 → 4.0.0-canary.146

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 4.0.0-canary.146
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@7.0.0-canary.145
8
+
9
+ ## 4.0.0-canary.145
10
+
11
+ ### Patch Changes
12
+
13
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
14
+ - Updated dependencies [7fc6bd6]
15
+ - ai@7.0.0-canary.144
16
+ - @ai-sdk/mcp@2.0.0-canary.52
17
+ - @ai-sdk/provider-utils@5.0.0-canary.43
18
+ - @ai-sdk/provider@4.0.0-canary.17
19
+
20
+ ## 4.0.0-canary.144
21
+
22
+ ### Patch Changes
23
+
24
+ - b567a6c: dependency updates
25
+ - Updated dependencies [b567a6c]
26
+ - Updated dependencies [a6617c5]
27
+ - @ai-sdk/mcp@2.0.0-canary.51
28
+ - @ai-sdk/provider-utils@5.0.0-canary.42
29
+ - ai@7.0.0-canary.143
30
+
3
31
  ## 4.0.0-canary.143
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "4.0.0-canary.143",
3
+ "version": "4.0.0-canary.146",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -26,35 +26,35 @@
26
26
  "README.md"
27
27
  ],
28
28
  "dependencies": {
29
- "swr": "^2.2.5",
29
+ "swr": "^2.4.1",
30
30
  "throttleit": "2.1.0",
31
- "@ai-sdk/mcp": "2.0.0-canary.50",
32
- "@ai-sdk/provider": "4.0.0-canary.16",
33
- "@ai-sdk/provider-utils": "5.0.0-canary.41",
34
- "ai": "7.0.0-canary.142"
31
+ "@ai-sdk/mcp": "2.0.0-canary.52",
32
+ "@ai-sdk/provider": "4.0.0-canary.17",
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.43",
34
+ "ai": "7.0.0-canary.145"
35
35
  },
36
36
  "devDependencies": {
37
- "@testing-library/jest-dom": "^6.6.3",
38
- "@testing-library/react": "^16.0.1",
39
- "@testing-library/user-event": "^14.5.2",
40
- "@types/node": "20.17.24",
41
- "@types/react": "^18",
42
- "@types/react-dom": "^18",
43
- "@vitejs/plugin-react": "^4.3.4",
44
- "jsdom": "^24.0.0",
37
+ "@testing-library/jest-dom": "^6.9.1",
38
+ "@testing-library/react": "^16.3.2",
39
+ "@testing-library/user-event": "^14.6.1",
40
+ "@types/node": "22.19.19",
41
+ "@types/react": "^18.3.28",
42
+ "@types/react-dom": "^18.3.7",
43
+ "@vitejs/plugin-react": "^4.7.0",
44
+ "jsdom": "^24.1.3",
45
45
  "msw": "2.6.4",
46
- "react-dom": "^18 || ^19",
46
+ "react-dom": "^19.2.6",
47
47
  "tsup": "^7.2.0",
48
48
  "typescript": "5.8.3",
49
49
  "zod": "3.25.76",
50
- "@ai-sdk/test-server": "2.0.0-canary.4",
50
+ "@ai-sdk/test-server": "2.0.0-canary.6",
51
51
  "@vercel/ai-tsconfig": "0.0.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^18 || ~19.0.1 || ~19.1.2 || ^19.2.1"
55
55
  },
56
56
  "engines": {
57
- "node": ">=18"
57
+ "node": ">=22"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public",