fix: upgrade unity-changeset to v3.0.1 for graphql dependency (#750)

unity-changeset@3.0.0 did not explicitly include graphql dependency. (#749)
This commit is contained in:
mob-sakai
2025-10-09 17:45:19 +09:00
committed by GitHub
parent 2822af505e
commit 6e0bf17345
2 changed files with 7 additions and 7 deletions

View File

@@ -44,14 +44,13 @@
"base-64": "^1.0.0",
"commander": "^9.0.0",
"commander-ts": "^0.2.0",
"graphql": "^16.11.0",
"kubernetes-client": "^9.0.0",
"md5": "^2.3.0",
"nanoid": "^3.3.1",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.2",
"ts-md5": "^1.3.1",
"unity-changeset": "^3.0.0",
"unity-changeset": "^3.0.1",
"uuid": "^9.0.0",
"yaml": "^2.2.2"
},