Comparing version 3.0.2 to 3.0.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.0.3](https://github.com/mastermunj/to-words/compare/v3.0.2...v3.0.3) (2022-01-06) | ||
### Bug Fixes | ||
* remove deepsource config ([0ae7a59](https://github.com/mastermunj/to-words/commit/0ae7a59cd2058225eae44dabb4031737ba47de79)) | ||
### [3.0.2](https://github.com/mastermunj/to-words/compare/v3.0.1...v3.0.2) (2021-11-24) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "to-words", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Converts numbers (including decimal points) into words & currency.", | ||
@@ -44,21 +44,21 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@types/jest": "^27.0.3", | ||
"@types/lodash": "^4.14.177", | ||
"@types/node": "^16.11.10", | ||
"@commitlint/cli": "^16.0.1", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@types/jest": "^27.4.0", | ||
"@types/lodash": "^4.14.178", | ||
"@types/node": "^17.0.8", | ||
"@types/source-map-support": "^0.5.4", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.3.0", | ||
"eslint": "^8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jest": "^25.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^25.3.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.3.1", | ||
"lint-staged": "^12.1.2", | ||
"jest": "^27.4.7", | ||
"lint-staged": "^12.1.5", | ||
"lodash": "^4.17.21", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2", | ||
@@ -68,4 +68,4 @@ "sort-package-json": "^1.53.1", | ||
"standard-version": "^9.3.2", | ||
"ts-jest": "^27.0.7", | ||
"typescript": "^4.5.2" | ||
"ts-jest": "^27.1.2", | ||
"typescript": "^4.5.4" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
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
238567
77