Skip to content

Commit

Permalink
Update DVC SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Warr committed Jan 17, 2024
1 parent fc800a4 commit 594134e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 74 deletions.
120 changes: 49 additions & 71 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"open-browser": "open http://localhost:3000"
},
"dependencies": {
"@devcycle/nextjs-sdk": "^0.0.1-beta.12",
"@devcycle/nextjs-sdk": "^1.0.0",
"classnames": "^2.5.1",
"next": "14.0.4",
"next": "14.0.5-canary.59",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async function RootLayout({
<link rel="icon" href="/favicon.svg" sizes="any" />
<body>
<DevCycleClientsideProvider
context={await getClientContext()}
context={getClientContext()}
>
{children}
</DevCycleClientsideProvider>
Expand Down

0 comments on commit 594134e

Please sign in to comment.