Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 18, 2024
1 parent 42d4c52 commit 607f75b
Show file tree
Hide file tree
Showing 42 changed files with 392 additions and 262 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs-app-router/app/auth/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { AuthLayout } from "../../nextjs/app"
import { OryCardContent } from "@ory/elements-react"

export default AuthLayout
export default OryCardContent
3 changes: 2 additions & 1 deletion examples/nextjs-app-router/app/auth/login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Login } from "@ory/elements-react/theme"
import { Login } from "@ory/elements-react"
import { useOryConfig } from "@ory/nextjs"
import { getLoginFlow, OryPageParams } from "@ory/nextjs/app"
import "@ory/elements-react/theme/styles.css"

import config from "@/ory.config"
import CardHeader from "@/app/auth/login/card-header"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ory/nextjs": "^0.0.1",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18"
Expand All @@ -17,7 +18,6 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/tldjs": "^2.3.4",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
Expand Down
10 changes: 5 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": true
}
},
"extends": "nx/presets/npm.json",
"tasksRunnerOptions": {
"default": {
Expand Down Expand Up @@ -66,10 +71,5 @@
"unitTestRunner": "none"
}
}
},
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": true
}
}
}
Loading

0 comments on commit 607f75b

Please sign in to comment.