@arroyodev-llc/utils.fs
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -10,24 +10,22 @@ { | ||
"devDependencies": { | ||
"@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.4", | ||
"@types/fs-extra": "^11.0.3", | ||
"@types/node": "^16", | ||
"@typescript-eslint/eslint-plugin": "^6", | ||
"@typescript-eslint/parser": "^6", | ||
"@arroyodev-llc/utils.unbuild-composite-preset": "0.1.5", | ||
"@types/fs-extra": "11.0.4", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^7", | ||
"@typescript-eslint/parser": "^7", | ||
"eslint": "^8", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"lint-staged": "^15.0.2", | ||
"npm-check-updates": "^16", | ||
"prettier": "^3.0.3", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"lint-staged": "15.2.7", | ||
"prettier": "3.3.2", | ||
"standard-version": "^9", | ||
"typescript": "~5.1", | ||
"unbuild": "^1.2.1", | ||
"vitest": "^0.34.6" | ||
"unbuild": "^2.0.0-rc.0", | ||
"vitest": "0.34.6" | ||
}, | ||
"dependencies": { | ||
"fs-extra": "^11.1.1", | ||
"pathe": "^1.1.1" | ||
"fs-extra": "11.2.0", | ||
"pathe": "1.1.2" | ||
}, | ||
@@ -39,3 +37,3 @@ "main": "dist/index.mjs", | ||
}, | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"types": "./dist/index.d.ts", | ||
@@ -54,3 +52,2 @@ "type": "module", | ||
], | ||
"packageManager": "pnpm@8.9.2", | ||
"lint-staged": { | ||
@@ -64,3 +61,6 @@ "*.{ts,tsx,mts,cts,ts,tsx,mts,cts}": [ | ||
}, | ||
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".", | ||
"engines": { | ||
"pnpm": "^9.4.0" | ||
}, | ||
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\".", | ||
"scripts": { | ||
@@ -67,0 +67,0 @@ "build": "pnpm exec projen build", |
16
49249
+ Addedfs-extra@11.2.0(transitive)
- Removedfs-extra@11.3.0(transitive)
Updatedfs-extra@11.2.0
Updatedpathe@1.1.2