Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/client to v6 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 4, 2023
1 parent 13aedfc commit b85b314
Show file tree
Hide file tree
Showing 12 changed files with 118 additions and 118 deletions.
38 changes: 19 additions & 19 deletions dashboard/package-lock.json

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

2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@sanity/client": "5.4.2",
"@sanity/client": "6.4.0",
"@sanity/icons": "^2.2.2",
"@sanity/runtimes-test-client": "latest",
"@sanity/ui": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion runtimes/bun-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test:expected": "bun test.expected.js"
},
"dependencies": {
"@sanity/client": "5.4.2",
"@sanity/client": "6.4.0",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^0.7.0"
}
Expand Down
34 changes: 17 additions & 17 deletions runtimes/bun-script/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# yarn lockfile v1


"@sanity/client@5.4.2":
version "5.4.2"
resolved "https://registry.npmjs.org/@sanity/client/-/client-5.4.2.tgz"
integrity sha512-M/ebzTGwYq+NDGMfBWxKtwtmCRJbBvXxAIQXu/J0vxnr8mXKw8gBQ7GaG0tI4WJ54w5sI6pnrD6mPiKdRHVNYw==
"@sanity/client@6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.4.0.tgz#35a7c9324f01454cd2c909a4a1a9cbea0289cba0"
integrity sha512-nmu9/gtKPruR6CROvKAqvK/vYfEMMi/La8k/w/leQpRtKySivOIsWX+BT7S5xvK+9wBn0Q8dj9L64no3SEa5vg==
dependencies:
"@sanity/eventsource" "5"
get-it "^8.1"
rxjs "7"
"@sanity/eventsource" "^5.0.0"
get-it "^8.3.0"
rxjs "^7.0.0"

"@sanity/eventsource@5":
"@sanity/eventsource@^5.0.0":
version "5.0.0"
resolved "https://registry.npmjs.org/@sanity/eventsource/-/eventsource-5.0.0.tgz"
resolved "https://registry.yarnpkg.com/@sanity/eventsource/-/eventsource-5.0.0.tgz#45410c8259e0bb80b4e308e1872846439590805a"
integrity sha512-0ewT+BDzfiamHwitUfRcwsl/RREHjWv6VNZvQ8Q4OnnNKXfEEGXbWmqzof0okOTkp4XELgyliht4Qj28o9AU2g==
dependencies:
"@types/event-source-polyfill" "1.0.1"
Expand Down Expand Up @@ -85,10 +85,10 @@ from2@^2.3.0:
inherits "^2.0.1"
readable-stream "^2.0.0"

get-it@^8.1:
version "8.1.1"
resolved "https://registry.npmjs.org/get-it/-/get-it-8.1.1.tgz"
integrity sha512-83P2+3V/3E+KSdlHnGlOr4vCrlV8wDsT580AyJkMtkK/8LtZc0TOCI9bjQXH1sgYnmQTzCoPoPaOAE+a8JZqLQ==
get-it@^8.3.0:
version "8.3.1"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.3.1.tgz#bb92c6740a1260275ad13b31a543755b38a8b5c9"
integrity sha512-fi5wQakZVHWRy3zP0env52PHXP9Zl/p8Q2Ow8z9SmwpYgfCaA90hCSW2twC5/cpV5M1wB6tSmLqldVMP1tS1qw==
dependencies:
debug "^4.3.4"
decompress-response "^7.0.0"
Expand Down Expand Up @@ -187,10 +187,10 @@ readable-stream@^2.0.0, readable-stream@~2.3.6:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"

rxjs@7:
version "7.8.0"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz"
integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
rxjs@^7.0.0:
version "7.8.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"

Expand Down
38 changes: 19 additions & 19 deletions runtimes/cloudflare-worker-actual/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-actual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@sanity/client": "5.4.2"
"@sanity/client": "6.4.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
Expand Down
38 changes: 19 additions & 19 deletions runtimes/cloudflare-worker-native-actual/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-native-actual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@sanity/client": "5.4.2"
"@sanity/client": "6.4.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
Expand Down
38 changes: 19 additions & 19 deletions runtimes/node-cjs-script/package-lock.json

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

Loading

0 comments on commit b85b314

Please sign in to comment.