stylus-lookup
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "stylus-lookup", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "Get the file associated with an imported/required Stylus partial", | ||
@@ -40,9 +40,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"commander": "^12.0.0" | ||
"commander": "^12.1.0" | ||
}, | ||
"devDependencies": { | ||
"c8": "^9.1.0", | ||
"mock-fs": "^5.2.0", | ||
"c8": "^10.1.3", | ||
"mock-fs": "^5.4.1", | ||
"uvu": "^0.5.6", | ||
"xo": "^0.58.0" | ||
"xo": "^0.60.0" | ||
}, | ||
@@ -78,2 +78,3 @@ "xo": { | ||
], | ||
"unicorn/no-anonymous-default-export": "off", | ||
"unicorn/prefer-module": "off", | ||
@@ -80,0 +81,0 @@ "unicorn/prefer-node-protocol": "off", |
7522
Updatedcommander@^12.1.0