We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e0aae commit 22eccb1Copy full SHA for 22eccb1
packages/hooks/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ahooks",
3
- "version": "2.10.1",
+ "version": "2.10.2",
4
"description": "react hooks library",
5
"keywords": [
6
"ahooks",
@@ -32,7 +32,7 @@
32
"README.md"
33
],
34
"dependencies": {
35
- "@ahooksjs/use-request": "^2.8.4",
+ "@ahooksjs/use-request": "^2.8.5",
36
"@types/js-cookie": "^2.2.6",
37
"dayjs": "^1.9.1",
38
"intersection-observer": "^0.7.0",
packages/use-request/package.json
"name": "@ahooksjs/use-request",
- "version": "2.8.4",
+ "version": "2.8.5",
"description": "React Hooks for fetching, caching and updating asynchronous data",
"main": "./lib/index.js",
"module": "./es/index.js",
0 commit comments