react-recaptcha-x
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -0,1 +1,8 @@ | ||
## [1.1.8](https://github.com/antokara/react-recaptcha-x/compare/v1.1.7...v1.1.8) (2020-07-12) | ||
### Bug Fixes | ||
* **packages:** upgrade npm packages ([0c3f707](https://github.com/antokara/react-recaptcha-x/commit/0c3f707cbd99d2ca7a8786789ee2b652a81b52d0)) | ||
## [1.1.7](https://github.com/antokara/react-recaptcha-x/compare/v1.1.6...v1.1.7) (2020-06-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "react-recaptcha-x", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component", | ||
@@ -46,4 +46,4 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@commitlint/cli": "^9.0.1", | ||
"@commitlint/config-conventional": "^9.0.1", | ||
"@semantic-release/changelog": "^5.0.1", | ||
@@ -53,14 +53,14 @@ "@semantic-release/git": "^9.0.0", | ||
"@semantic-release/npm": "^7.0.5", | ||
"@testing-library/dom": "^7.14.2", | ||
"@testing-library/jest-dom": "^5.10.0", | ||
"@testing-library/react": "^10.2.1", | ||
"@types/jest": "^26.0.0", | ||
"@testing-library/dom": "^7.20.0", | ||
"@testing-library/jest-dom": "^5.11.0", | ||
"@testing-library/react": "^10.4.5", | ||
"@types/jest": "^26.0.4", | ||
"@types/react-dom": "^16.9.8", | ||
"coveralls": "^3.1.0", | ||
"jest": "^26.0.1", | ||
"jest": "^26.1.0", | ||
"prettier": "^2.0.5", | ||
"react-dom": "^16.13.1", | ||
"semantic-release": "^17.0.8", | ||
"ts-jest": "^26.1.0", | ||
"ts-loader": "^7.0.5", | ||
"semantic-release": "^17.1.1", | ||
"ts-jest": "^26.1.1", | ||
"ts-loader": "^8.0.0", | ||
"tscpaths": "0.0.9", | ||
@@ -71,8 +71,8 @@ "tslint": "^6.1.2", | ||
"tslint-react": "^5.0.0", | ||
"typescript": "^3.9.5", | ||
"typescript": "^3.9.6", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11" | ||
"webpack-cli": "^3.3.12" | ||
}, | ||
"dependencies": { | ||
"@types/react": "^16.9.36", | ||
"@types/react": "^16.9.43", | ||
"react": "^16.13.1" | ||
@@ -79,0 +79,0 @@ }, |
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
135636
Updated@types/react@^16.9.43