fix: No changesets found error occurs when installing Unity on MacOS (#747)

This error is caused by old `unity-changeset` that doesn't support GraphQL.
This commit is contained in:
mob-sakai
2025-10-08 23:34:04 +09:00
committed by GitHub
parent 88a89c94a0
commit 8ec161b981
5 changed files with 5390 additions and 30398 deletions

View File

@@ -50,7 +50,7 @@
"reflect-metadata": "^0.1.13",
"semver": "^7.5.2",
"ts-md5": "^1.3.1",
"unity-changeset": "^2.0.0",
"unity-changeset": "^3.0.0",
"uuid": "^9.0.0",
"yaml": "^2.2.2"
},
@@ -84,4 +84,4 @@
"node": "20.5.1",
"yarn": "1.22.19"
}
}
}