diff --git a/packages/@sanity/cli/package.json b/packages/@sanity/cli/package.json index 2040c0875fb..776b4e4433b 100644 --- a/packages/@sanity/cli/package.json +++ b/packages/@sanity/cli/package.json @@ -64,44 +64,44 @@ "dependencies": { "@babel/traverse": "^7.23.5", "@sanity/telemetry": "^0.7.6", + "@sanity/util": "3.29.1", "chalk": "^4.1.2", + "decompress": "^4.2.0", "esbuild": "^0.19.8", "esbuild-register": "^3.4.1", "get-it": "^8.4.4", "golden-fleece": "^1.0.9", "node-machine-id": "^1.1.12", "pkg-dir": "^5.0.0", - "semver": "^7.3.5" + "semver": "^7.3.5", + "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "@rexxars/gitconfiglocal": "^3.0.1", + "@types/decompress": "^4.2.4", + "@types/validate-npm-package-name": "^3.0.3", "@rollup/plugin-node-resolve": "^15.2.3", "@sanity/client": "^6.12.4", "@sanity/eslint-config-studio": "^3.0.1", "@sanity/generate-help-url": "^3.0.0", - "@sanity/types": "3.29.1", - "@sanity/util": "3.29.1", "@types/babel__traverse": "^7.18.1", "@types/configstore": "^5.0.1", "@types/cpx": "^1.5.2", "@types/debug": "^4.1.7", - "@types/decompress": "^4.2.4", "@types/inquirer": "^6.0.0", + "@types/minimist": "^1.2.5", "@types/node": "^14.18.9", "@types/semver": "^7.5.6", "@types/semver-compare": "^1.0.1", "@types/tar": "^6.1.3", - "@types/validate-npm-package-name": "^3.0.3", "@types/which": "^2.0.1", "@vercel/frameworks": "1.6.0", "@vercel/fs-detectors": "4.1.3", - "babylon": "^6.18.0", "boxen": "^4.1.0", "clean-stack": "^3.0.0", "configstore": "^5.0.1", "cpx": "^1.5.0", "debug": "^4.3.4", - "decompress": "^4.2.0", "deep-sort-object": "^1.0.1", "dotenv": "^16.0.3", "dotenv-expand": "^9.0.0", @@ -126,7 +126,6 @@ "semver": "^7.3.5", "semver-compare": "^1.0.0", "tar": "^6.1.11", - "validate-npm-package-name": "^3.0.0", "which": "^2.0.2", "xdg-basedir": "^4.0.0" }, diff --git a/packages/sanity/package.json b/packages/sanity/package.json index c8f217ee00a..e88f1ca6741 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -315,6 +315,7 @@ "@types/archiver": "^6.0.2", "@types/arrify": "^1.0.4", "@types/connect-history-api-fallback": "^1.5.2", + "@types/debug": "^4.1.12", "@types/lodash": "^4.14.149", "@types/log-symbols": "^2.0.0", "@types/raf": "^3.4.0", diff --git a/yarn.lock b/yarn.lock index 55cb7a08344..9a6ecab53aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3095,7 +3095,7 @@ nanoid "^3.1.12" rxjs "^7.0.0" -"@sanity/client@^6.1.2", "@sanity/client@^6.11.1", "@sanity/client@^6.12.4", "@sanity/client@^6.8.6": +"@sanity/client@^6.1.2", "@sanity/client@^6.11.1", "@sanity/client@^6.12.3", "@sanity/client@^6.12.4", "@sanity/client@^6.8.6": version "6.12.4" resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.12.4.tgz#ec7113b57b381846b5e16bdbbe5ec175c219b617" integrity sha512-eDBnKwKdFIiMeRZ5xPaKUOs+gsw6P4Bq+Bj7cZ9xuaLXMTsOSlB5h9TsPW5vAYRMbm4coVYUvhqm9TMwSi0F2Q== @@ -3378,6 +3378,14 @@ "@sanity/client" "^6.11.1" "@types/react" "^18.0.25" +"@sanity/types@3.28.0": + version "3.28.0" + resolved "https://registry.yarnpkg.com/@sanity/types/-/types-3.28.0.tgz#3bcb377631afba2c94c026306397089c64c0cead" + integrity sha512-k3y7mD9QLN4PQVla5kkRKUu/JcEzByYhAAp8kFYRyZPBpJO3/BWZQVufWzbIfmyHrH5fu+O0XDP/MVATyYwoGQ== + dependencies: + "@sanity/client" "^6.12.3" + "@types/react" "^18.0.25" + "@sanity/ui-workshop@^1.0.0", "@sanity/ui-workshop@^1.2.11": version "1.2.11" resolved "https://registry.yarnpkg.com/@sanity/ui-workshop/-/ui-workshop-1.2.11.tgz#2eceaa82886650560f3cb69237dcd43d04788e13" @@ -3422,6 +3430,15 @@ framer-motion "^11.0.3" react-refractor "^2.1.7" +"@sanity/util@3.28.0": + version "3.28.0" + resolved "https://registry.yarnpkg.com/@sanity/util/-/util-3.28.0.tgz#684c2bda26a3c48d88e337eb93ceb4c6a631e462" + integrity sha512-ca0MNCj9q/ZY0RpKzKind+02VnzuZ2+5lEqrN27XFfc0V+Rdqz6VODCikBQelNEqt1EU47lYbPlLr5VEWxbr0Q== + dependencies: + "@sanity/types" "3.28.0" + get-random-values-esm "^1.0.0" + moment "^2.29.4" + "@sanity/uuid@3.0.2", "@sanity/uuid@^3", "@sanity/uuid@^3.0.1", "@sanity/uuid@^3.0.2": version "3.0.2" resolved "https://registry.yarnpkg.com/@sanity/uuid/-/uuid-3.0.2.tgz#e022c37f1d94df3cd876a823e9a83c1d55c99e05" @@ -3814,6 +3831,13 @@ dependencies: "@types/node" "*" +"@types/debug@^4.1.12", "@types/debug@^4.1.7": + version "4.1.12" + resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917" + integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ== + dependencies: + "@types/ms" "*" + "@types/debug@^4.1.5": version "4.1.7" resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82" @@ -3821,13 +3845,6 @@ dependencies: "@types/ms" "*" -"@types/debug@^4.1.7": - version "4.1.12" - resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917" - integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ== - dependencies: - "@types/ms" "*" - "@types/decompress@^4.2.4": version "4.2.4" resolved "https://registry.yarnpkg.com/@types/decompress/-/decompress-4.2.4.tgz#dd2715d3ac1f566d03e6e302d1a26ffab59f8c5c" @@ -4020,6 +4037,11 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== +"@types/minimist@^1.2.5": + version "1.2.5" + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e" + integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag== + "@types/moment@^2.13.0": version "2.13.0" resolved "https://registry.yarnpkg.com/@types/moment/-/moment-2.13.0.tgz#604ebd189bc3bc34a1548689404e61a2a4aac896" @@ -5211,11 +5233,6 @@ babel-runtime@^6.9.2: core-js "^2.4.0" regenerator-runtime "^0.11.0" -babylon@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" - integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== - balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"