@ai-sdk/react 4.0.0-canary.142 → 4.0.0-canary.145

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 +29 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 4.0.0-canary.145
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
8
+ - Updated dependencies [7fc6bd6]
9
+ - ai@7.0.0-canary.144
10
+ - @ai-sdk/mcp@2.0.0-canary.52
11
+ - @ai-sdk/provider-utils@5.0.0-canary.43
12
+ - @ai-sdk/provider@4.0.0-canary.17
13
+
14
+ ## 4.0.0-canary.144
15
+
16
+ ### Patch Changes
17
+
18
+ - b567a6c: dependency updates
19
+ - Updated dependencies [b567a6c]
20
+ - Updated dependencies [a6617c5]
21
+ - @ai-sdk/mcp@2.0.0-canary.51
22
+ - @ai-sdk/provider-utils@5.0.0-canary.42
23
+ - ai@7.0.0-canary.143
24
+
25
+ ## 4.0.0-canary.143
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [62d6481]
30
+ - ai@7.0.0-canary.142
31
+
3
32
  ## 4.0.0-canary.142
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "4.0.0-canary.142",
3
+ "version": "4.0.0-canary.145",
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.141"
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.144"
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",