Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Mar 17, 2020
1 parent e940300 commit a5ea1f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/hooks",
"version": "1.7.1",
"version": "1.8.0",
"description": "react hooks library",
"keywords": [
"umi hooks",
Expand Down Expand Up @@ -28,7 +28,7 @@
"package.json"
],
"dependencies": {
"@umijs/use-request": "^1.2.2",
"@umijs/use-request": "^1.3.0",
"intersection-observer": "^0.7.0",
"lodash.isequal": "^4.5.0",
"resize-observer-polyfill": "^1.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/use-request",
"version": "1.2.2",
"version": "1.3.0",
"description": "React Hooks for fetching, caching and updating asynchronous data",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"umi-request": "^1.2.17"
},
"devDependencies": {
"@umijs/hooks": "^1.7.1",
"@umijs/hooks": "^1.8.0",
"axios": "^0.19.2"
},
"gitHead": "4ea8f5c04c06eff2a33b2be473a8f7460909bebb"
Expand Down

0 comments on commit a5ea1f3

Please sign in to comment.