Skip to content

Commit

Permalink
chore(playground): update Next, add experimental auth flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Dec 7, 2024
1 parent 877fbcc commit 9021482
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion apps/playground/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
experimental: {
authInterrupts: true,
},
};

module.exports = nextConfig;
12 changes: 6 additions & 6 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next": "15.0.4-canary.45",
"next-safe-action": "workspace:*",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react": "^19",
"react-dom": "^19",
"react-hook-form": "^7.53.2",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.0.4-canary.45",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3"
Expand Down

0 comments on commit 9021482

Please sign in to comment.