react-currency-input-field
Advanced tools
Comparing version 0.5.3 to 0.6.0
@@ -0,1 +1,8 @@ | ||
# [0.6.0](https://github.com/cchanxzy/react-currency-input-field/compare/v0.5.3...v0.6.0) (2020-03-08) | ||
### Features | ||
* update dependencies ([476ab92](https://github.com/cchanxzy/react-currency-input-field/commit/476ab92d9625cf93160d7e3060ceb81fa74053c1)) | ||
## [0.5.3](https://github.com/cchanxzy/react-currency-input-field/compare/v0.5.2...v0.5.3) (2019-12-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "react-currency-input-field", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"description": "React input field component for currency and numbers", | ||
@@ -43,36 +43,36 @@ "files": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@semantic-release/changelog": "^3.0.6", | ||
"@semantic-release/git": "^7.0.18", | ||
"@types/enzyme": "^3.10.4", | ||
"@types/jest": "^24.0.23", | ||
"@types/react": "^16.9.15", | ||
"@types/react-dom": "^16.9.4", | ||
"@typescript-eslint/eslint-plugin": "^2.10.0", | ||
"@typescript-eslint/parser": "^2.10.0", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@semantic-release/changelog": "^5.0.0", | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/enzyme": "^3.10.5", | ||
"@types/jest": "^25.1.4", | ||
"@types/react": "^16.9.23", | ||
"@types/react-dom": "^16.9.5", | ||
"@typescript-eslint/eslint-plugin": "^2.22.0", | ||
"@typescript-eslint/parser": "^2.22.0", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"codecov": "^3.6.1", | ||
"enzyme": "^3.6.0", | ||
"enzyme-adapter-react-16": "^1.15.1", | ||
"eslint": "^6.7.2", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-react": "^7.17.0", | ||
"gh-pages": "^2.1.1", | ||
"codecov": "^3.6.5", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-react": "^7.19.0", | ||
"gh-pages": "^2.2.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"husky": "^3.1.0", | ||
"jest": "^25.0.0", | ||
"lint-staged": "^9.5.0", | ||
"husky": "^4.2.3", | ||
"jest": "^25.1.0", | ||
"lint-staged": "^10.0.8", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-hot-loader": "^4.12.18", | ||
"semantic-release": "^15.13.31", | ||
"react": "^16.13.0", | ||
"react-dom": "^16.13.0", | ||
"react-hot-loader": "^4.12.19", | ||
"semantic-release": "^17.0.4", | ||
"source-map-loader": "^0.2.4", | ||
"ts-jest": "^24.2.0", | ||
"typescript": "^3.7.3", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-dev-server": "^3.9.0" | ||
"ts-jest": "^25.2.1", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.0", | ||
"webpack-cli": "^3.3.11", | ||
"webpack-dev-server": "^3.10.3" | ||
}, | ||
@@ -79,0 +79,0 @@ "peerDependencies": { |
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
25074
10