eslint-plugin-cdk
Advanced tools
Comparing version 0.7.5 to 0.7.8
{ | ||
"name": "eslint-plugin-cdk", | ||
"description": "ESLint rules for aws cdk", | ||
"version": "0.7.5", | ||
"version": "0.7.8", | ||
"license": "MIT", | ||
@@ -27,8 +27,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@typescript-eslint/experimental-utils": "^4.9.0", | ||
"@typescript-eslint/experimental-utils": "^4.9.1", | ||
"read-pkg-up": "^7.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.16", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@types/jest": "^26.0.18", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"jest": "^26.6.3", | ||
@@ -39,3 +39,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "758a33ad6b7b4657fbc02690c9def9e740c78335" | ||
"gitHead": "289c0cc464156c5dfa7c5ecdf4c9b76500d3dc7a" | ||
} |