Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Feb 9, 2020
1 parent 1817ecf commit 441309b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/hooks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0-beta.1",
"version": "1.6.0",
"description": "react hooks library",
"keywords": [
"umi hooks",
Expand Down Expand Up @@ -28,7 +28,7 @@
"package.json"
],
"dependencies": {
"@umijs/use-request": "^1.1.0-beta.1",
"@umijs/use-request": "^1.1.0",
"intersection-observer": "^0.7.0",
"lodash.isequal": "^4.5.0",
"resize-observer-polyfill": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-request/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0-beta.1",
"version": "1.1.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.6.0-beta.1",
"@umijs/hooks": "^1.6.0",
"axios": "^0.19.2"
}
}

0 comments on commit 441309b

Please sign in to comment.