eslint-plugin-decorator-position
Advanced tools
Comparing version 2.2.20 to 2.2.21
@@ -0,1 +1,8 @@ | ||
## [2.2.21](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.20...v2.2.21) (2021-03-23) | ||
### Bug Fixes | ||
* **deps:** update dependency eslint to ^7.22.0 ([9b75f98](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/commit/9b75f98561210d081cd8fa9338f6c735ba8e2f4b)) | ||
## [2.2.20](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.19...v2.2.20) (2021-03-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "eslint-plugin-decorator-position", | ||
"version": "2.2.20", | ||
"version": "2.2.21", | ||
"description": "ESLint plugin for enforcing decorator position", | ||
@@ -61,10 +61,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "12.0.0", | ||
"@commitlint/config-conventional": "12.0.0", | ||
"@commitlint/cli": "12.0.1", | ||
"@commitlint/config-conventional": "12.0.1", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@typescript-eslint/parser": "4.15.2", | ||
"@typescript-eslint/parser": "4.19.0", | ||
"babel-eslint": "10.1.0", | ||
"common-tags": "1.8.0", | ||
"eslint-config-prettier": "7.2.0", | ||
"eslint-config-prettier": "8.1.0", | ||
"eslint-plugin-eslint-comments": "3.2.0", | ||
@@ -81,7 +81,7 @@ "eslint-plugin-eslint-plugin": "2.3.0", | ||
"lerna-changelog": "1.0.1", | ||
"markdownlint-cli": "0.26.0", | ||
"markdownlint-cli": "0.27.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.2.1", | ||
"semantic-release": "17.3.9", | ||
"typescript": "4.2.2" | ||
"semantic-release": "17.4.2", | ||
"typescript": "4.2.3" | ||
}, | ||
@@ -93,3 +93,3 @@ "dependencies": { | ||
"prettier": "2.2.1", | ||
"eslint": "^7.20.0" | ||
"eslint": "^7.22.0" | ||
}, | ||
@@ -96,0 +96,0 @@ "changelog": { |
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
36708
Updatedeslint@^7.22.0