Merge pull request #58 from atridadl/dev

3.1.9
🚧 Dependencies updates
This commit is contained in:
Atridad Lahiji 2023-11-02 23:42:21 -06:00 committed by GitHub
commit a799cc79d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 482 additions and 485 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "sprintpadawan", "name": "sprintpadawan",
"version": "3.1.8", "version": "3.1.9",
"description": "Plan. Sprint. Repeat.", "description": "Plan. Sprint. Repeat.",
"private": true, "private": true,
"scripts": { "scripts": {
@ -14,22 +14,22 @@
"init:env": "cp .env.example .env" "init:env": "cp .env.example .env"
}, },
"dependencies": { "dependencies": {
"@clerk/nextjs": "^4.25.6", "@clerk/nextjs": "^4.26.2",
"@clerk/themes": "^1.7.8", "@clerk/themes": "^1.7.9",
"@libsql/client": "^0.3.5", "@libsql/client": "^0.3.6",
"@paralleldrive/cuid2": "^2.2.2", "@paralleldrive/cuid2": "^2.2.2",
"@t3-oss/env-nextjs": "^0.7.1", "@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "^5.0.0", "@tanstack/react-query": "^5.4.3",
"@unkey/api": "^0.11.0", "@unkey/api": "^0.11.0",
"@upstash/ratelimit": "^0.4.4", "@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.23.4", "@upstash/redis": "^1.24.3",
"@vercel/analytics": "^1.1.1", "@vercel/analytics": "^1.1.1",
"ably": "^1.2.45", "ably": "^1.2.47",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"csv42": "^5.0.0", "csv42": "^5.0.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"drizzle-orm": "^0.28.6", "drizzle-orm": "^0.28.6",
"next": "^13.5.6", "next": "^14.0.1",
"nextjs-cors": "^2.1.2", "nextjs-cors": "^2.1.2",
"postcss": "^8.4.31", "postcss": "^8.4.31",
"react": "18.2.0", "react": "18.2.0",
@ -40,19 +40,19 @@
"zod": "^3.22.4" "zod": "^3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@tanstack/eslint-plugin-query": "^5.0.0", "@tanstack/eslint-plugin-query": "^5.0.5",
"@types/eslint": "^8.44.6", "@types/eslint": "^8.44.6",
"@types/node": "^20.8.7", "@types/node": "^20.8.10",
"@types/react": "^18.2.29", "@types/react": "^18.2.34",
"@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.8.0", "@typescript-eslint/parser": "^6.9.1",
"better-sqlite3": "^9.0.0", "better-sqlite3": "^9.0.0",
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",
"daisyui": "^3.9.3", "daisyui": "^3.9.4",
"drizzle-kit": "^0.19.13", "drizzle-kit": "^0.19.13",
"eslint": "^8.51.0", "eslint": "^8.52.0",
"eslint-config-next": "^13.5.6", "eslint-config-next": "^14.0.1",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.5",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"utf-8-validate": "6.0.3" "utf-8-validate": "6.0.3"
} }

933
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff