Skip to content

Commit

Permalink
upgrade to latest clerk, next etc (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg authored Jul 24, 2024
1 parent 6e8bf2d commit ed2cf8b
Show file tree
Hide file tree
Showing 12 changed files with 1,059 additions and 677 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,

runtime: "experimental-edge",
mdxRs: true,
},
images: {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^4.15.0",
"@clerk/themes": "^1.5.1",
"@next/mdx": "^13.2.4",
"@clerk/nextjs": "^5.2.6",
"@clerk/themes": "^2.1.13",
"@next/mdx": "^14.2.5",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.14",
"dayjs": "^1.11.7",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"next": "13.3.1-canary.6",
"eslint-config-next": "14.2.5",
"next": "14.2.5",
"next-plausible": "^3.7.2",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.3"
Expand Down
Loading

0 comments on commit ed2cf8b

Please sign in to comment.