Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-directory/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@vercel/examples-ui": "^2.0.1",
"@vercel/examples-ui": "^2.0.4",
"framer-motion": "^10.12.22",
"next": "^16.0.10",
"react": "^19.2.1",
Expand Down
23 changes: 8 additions & 15 deletions app-directory/css-in-js/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion app-directory/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@vercel/examples-ui": "^2.0.1",
"@vercel/examples-ui": "^2.0.4",
"next": "^16.0.10",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
23 changes: 8 additions & 15 deletions app-directory/i18n/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion app-directory/redirect-with-fallback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@vercel/examples-ui": "^2.0.1",
"@vercel/examples-ui": "^2.0.4",
"next": "^16.0.10",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
23 changes: 8 additions & 15 deletions app-directory/redirect-with-fallback/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion app-directory/share-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@vercel/examples-ui": "^2.0.1",
"@vercel/examples-ui": "^2.0.4",
"next": "^16.0.10",
"react": "^19.2.1",
"react-dom": "^19.2.1"
Expand Down
23 changes: 8 additions & 15 deletions app-directory/share-state/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion edge-middleware/ab-testing-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@vercel/examples-ui": "^1.0.5",
"@vercel/examples-ui": "^2.0.4",
"js-cookie": "^3.0.1",
"next": "^16.0.10",
"react": "^19.2.1",
Expand Down
8 changes: 3 additions & 5 deletions edge-middleware/ab-testing-simple/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import type { AppProps } from 'next/app'
import type { LayoutProps } from '@vercel/examples-ui/layout'
import { getLayout } from '@vercel/examples-ui'
import { getLayout, Head } from '@vercel/examples-ui'
import '@vercel/examples-ui/globals.css'

export default function MyApp({ Component, pageProps }: AppProps) {
const Layout = getLayout<LayoutProps>(Component)

return (
<Layout
title="AB Testing with buckets"
path="edge-middleware/ab-testing-simple"
>
<Layout path="edge-middleware/ab-testing-simple">
<Head title="AB Testing with buckets" />
<Component {...pageProps} />
</Layout>
)
Expand Down
29 changes: 8 additions & 21 deletions edge-middleware/ab-testing-simple/pnpm-lock.yaml

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

Loading