Deps
This commit is contained in:
parent
9e52d69191
commit
0c3b866e03
2 changed files with 405 additions and 310 deletions
32
package.json
32
package.json
|
@ -14,22 +14,22 @@
|
|||
"init:env": "cp .env.example .env"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/nextjs": "^4.25.4",
|
||||
"@clerk/themes": "^1.7.7",
|
||||
"@clerk/nextjs": "^4.25.6",
|
||||
"@clerk/themes": "^1.7.8",
|
||||
"@libsql/client": "^0.3.5",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@t3-oss/env-nextjs": "^0.7.0",
|
||||
"@tanstack/react-query": "^4.36.1",
|
||||
"@unkey/api": "^0.10.3",
|
||||
"@t3-oss/env-nextjs": "^0.7.1",
|
||||
"@tanstack/react-query": "^5.0.0",
|
||||
"@unkey/api": "^0.11.0",
|
||||
"@upstash/ratelimit": "^0.4.4",
|
||||
"@upstash/redis": "^1.23.3",
|
||||
"@upstash/redis": "^1.23.4",
|
||||
"@vercel/analytics": "^1.1.1",
|
||||
"ably": "^1.2.45",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"csv42": "^5.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"drizzle-orm": "^0.28.6",
|
||||
"next": "^13.5.4",
|
||||
"next": "^13.5.6",
|
||||
"nextjs-cors": "^2.1.2",
|
||||
"postcss": "^8.4.31",
|
||||
"react": "18.2.0",
|
||||
|
@ -40,18 +40,18 @@
|
|||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tanstack/eslint-plugin-query": "^4.36.1",
|
||||
"@types/eslint": "^8.44.4",
|
||||
"@types/node": "^20.8.6",
|
||||
"@types/react": "^18.2.28",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
||||
"@typescript-eslint/parser": "^6.7.5",
|
||||
"@tanstack/eslint-plugin-query": "^5.0.0",
|
||||
"@types/eslint": "^8.44.6",
|
||||
"@types/node": "^20.8.7",
|
||||
"@types/react": "^18.2.29",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"better-sqlite3": "^9.0.0",
|
||||
"bufferutil": "^4.0.7",
|
||||
"daisyui": "^3.9.2",
|
||||
"bufferutil": "^4.0.8",
|
||||
"daisyui": "^3.9.3",
|
||||
"drizzle-kit": "^0.19.13",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint-config-next": "^13.5.4",
|
||||
"eslint-config-next": "^13.5.6",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.2.2",
|
||||
"utf-8-validate": "6.0.3"
|
||||
|
|
683
pnpm-lock.yaml
generated
683
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue