Skip to content

Commit

Permalink
bump the next version to 13 because of mux player error in 14
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks authored and kodiakhq[bot] committed Nov 24, 2023
1 parent a991763 commit f569815
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 191 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/node": "^18.17.0",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.5",
"next": "^14.0.3",
"next": "13.5.6",
"next-auth": "^4.24.5",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
Expand Down
4 changes: 3 additions & 1 deletion cli/template/base/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ await import('./src/env.js')
/** @type {import("next").NextConfig} */
const config = {
reactStrictMode: true,

experimental: {
serverActions: true,
},
/**
* If you are using `appDir` then you must comment the below `i18n` config out.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.7.1",
"next": "^14.0.3",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
Expand Down
193 changes: 5 additions & 188 deletions pnpm-lock.yaml

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

1 comment on commit f569815

@vercel
Copy link

@vercel vercel bot commented on f569815 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.