Skip to content

Commit

Permalink
add sanity/cli to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanundercover committed Nov 6, 2023
1 parent 104617c commit 87aeb01
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 19 deletions.
65 changes: 50 additions & 15 deletions sanityIo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sanityIo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"dependencies": {
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/cli": "^3.19.1",
"@sanity/code-input": "^2.30.0",
"@sanity/components": "^2.14.0",
"@sanity/vision": "^3.16.7",
Expand Down
21 changes: 17 additions & 4 deletions sanityIo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,19 @@
"get-random-values-esm" "^1.0.0"
"lodash" "^4.17.21"

"@sanity/cli@^3.19.1":
"integrity" "sha512-4kjZzCgrXGhUD09AU/cj3gHQ/h30VJ4FZ+y9B7M8YNE/5GQL+S00mtt93J57AWARwuMpqXgVnCO3HINMvHthwQ=="
"resolved" "https://registry.npmjs.org/@sanity/cli/-/cli-3.19.1.tgz"
"version" "3.19.1"
dependencies:
"@babel/traverse" "^7.19.0"
"chalk" "^4.1.2"
"esbuild" "^0.19.0"
"esbuild-register" "^3.4.1"
"get-it" "^8.4.4"
"golden-fleece" "^1.0.9"
"pkg-dir" "^5.0.0"

"@sanity/cli@3.16.7":
"integrity" "sha512-Bx27p23f/M9tVMTf50TnUhOJ76mBHQIDXWaf3/9iRTo/xm39H2gfu4H8aITzgGXRncW5HcRdxM+gpJk4YMwNGg=="
"resolved" "https://registry.npmjs.org/@sanity/cli/-/cli-3.16.7.tgz"
Expand Down Expand Up @@ -3514,10 +3527,10 @@
"tunnel-agent" "^0.6.0"
"url-parse" "^1.1.9"

"get-it@^8.4.3":
"integrity" "sha512-H9YbPCN3QCbxtojv42fvmrkIYe434qKg1nKpMMtBqwL8U3XprnHMgDbQwMJIxSIFOPpajQPf0BxhjsHoFI0cEQ=="
"resolved" "https://registry.npmjs.org/get-it/-/get-it-8.4.3.tgz"
"version" "8.4.3"
"get-it@^8.4.3", "get-it@^8.4.4":
"integrity" "sha512-Pu3pnJfnYuLEhwJgMlFqk19ugvtazzTxh7rg8wATaBL4c5Fy4ahM5B+bGdluiNSNYYK89F5vSa+N3sTa/qqtlg=="
"resolved" "https://registry.npmjs.org/get-it/-/get-it-8.4.4.tgz"
"version" "8.4.4"
dependencies:
"debug" "^4.3.4"
"decompress-response" "^7.0.0"
Expand Down

0 comments on commit 87aeb01

Please sign in to comment.