Skip to content

Commit

Permalink
TanStack Start + Clerk + Convex Example (#32674)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: f62367e33e7b09de340096818f7840c191127736
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Jan 1, 2025
1 parent 3c05304 commit 8e66dcd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions npm-packages/common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,28 @@
* 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", "^5.1.3"],
"typescript": ["5.0.4", "~5.6.2", "^5", "^5.1.3", "^5.7.2"],
/**
* These are for private-demos/tanstack-start to closely match
* https://github.com/TanStack/router
* specifically https://github.com/TanStack/router/blob/main/examples/react/start-basic-react-query/package.json
*/
"@vitejs/plugin-react": ["^4.3.1"],
"tailwindcss": ["^3.4.16"],
"tailwind-merge": ["^2.5.5"],
"autoprefixer": ["^10.4.20"],
"postcss": ["^8.4.49"],
/**
* These are for private-demos/nextjs-15-app to closely match
* npx create-next-app@latest next-15-app
*/
"next": ["15.1.0"],
"react": ["^19"],
"react-dom": ["^19"],
"react": ["^19", "^18.3.1"],
"react-dom": ["^19", "^18.3.1"],
//"typescript": ["^5"],
"@types/node": ["^20"],
"@types/react": ["^18", "^18.3.17"],
"@types/react-dom": ["^18", "^18.3.1"],
"@types/node": ["^20", "^22.5.4"],
"@types/react": ["^18", "^18.3.17", "^18.2.65"],
"@types/react-dom": ["^18", "^18.3.1", "^18.2.21"],
//"eslint": ["^8"],
"@eslint/eslintrc": ["^3"],
"eslint-config-next": ["15.1.0"],
Expand Down

0 comments on commit 8e66dcd

Please sign in to comment.