update example deps

This commit is contained in:
Shawn Erquhart
2025-05-24 11:00:11 -04:00
parent 17bc9c3444
commit c4a3cb18ae
3 changed files with 7677 additions and 3 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ node_modules
.eslintcache
# components are libraries!
package-lock.json
!example/package-lock.json
# this is a package-json-redirect stub dir, see https://github.com/andrewbranch/example-subpath-exports-ts-compat?tab=readme-ov-file
react/package.json

7671
example/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -4,15 +4,16 @@
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "convex dev --live-component-sources --typecheck-components --tail-logs",
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "vite",
"dev:backend": "convex dev --live-component-sources --typecheck-components --tail-logs",
"logs": "convex logs",
"lint": "tsc -p convex && eslint convex"
},
"dependencies": {
"@convex-dev/polar": "file:..",
"@polar-sh/checkout": "^0.1.9",
"@polar-sh/sdk": "^0.26.1",
"@polar-sh/checkout": "^0.1.11",
"@polar-sh/sdk": "^0.32.16",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-separator": "^1.1.1",
@@ -24,6 +25,7 @@
"convex-helpers": "^0.1.67",
"lucide-react": "^0.471.0",
"next-themes": "^0.4.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"react": "^19.1.0",
"react-dom": "^19.1.0",