Skip to content

Commit 22eccb1

Browse files
committed
Publish
- ahooks@2.10.2 - @ahooksjs/use-request@2.8.5
1 parent d9e0aae commit 22eccb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ahooks",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"description": "react hooks library",
55
"keywords": [
66
"ahooks",
@@ -32,7 +32,7 @@
3232
"README.md"
3333
],
3434
"dependencies": {
35-
"@ahooksjs/use-request": "^2.8.4",
35+
"@ahooksjs/use-request": "^2.8.5",
3636
"@types/js-cookie": "^2.2.6",
3737
"dayjs": "^1.9.1",
3838
"intersection-observer": "^0.7.0",

packages/use-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-request",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"description": "React Hooks for fetching, caching and updating asynchronous data",
55
"main": "./lib/index.js",
66
"module": "./es/index.js",

0 commit comments

Comments
 (0)