Skip to content

Commit

Permalink
Add Clerk 6 Next.js 15 Private Demo (#32326)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 95d8d14ef58c3a99855728a01ccd3a92ce1d2f10
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Dec 17, 2024
1 parent edfcc2b commit d2f090a
Show file tree
Hide file tree
Showing 5 changed files with 3,247 additions and 217 deletions.
13 changes: 8 additions & 5 deletions npm-packages/common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@
* is typically our priority, but sometimes we're trying to test
* against the latest TypeScript, the one our users are most likely
* to be using.
*
* Next.js async components require 5.1.3 or higher even though their templates
* start you off with "^5".
*/
"typescript": ["5.0.4", "~5.6.2", "^5"],
"typescript": ["5.0.4", "~5.6.2", "^5", "^5.1.3"],
/**
* These are for private-demos/tanstack-start to closely match
* https://github.com/TanStack/router
Expand All @@ -82,12 +85,12 @@
* npx create-next-app@latest next-15-app
*/
"next": ["15.1.0"],
"react": ["^19.0.0"],
"react-dom": ["^19.0.0"],
"react": ["^19"],
"react-dom": ["^19"],
//"typescript": ["^5"],
"@types/node": ["^20"],
"@types/react": ["^18"],
"@types/react-dom": ["^18"],
"@types/react": ["^18", "^18.3.17"],
"@types/react-dom": ["^18", "^18.3.1"],
//"eslint": ["^8"],
"@eslint/eslintrc": ["^3"],
"eslint-config-next": ["15.1.0"],
Expand Down
92 changes: 41 additions & 51 deletions npm-packages/common/config/rush/pnpm-lock.yaml

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

Loading

0 comments on commit d2f090a

Please sign in to comment.