axios-hooks
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "axios-hooks", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "axios-hooks", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"@babel/cli": "7.17.10", | ||
"@babel/core": "7.18.2", | ||
"@babel/plugin-transform-runtime": "7.18.2", | ||
"@babel/core": "7.18.5", | ||
"@babel/plugin-transform-runtime": "7.18.5", | ||
"@babel/preset-env": "7.18.2", | ||
@@ -57,4 +57,4 @@ "@babel/preset-react": "7.17.12", | ||
"@types/lru-cache": "7.10.10", | ||
"@types/node": "17.0.41", | ||
"@types/react": "18.0.12", | ||
"@types/node": "18.0.0", | ||
"@types/react": "18.0.13", | ||
"@types/react-dom": "18.0.5", | ||
@@ -68,8 +68,8 @@ "axios": "0.27.2", | ||
"eslint-plugin-react": "7.30.0", | ||
"eslint-plugin-react-hooks": "4.5.0", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"husky": "^8.0.1", | ||
"jest": "26.6.3", | ||
"lint-staged": "13.0.0", | ||
"lint-staged": "13.0.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.6.2", | ||
"prettier": "2.7.1", | ||
"react": "17.0.2", | ||
@@ -76,0 +76,0 @@ "react-dom": "17.0.2", |
45537