@ahoo-wang/fetcher-react 3.15.2 → 3.15.3

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/README.md CHANGED
@@ -85,7 +85,7 @@ npm install @ahoo-wang/fetcher-react
85
85
 
86
86
  ### Requirements
87
87
 
88
- - React 19.0+ (hooks support)
88
+ - React 16.8+ (hooks support)
89
89
  - TypeScript 4.0+ (for full type safety)
90
90
 
91
91
  ## Quick Start
package/README.zh-CN.md CHANGED
@@ -83,7 +83,7 @@ npm install @ahoo-wang/fetcher-react
83
83
 
84
84
  ### 要求
85
85
 
86
- - React 19.0+ (hooks 支持)
86
+ - React 16.8+ (hooks 支持)
87
87
  - TypeScript 4.0+ (完整类型安全)
88
88
 
89
89
  ## 快速开始
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher-react",
3
- "version": "3.15.2",
3
+ "version": "3.15.3",
4
4
  "description": "React integration for Fetcher HTTP client. Provides React Hooks and components for seamless data fetching with automatic re-rendering and loading states.",
5
5
  "keywords": [
6
6
  "fetch",
@@ -59,10 +59,10 @@
59
59
  "babel-plugin-react-compiler": "^1.0.0",
60
60
  "react-compiler-runtime": "^1.0.0",
61
61
  "eslint": "^9.39.4",
62
- "globals": "^17.4.0",
62
+ "globals": "^17.5.0",
63
63
  "prettier": "^3.8.1",
64
64
  "typescript": "^6.0.2",
65
- "typescript-eslint": "^8.58.1",
65
+ "typescript-eslint": "^8.58.2",
66
66
  "eslint-plugin-react-hooks": "^7.0.1",
67
67
  "eslint-plugin-react-compiler": "^19.1.0-rc.2",
68
68
  "unplugin-dts": "1.0.0-beta.6",