eslint-plugin-json-spellchecker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "eslint-plugin-json-spellchecker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "fix typo in your json file", | ||
@@ -30,7 +30,9 @@ "main": "dist/index.js", | ||
"@typescript-eslint/utils": "^8.15.0", | ||
"eslint": "^9.15.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"change-case": "^5.4.4", | ||
"eslint": "^9.15.0", | ||
"typescript": "^5.6.3", | ||
"typo-js": "^1.2.4" | ||
} | ||
} |
22368
5
2
+ Addedchange-case@^5.4.4
+ Addedtypo-js@^1.2.4
+ Addedchange-case@5.4.4(transitive)
+ Addedtypo-js@1.2.5(transitive)