Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeya committed Mar 31, 2023
2 parents 18032cd + 67ddc9d commit a866dcb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postpublish": "yarn clean"
},
"devDependencies": {
"@sanity/client": "^5.3.2",
"@sanity/client": "^5.4.0",
"@types/lru-cache": "^5.1.0",
"@types/node": "^14.14.41",
"next-auth": "^4.20.1",
Expand All @@ -51,7 +51,7 @@
"groq": "^2.2.6"
},
"peerDependencies": {
"@sanity/client": "^5.3.2",
"@sanity/client": "^5.4.0",
"next-auth": "^4.20.1"
},
"bugs": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
resolved "https://registry.yarnpkg.com/@phc/format/-/format-1.0.0.tgz#b5627003b3216dc4362125b13f48a4daa76680e4"
integrity sha512-m7X9U6BG2+J+R1lSOdCiITLLrxm+cWlNI3HUFA92oLO77ObGNzaKdh8pMLqdZcshtkKuV84olNNXDfMc4FezBQ==

"@sanity/client@^5.3.2":
version "5.3.2"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.3.2.tgz#2e85fec50bfa6f6e63646e6fe3c7309524da9afd"
integrity sha512-6FqAyoXJmzJMU9i6LRIqBRUs5c08zaYksy4bNdqGP+ixBW6peebGKs4sgR1vtUIIT1YapPmEWELAEqqiIlnzfA==
"@sanity/client@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.4.0.tgz#db916fee7b77abfe761be535d49e309f41057524"
integrity sha512-9O0zzBOcoji937610qjgDh3/5DCKGZ1w1Tsjnunq+EEdLvl0FBXiBA77an6gZ7CuqUhsjDmSi+Xn7ax28RAsvw==
dependencies:
"@sanity/eventsource" "5"
get-it "8"
get-it "^8.1"
rxjs "7"

"@sanity/eventsource@5":
Expand Down Expand Up @@ -247,10 +247,10 @@ gauge@^3.0.0:
strip-ansi "^6.0.1"
wide-align "^1.1.2"

get-it@8:
version "8.1.0"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.1.0.tgz#c3c3ae91bfceba7dcccffec09d933fd571515102"
integrity sha512-YKf4CbR0VQhRvAlTG7KdOhvEaKzArRmPliq3qV9iB2vOaGbp4hNUGrBhRG/IBT7LgNaNEuGIj5S+TPixxf6afw==
get-it@^8.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.1.1.tgz#6522df2b0726a0596d8087f23063ec7f5e35ea1c"
integrity sha512-83P2+3V/3E+KSdlHnGlOr4vCrlV8wDsT580AyJkMtkK/8LtZc0TOCI9bjQXH1sgYnmQTzCoPoPaOAE+a8JZqLQ==
dependencies:
debug "^4.3.4"
decompress-response "^7.0.0"
Expand Down

0 comments on commit a866dcb

Please sign in to comment.