@backstage/eslint-plugin
Advanced tools
Comparing version 0.1.1 to 0.1.2-next.0
# @backstage/eslint-plugin | ||
## 0.1.1 | ||
## 0.1.2-next.0 | ||
### Patch Changes | ||
- cbd09db1c0: Fixing a bug that we should check internal dependencies too | ||
- a061c466d6: Fixing a bug that we should check internal dependencies too | ||
@@ -9,0 +9,0 @@ ## 0.1.0 |
{ | ||
"name": "@backstage/eslint-plugin", | ||
"description": "Backstage ESLint plugin", | ||
"version": "0.1.1", | ||
"version": "0.1.2-next.0", | ||
"publishConfig": { | ||
@@ -25,5 +25,5 @@ "access": "public" | ||
"devDependencies": { | ||
"@backstage/cli": "^0.22.3", | ||
"@backstage/cli": "^0.22.4-next.0", | ||
"eslint": "^8.33.0" | ||
} | ||
} |
39155