refactor: replace fs-extra with node:fs (#1772)

* spec: add devDependencies "tmp"
This commit is contained in:
エリス
2025-01-29 10:39:11 +09:00
committed by GitHub
parent b623311efa
commit e012478537
20 changed files with 188 additions and 164 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
// TODO: Perhaps this should live in cordova-common?
const fs = require('fs-extra');
const fs = require('node:fs');
const which = require('which');
const os = require('node:os');