Skip to content

Commit

Permalink
chore: test canary
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 7, 2024
1 parent f9425f1 commit e76b02b
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 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.14.4",
"@sanity/client": "6.15.3-canary.2",
"@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.14.4",
"@sanity/client": "6.15.3-canary.2",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^1.0.29"
}
Expand Down
10 changes: 5 additions & 5 deletions runtimes/bun-script/yarn.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: BDA4C0E3D4A2FA2D-1ff7f9da0a689e9a-9558346DA10C20F6-f553fe633d219db3
# bun ./bun.lockb --hash: 136A579427E31BFC-d736844850622d5f-FC3849AAC17B1809-62114c29ed42f0c5


"@sanity/client@6.14.4":
version "6.14.4"
resolved "https://registry.npmjs.org/@sanity/client/-/client-6.14.4.tgz"
integrity sha512-z07uIXIePmdncBdSmgsg4Sdh/sRNuk0Hc6QKKy9+dXacoOwiEu9Qbqf3mVm4cQjDLHYdPdxo7e1iom9jegfmng==
"@sanity/client@6.15.3-canary.2":
version "6.15.3-canary.2"
resolved "https://registry.npmjs.org/@sanity/client/-/client-6.15.3-canary.2.tgz"
integrity sha512-KyxYdYmOPwD/wpeiIMwJrf42FkfsNCTL/4jMd5xjpnqxonpbKJ9WuSYMI719xoVPzQUGV2i0Y9mWub0auAyb1Q==
dependencies:
"@sanity/eventsource" "^5.0.0"
"@vercel/stega" "0.1.0"
Expand Down
8 changes: 4 additions & 4 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.14.4"
"@sanity/client": "6.15.3-canary.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
Expand Down
8 changes: 4 additions & 4 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.14.4"
"@sanity/client": "6.15.3-canary.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
Expand Down
8 changes: 4 additions & 4 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.14.4",
"@sanity/client": "6.15.3-canary.2",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down
8 changes: 4 additions & 4 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.14.4",
"@sanity/client": "6.15.3-canary.2",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down

0 comments on commit e76b02b

Please sign in to comment.