Skip to content

Commit

Permalink
chore(deps): lock file maintenance everything (#318)
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 23, 2024
1 parent 852d203 commit eb10f4d
Show file tree
Hide file tree
Showing 18 changed files with 335 additions and 294 deletions.
183 changes: 103 additions & 80 deletions dashboard/package-lock.json

Large diffs are not rendered by default.

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": "6.15.17",
"@sanity/client": "6.15.20",
"@sanity/icons": "^2.2.2",
"@sanity/runtimes-test-client": "latest",
"@sanity/ui": "^2.0.7",
Expand All @@ -24,7 +24,7 @@
"@types/react": "^18.2.79",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"eslint-config-next": "^14.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
Expand Down
20 changes: 10 additions & 10 deletions runtimes-test-client/package-lock.json

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

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.17",
"@sanity/client": "6.15.20",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^1.0.29"
}
Expand Down
136 changes: 71 additions & 65 deletions runtimes/bun-script/yarn.lock

Large diffs are not rendered by default.

65 changes: 34 additions & 31 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.

6 changes: 3 additions & 3 deletions runtimes/cloudflare-worker-actual/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"@sanity/client": "6.15.17"
"@sanity/client": "6.15.20"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240423.0",
"typescript": "^5.4.5",
"wrangler": "^3.51.0"
"wrangler": "^3.51.2"
}
}
22 changes: 11 additions & 11 deletions runtimes/cloudflare-worker-expected/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 runtimes/cloudflare-worker-expected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"@sanity/runtimes-test-client": "latest"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240423.0",
"typescript": "^5.4.5",
"wrangler": "^3.51.0"
"wrangler": "^3.51.2"
}
}
65 changes: 34 additions & 31 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.

Loading

0 comments on commit eb10f4d

Please sign in to comment.