react-script-hook
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "react-script-hook", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "React hook to dynamically load an external script and know when its loaded", | ||
@@ -35,25 +35,25 @@ "keywords": [ | ||
"@testing-library/react-hooks": "^3.2.1", | ||
"@types/jest": "^24.0.25", | ||
"@types/react": "^16.9.17", | ||
"@types/react-dom": "^16.9.4", | ||
"@typescript-eslint/eslint-plugin": "^2.13.0", | ||
"@typescript-eslint/parser": "^2.13.0", | ||
"babel-eslint": "^10.0.3", | ||
"@types/jest": "^25.1.4", | ||
"@types/react": "^16.9.31", | ||
"@types/react-dom": "^16.9.6", | ||
"@typescript-eslint/eslint-plugin": "^2.26.0", | ||
"@typescript-eslint/parser": "^2.26.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-config-react-app": "^5.1.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-config-react-app": "^5.2.1", | ||
"eslint-plugin-flowtype": "^3.13.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-react": "^7.17.0", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^1.7.0", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-test-renderer": "^16.12.0", | ||
"rimraf": "^3.0.0", | ||
"ts-jest": "^24.2.0", | ||
"typescript": "^3.7.4" | ||
"jest": "^25.2.4", | ||
"prettier": "^2.0.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-test-renderer": "^16.13.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^25.3.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
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
8738