use-abortable-fetch
Advanced tools
Comparing version 2.6.11 to 2.6.12
{ | ||
"name": "use-abortable-fetch", | ||
"version": "2.6.11", | ||
"version": "2.6.12", | ||
"main": "release/index.js", | ||
@@ -22,22 +22,22 @@ "umd:main": "release/index.umd.js", | ||
"devDependencies": { | ||
"@testing-library/react": "9.5.0", | ||
"@testing-library/react": "10.4.3", | ||
"@types/content-type": "1.1.3", | ||
"@types/jest": "25.1.4", | ||
"@types/media-typer": "0.3.0", | ||
"@types/react": "16.9.23", | ||
"@types/react-dom": "16.9.5", | ||
"@typescript-eslint/eslint-plugin": "2.23.0", | ||
"@typescript-eslint/parser": "2.23.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-prettier": "6.10.0", | ||
"eslint-plugin-react": "7.19.0", | ||
"eslint-plugin-react-hooks": "2.5.0", | ||
"jest": "25.1.0", | ||
"@types/jest": "26.0.3", | ||
"@types/media-typer": "1.1.0", | ||
"@types/react": "16.9.41", | ||
"@types/react-dom": "16.9.8", | ||
"@typescript-eslint/eslint-plugin": "3.5.0", | ||
"@typescript-eslint/parser": "3.5.0", | ||
"eslint": "7.3.1", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-react": "7.20.3", | ||
"eslint-plugin-react-hooks": "4.0.5", | ||
"jest": "26.1.0", | ||
"jest-fetch-mock": "3.0.3", | ||
"microbundle": "0.11.0", | ||
"microbundle": "0.12.2", | ||
"parcel-bundler": "1.12.4", | ||
"prettier": "1.19.1", | ||
"react": "16.13.0", | ||
"react-dom": "16.13.0", | ||
"ts-jest": "25.2.1" | ||
"prettier": "2.0.5", | ||
"react": "16.13.1", | ||
"react-dom": "16.13.1", | ||
"ts-jest": "26.1.1" | ||
}, | ||
@@ -44,0 +44,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106703