Skip to content

Commit

Permalink
fix(deps): Update sanity monorepo to v3.16.5-pink-lizard.35 (#49)
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 Sep 14, 2023
1 parent f248e31 commit 8fa5199
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanity": "3.16.5-pink-lizard.27",
"sanity": "3.16.5-pink-lizard.35",
"styled-components": "^5.3.11",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sanity/composer": "workspace:*",
"@sanity/overlays": "workspace:*",
"rxjs": "^7.8.1",
"sanity": "3.16.5-pink-lizard.27"
"sanity": "3.16.5-pink-lizard.35"
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"singleQuote": true
},
"dependencies": {
"@sanity/block-tools": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/cli": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/diff": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/export": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/import": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/import-cli": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/mutator": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/portable-text-editor": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/schema": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/types": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/util": "3.16.5-pink-lizard.27+d9fa25b867",
"@sanity/vision": "3.16.5-pink-lizard.27+d9fa25b867",
"create-sanity": "3.16.5-pink-lizard.27+d9fa25b867",
"groq": "3.16.5-pink-lizard.27+d9fa25b867",
"sanity": "3.16.5-pink-lizard.27+d9fa25b867"
"@sanity/block-tools": "3.16.5-pink-lizard.35",
"@sanity/cli": "3.16.5-pink-lizard.35",
"@sanity/diff": "3.16.5-pink-lizard.35",
"@sanity/export": "3.16.5-pink-lizard.35",
"@sanity/import": "3.16.5-pink-lizard.35",
"@sanity/import-cli": "3.16.5-pink-lizard.35",
"@sanity/mutator": "3.16.5-pink-lizard.35",
"@sanity/portable-text-editor": "3.16.5-pink-lizard.35",
"@sanity/schema": "3.16.5-pink-lizard.35",
"@sanity/types": "3.16.5-pink-lizard.35",
"@sanity/util": "3.16.5-pink-lizard.35",
"@sanity/vision": "3.16.5-pink-lizard.35",
"create-sanity": "3.16.5-pink-lizard.35",
"groq": "3.16.5-pink-lizard.35",
"sanity": "3.16.5-pink-lizard.35"
},
"devDependencies": {
"prettier": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"root": true
},
"dependencies": {
"sanity": "3.16.5-pink-lizard.27"
"sanity": "3.16.5-pink-lizard.35"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
Loading

1 comment on commit 8fa5199

@vercel
Copy link

@vercel vercel bot commented on 8fa5199 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-svelte – ./apps/svelte

visual-editing-svelte.sanity.build
visual-editing-svelte-git-main.sanity.build

Please sign in to comment.