mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Update dependencies
This commit is contained in:
@@ -58,7 +58,6 @@ if (!supportedArchs.includes(argv.arch)) {
|
||||
}
|
||||
|
||||
const ROOT_PATH = path.join(__dirname, "..");
|
||||
const SRC_PATH = path.join(ROOT_PATH, "src");
|
||||
const BUILD_PATH = path.join(ROOT_PATH, "build");
|
||||
|
||||
const spawnOptions = {
|
||||
@@ -133,7 +132,7 @@ async function build() {
|
||||
await pkg.exec([
|
||||
path.join(BUILD_PATH, "src"),
|
||||
"--target",
|
||||
`node12-${paths.pkgPlatformMap[process.platform]}-${argv.arch}`,
|
||||
`node16-${paths.pkgPlatformMap[process.platform]}-${argv.arch}`,
|
||||
"--output",
|
||||
path.join(BUILD_PATH, executableName)
|
||||
]);
|
||||
|
||||
2671
app/package-lock.json
generated
2671
app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,27 +11,27 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/ws": "^7.4.7",
|
||||
"@types/ws": "^8.5.2",
|
||||
"bplist-creator": "^0.1.0",
|
||||
"bplist-parser": "^0.3.0",
|
||||
"bplist-parser": "^0.3.1",
|
||||
"castv2": "^0.1.10",
|
||||
"fast-srp-hap": "^2.0.3",
|
||||
"fast-srp-hap": "^2.0.4",
|
||||
"mdns": "^2.7.2",
|
||||
"mime-types": "^2.1.32",
|
||||
"mime-types": "^2.1.34",
|
||||
"minimist": "^1.2.5",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-fetch": "^3.2.2",
|
||||
"tweetnacl": "^1.0.3",
|
||||
"ws": "^8.2.1"
|
||||
"ws": "^8.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mdns": "0.0.34",
|
||||
"@types/mdns": "^0.0.34",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
"@types/node": "^16.7.8",
|
||||
"@types/node-fetch": "^2.5.12",
|
||||
"fs-extra": "^10.0.0",
|
||||
"@types/node": "^17.0.21",
|
||||
"@types/node-fetch": "^2.6.1",
|
||||
"fs-extra": "^10.0.1",
|
||||
"mustache": "^4.2.0",
|
||||
"pkg": "^5.3.1",
|
||||
"typescript": "^4.4.2"
|
||||
"pkg": "^5.5.2",
|
||||
"typescript": "^4.6.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"rage-edit": "^1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user