Skip to content

Commit

Permalink
chore(deps): lock file maintenance everything (#316)
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] authored Apr 17, 2024
1 parent a817252 commit 437d31e
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 73 deletions.
16 changes: 5 additions & 11 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": "6.15.14",
"@sanity/client": "6.15.15",
"@sanity/icons": "^2.2.2",
"@sanity/runtimes-test-client": "latest",
"@sanity/ui": "^2.0.7",
Expand Down
Binary file modified runtimes/bun-script/bun.lockb
Binary file not shown.
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": "6.15.14",
"@sanity/client": "6.15.15",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^1.0.29"
}
Expand Down
18 changes: 6 additions & 12 deletions runtimes/bun-script/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
# yarn lockfile v1


"@sanity/client@6.15.14":
version "6.15.14"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.15.14.tgz#546f2551f2454f72ec587f67565deca9570c4206"
integrity sha512-GusjgP57Xm/CVqHBAVjv4jLSFD9Pu6KliNpHAQVRRQRKVZ5grl0Rd85UDowXziLFGD3OjHH3ssdQWXR3jzKGkA==
"@sanity/client@6.15.15":
version "6.15.15"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.15.15.tgz#c1727f7c825df4eb544ec2b3fc7921a23295ad3e"
integrity sha512-1+DMPDu6Lg+tJTACedDtBvx1J7diluk6HVlYIXi/bRQgtv/d4sgpyaIWgEw6NKy0/+V8h5vAv40MZIf1Q6gomw==
dependencies:
"@sanity/eventsource" "^5.0.0"
"@vercel/stega" "0.1.0"
get-it "^8.4.23"
get-it "^8.4.24"
rxjs "^7.0.0"

"@sanity/eventsource@^5.0.0":
Expand Down Expand Up @@ -60,11 +59,6 @@
dependencies:
"@types/node" "*"

"@vercel/stega@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@vercel/stega/-/stega-0.1.0.tgz#2eadbbc9eb0eaab26d28b0c443a922d78c23b6e3"
integrity sha512-5b0PkOJsFBX5alChuIO3qpkt5vIZBevzLPhUQ1UP8UzVjL3F1VllnZxp/thfD8R5ol7D7WHkgZHIjdUBX4tDpQ==

bun-types@^1.0.29:
version "1.1.4"
resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-1.1.4.tgz#9116f1014adfd584714b877f66152fa303f58ff2"
Expand Down Expand Up @@ -108,7 +102,7 @@ from2@^2.3.0:
inherits "^2.0.1"
readable-stream "^2.0.0"

get-it@^8.4.23:
get-it@^8.4.24:
version "8.4.24"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.4.24.tgz#013d35fc296793171437349cc2a76d59b49e72c1"
integrity sha512-6kvKUBHvM5gxbqS616pFly8kmQqbsRsatcJL5Qm1OXd0UJJVTdew7ZRE59KPWoLUEuBVxsr/E5OObTmXMa00Ww==
Expand Down
16 changes: 5 additions & 11 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": "6.15.14"
"@sanity/client": "6.15.15"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
Expand Down
16 changes: 5 additions & 11 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": "6.15.14"
"@sanity/client": "6.15.15"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
Expand Down
16 changes: 5 additions & 11 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": "6.15.14",
"@sanity/client": "6.15.15",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down
16 changes: 5 additions & 11 deletions runtimes/node-esm-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-esm-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": "6.15.14",
"@sanity/client": "6.15.15",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down

0 comments on commit 437d31e

Please sign in to comment.