Skip to content

Commit

Permalink
fix: don't render overlays if the Vercel Toolbar is present
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 7, 2024
1 parent f7af8d0 commit 112872c
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 32 deletions.
6 changes: 3 additions & 3 deletions apps/mvp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@sanity/image-url": "^1.0.2",
"@sanity/presentation": "1.11.3",
"@sanity/preview-url-secret": "^1.6.3",
"@sanity/preview-url-secret": "^1.6.4",
"@sanity/vision": "3.32.0",
"groqd": "^0.15.10",
"next": "14.1.1",
"next": "14.1.3",
"next-sanity": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -35,6 +35,6 @@
"postcss": "^8.4.35",
"server-only": "^0.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/next-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
},
"browserslist": "extends @sanity/browserslist-config",
"dependencies": {
"@sanity/client": "^6.15.1",
"@sanity/client": "^6.15.2",
"@sanity/preview-kit": "5.0.29",
"@sanity/visual-editing": "1.6.0",
"@sanity/visual-editing": "1.7.0",
"@sanity/webhook": "4.0.2-bc",
"groq": "^3.19"
},
Expand All @@ -172,7 +172,7 @@
"react": "^18.2.0",
"rimraf": "^5.0.5",
"styled-components": "^6.1.8",
"typescript": "^5.3.3",
"typescript": "5.3.3",
"url-loader": "^4.1.1",
"vitest": "^1.3.1",
"vitest-github-actions-reporter": "^0.11.1"
Expand Down
100 changes: 74 additions & 26 deletions pnpm-lock.yaml

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

0 comments on commit 112872c

Please sign in to comment.