Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2023
1 parent 33a26f4 commit f7aaa40
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 88 deletions.
95 changes: 46 additions & 49 deletions dashboard/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.0",
"@sanity/client": "5.4.2",
"@sanity/icons": "^2.2.2",
"@sanity/runtimes-test-client": "latest",
"@sanity/ui": "^1.3.0",
Expand All @@ -22,7 +22,7 @@
"styled-components": "^5.3.9",
"swr": "^2.1.0",
"type-fest": "^3.6.1",
"use-immer": "^0.8.1",
"use-immer": "^0.9.0",
"zod": "^3.21.4"
},
"devDependencies": {
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.0",
"@sanity/client": "5.4.2",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^0.5.8"
}
Expand Down
8 changes: 4 additions & 4 deletions runtimes/bun-script/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@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==
"@sanity/client@5.4.2":
version "5.4.2"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.4.2.tgz#253b11d76a058de1fe6ec4f191d5872c7825fa80"
integrity sha512-M/ebzTGwYq+NDGMfBWxKtwtmCRJbBvXxAIQXu/J0vxnr8mXKw8gBQ7GaG0tI4WJ54w5sI6pnrD6mPiKdRHVNYw==
dependencies:
"@sanity/eventsource" "5"
get-it "^8.1"
Expand Down
14 changes: 7 additions & 7 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.0"
"@sanity/client": "5.4.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230307.0",
Expand Down
14 changes: 7 additions & 7 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.0"
"@sanity/client": "5.4.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230307.0",
Expand Down
14 changes: 7 additions & 7 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.

2 changes: 1 addition & 1 deletion runtimes/node-cjs-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "node test.js"
},
"dependencies": {
"@sanity/client": "5.4.0",
"@sanity/client": "5.4.2",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down
Loading

0 comments on commit f7aaa40

Please sign in to comment.