eslint-plugin-decorator-position
Advanced tools
Comparing version 2.2.22 to 2.2.23
@@ -0,1 +1,8 @@ | ||
## [2.2.23](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.22...v2.2.23) (2021-04-10) | ||
### Bug Fixes | ||
* **deps:** update dependency eslint to ^7.24.0 ([a7baeea](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/commit/a7baeeaf99d70f0f632b2db4667e738780764fbe)) | ||
## [2.2.22](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.21...v2.2.22) (2021-03-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "eslint-plugin-decorator-position", | ||
"version": "2.2.22", | ||
"version": "2.2.23", | ||
"description": "ESLint plugin for enforcing decorator position", | ||
@@ -61,7 +61,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "12.0.1", | ||
"@commitlint/config-conventional": "12.0.1", | ||
"@commitlint/cli": "12.1.1", | ||
"@commitlint/config-conventional": "12.1.1", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@typescript-eslint/parser": "4.19.0", | ||
"@typescript-eslint/parser": "4.21.0", | ||
"babel-eslint": "10.1.0", | ||
@@ -71,3 +71,3 @@ "common-tags": "1.8.0", | ||
"eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-eslint-plugin": "2.3.0", | ||
"eslint-plugin-eslint-plugin": "3.0.0", | ||
"eslint-plugin-filenames": "1.3.2", | ||
@@ -86,3 +86,3 @@ "eslint-plugin-import": "2.22.1", | ||
"semantic-release": "17.4.2", | ||
"typescript": "4.2.3" | ||
"typescript": "4.2.4" | ||
}, | ||
@@ -94,3 +94,3 @@ "dependencies": { | ||
"prettier": "2.2.1", | ||
"eslint": "^7.23.0" | ||
"eslint": "^7.24.0" | ||
}, | ||
@@ -125,5 +125,5 @@ "changelog": { | ||
"volta": { | ||
"node": "14.16.0", | ||
"node": "14.16.1", | ||
"yarn": "1.22.10" | ||
} | ||
} |
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
37330
Updatedeslint@^7.24.0