Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "unconfig", | ||
"type": "module", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A universal solution for loading configurations.", | ||
@@ -39,17 +39,17 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@antfu/utils": "^0.7.10", | ||
"@antfu/utils": "^8.1.0", | ||
"defu": "^6.1.4", | ||
"importx": "^0.5.0" | ||
"importx": "^0.5.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.7.3", | ||
"@antfu/ni": "^0.23.0", | ||
"@types/node": "^22.7.4", | ||
"bumpp": "^9.5.2", | ||
"eslint": "^9.11.1", | ||
"esno": "^4.7.0", | ||
"@antfu/eslint-config": "^3.14.0", | ||
"@antfu/ni": "^23.2.0", | ||
"@types/node": "^22.10.7", | ||
"bumpp": "^9.10.1", | ||
"eslint": "^9.18.0", | ||
"esno": "^4.8.0", | ||
"lodash-es": "^4.17.21", | ||
"typescript": "^5.6.2", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^2.1.1" | ||
"typescript": "^5.7.3", | ||
"unbuild": "^3.3.1", | ||
"vitest": "^3.0.2" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
38521
+ Added@antfu/utils@8.1.1(transitive)
- Removed@antfu/utils@0.7.10(transitive)
Updated@antfu/utils@^8.1.0
Updatedimportx@^0.5.1