@shun-shobon/eslint-config-utils
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@shun-shobon/eslint-config-utils", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "My shareable ESLint config (utilities)", | ||
@@ -22,13 +22,13 @@ "author": "Shuntaro Nishizawa <me@s2n.tech>", | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^5.57.0" | ||
"@typescript-eslint/utils": "^5.57.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.36.0", | ||
"typescript": "^5.0.2" | ||
"eslint": "^8.37.0", | ||
"typescript": "^5.0.3" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"lint:eslint": "eslint src --ext .ts", | ||
"lint:eslint": "eslint src", | ||
"lint:tsc": "tsc" | ||
} | ||
} |
2287