atom-modal-views
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -0,1 +1,8 @@ | ||
## [1.0.26](https://github.com/UziTech/atom-modal-views/compare/v1.0.25...v1.0.26) (2022-01-27) | ||
### Bug Fixes | ||
* **deps:** update dependency marked to ^4.0.12 ([fac34ec](https://github.com/UziTech/atom-modal-views/commit/fac34ec65945da9fccfc125a0afd50663dacf783)) | ||
## [1.0.25](https://github.com/UziTech/atom-modal-views/compare/v1.0.24...v1.0.25) (2022-01-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "atom-modal-views", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "NPM Package Template", | ||
@@ -28,3 +28,3 @@ "main": "src/index.js", | ||
"etch": "^0.14.1", | ||
"marked": "^4.0.10" | ||
"marked": "^4.0.12" | ||
}, | ||
@@ -36,9 +36,9 @@ "devDependencies": { | ||
"@semantic-release/github": "^8.0.2", | ||
"@semantic-release/npm": "^8.0.3", | ||
"@semantic-release/npm": "^9.0.0", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"atom-jasmine3-test-runner": "^5.2.10", | ||
"eslint": "^8.6.0", | ||
"eslint": "^8.7.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"semantic-release": "^18.0.1" | ||
"semantic-release": "^19.0.2" | ||
} | ||
} |
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
23776
Updatedmarked@^4.0.12