Skip to content

Commit

Permalink
chore(deps): lock file maintenance everything (#308)
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 Mar 19, 2024
1 parent 82c6ce6 commit b580cee
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 55 deletions.
16 changes: 8 additions & 8 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.6-canary.0",
"@sanity/client": "6.15.6",
"@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.6-canary.0",
"@sanity/client": "6.15.6",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^1.0.29"
}
Expand Down
18 changes: 9 additions & 9 deletions runtimes/bun-script/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# yarn lockfile v1


"@sanity/[email protected]-canary.0":
version "6.15.6-canary.0"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.15.6-canary.0.tgz#219ba7385bca71ac0f9c9c51b4febedf8ea9db9f"
integrity sha512-PFUeXKU1lnaAaiVYCdmJS+kbhNTlqlDkJzh/wXSEs+9hVqcSKentuXp9XVihYuSxdcV62hbYlxdCqdNXZHic2w==
"@sanity/[email protected]":
version "6.15.6"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.15.6.tgz#cad3732e576e7661e264a8299844b10055d34d22"
integrity sha512-pnKmi5kjuyw4fMz9JXzQq7ivAR8A52Thkkzmaue125uz6olPBvVGQmQ8tk1xOuKu3eX73nKZpFuCw4eqkG9/iA==
dependencies:
"@sanity/eventsource" "^5.0.0"
"@vercel/stega" "0.1.0"
get-it "8.4.14-canary.0"
get-it "^8.4.14"
rxjs "^7.0.0"

"@sanity/eventsource@^5.0.0":
Expand Down Expand Up @@ -108,10 +108,10 @@ from2@^2.3.0:
inherits "^2.0.1"
readable-stream "^2.0.0"

[email protected]-canary.0:
version "8.4.14-canary.0"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.4.14-canary.0.tgz#188cb5ab4548ec0d645394d1b5cfb587f53d6db6"
integrity sha512-WavRIbbHVe1F6dmTjJGY+0pySEJElR82BcFTm0uuATEdP62U+Kvl44mbJ0Was7myXd5ejmasXQJxYWJWIJJj2Q==
get-it@^8.4.14:
version "8.4.14"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.4.14.tgz#71e995b69ebbf48fd0ac18fadc5390384df66f9d"
integrity sha512-dhiRE7Xk8/mg/RhKr9u01KY3nQzVPZfN3shKkEWj1TsuACkZtEeVAuQ5tF5np0qIcSayWowKOcQ5dxCnZBM+hg==
dependencies:
debug "^4.3.4"
decompress-response "^7.0.0"
Expand Down
16 changes: 8 additions & 8 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.6-canary.0"
"@sanity/client": "6.15.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240314.0",
Expand Down
16 changes: 8 additions & 8 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.6-canary.0"
"@sanity/client": "6.15.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240314.0",
Expand Down
16 changes: 8 additions & 8 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.6-canary.0",
"@sanity/client": "6.15.6",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down
16 changes: 8 additions & 8 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.6-canary.0",
"@sanity/client": "6.15.6",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down

0 comments on commit b580cee

Please sign in to comment.