Skip to content

Commit

Permalink
⬆️ chore: upgrade devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
纳兹 committed Mar 6, 2021
1 parent 8eea4aa commit 02d23e0
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 152 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useReducer, useCallback } from 'react'
import { useReducer, useCallback } from 'react'

const FETCH_REQUEST = 'FETCH_REQUEST'
const FETCH_SUCCESS = 'FETCH_SUCCESS'
Expand Down
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,33 @@
"main": "index.js",
"author": "zhixiaoqiang",
"license": "MIT",
"files": [
"index.js"
],
"scripts": {
"prod": "node scripts/prod",
"release": "node scripts/release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-hook",
"hook",
"react",
"request"
],
"repository": {
"type": "git",
"url": "git@github.com:zhixiaoqiang/react-request-hook.git"
"url": "https://github.com/zhixiaoqiang/react-request-hook.git"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"chalk": "^2.4.2",
"dayjs": "^1.8.17",
"execa": "^3.2.0",
"inquirer": "^7.0.0",
"semver": "^6.3.0"
"chalk": "^4.1.0",
"dayjs": "^1.10.4",
"execa": "^5.0.0",
"inquirer": "^8.0.0",
"semver": "^7.3.4"
}
}
Loading

0 comments on commit 02d23e0

Please sign in to comment.