|
14 | 14 | "db:cleanup": "tsx lib/db/cleanup.ts",
|
15 | 15 | "stripe:webhooks": "stripe listen --forward-to http://localhost:3000/api/stripe/webhook",
|
16 | 16 | "setup": "npx tsx lib/setup.ts",
|
17 |
| - |
18 | 17 | "cli:build": "cd packages/shortest && pnpm build",
|
19 | 18 | "cli:dev": "cd packages/shortest && pnpm dev",
|
20 | 19 | "cli:test": "cd packages/shortest && pnpm shortest",
|
21 | 20 | "cli:typecheck": "tsc -p packages/shortest/tsconfig.json --noEmit",
|
22 |
| - |
23 | 21 | "nextjs:typecheck": "tsc --noEmit --incremental",
|
24 | 22 | "nextjs:test:e2e": "pnpm shortest",
|
25 | 23 | "lint": "eslint .",
|
|
30 | 28 | "@ai-sdk/openai": "^0.0.61",
|
31 | 29 | "@clerk/nextjs": "^5.6.0",
|
32 | 30 | "@faker-js/faker": "^8.4.1",
|
33 |
| - "@octokit/rest": "^21.0.2", |
34 |
| - "@playwright/test": "^1.48.1", |
| 31 | + "@octokit/rest": "^21.1.0", |
| 32 | + "@playwright/test": "^1.50.1", |
35 | 33 | "@radix-ui/react-avatar": "^1.1.0",
|
36 | 34 | "@radix-ui/react-checkbox": "^1.1.1",
|
37 |
| - "@radix-ui/react-dialog": "^1.1.1", |
38 |
| - "@radix-ui/react-dropdown-menu": "^2.1.1", |
| 35 | + "@radix-ui/react-dialog": "^1.1.5", |
| 36 | + "@radix-ui/react-dropdown-menu": "^2.1.5", |
39 | 37 | "@radix-ui/react-icons": "^1.3.0",
|
40 | 38 | "@radix-ui/react-label": "^2.1.0",
|
41 |
| - "@radix-ui/react-popover": "^1.1.1", |
| 39 | + "@radix-ui/react-popover": "^1.1.5", |
42 | 40 | "@radix-ui/react-radio-group": "^1.2.0",
|
43 | 41 | "@radix-ui/react-scroll-area": "^1.1.0",
|
44 | 42 | "@radix-ui/react-separator": "^1.1.0",
|
45 | 43 | "@radix-ui/react-slot": "^1.1.0",
|
46 |
| - "@radix-ui/react-toast": "^1.2.1", |
| 44 | + "@radix-ui/react-toast": "^1.2.5", |
47 | 45 | "@types/bcryptjs": "^2.4.6",
|
48 |
| - "@types/node": "^22.5.4", |
49 |
| - "@types/react": "^19.0.1", |
50 |
| - "@types/react-dom": "^19.0.2", |
| 46 | + "@types/node": "^22.13.1", |
| 47 | + "@types/react": "^19.0.8", |
| 48 | + "@types/react-dom": "^19.0.3", |
51 | 49 | "@vercel/postgres": "^0.10.0",
|
52 | 50 | "adm-zip": "^0.5.16",
|
53 | 51 | "ai": "^3.4.0",
|
|
64 | 62 | "lucide-react": "^0.439.0",
|
65 | 63 | "minimatch": "^10.0.1",
|
66 | 64 | "next": "15.0.0-canary.152",
|
67 |
| - "postcss": "^8.4.45", |
| 65 | + "postcss": "^8.5.1", |
68 | 66 | "postgres": "^3.4.4",
|
69 | 67 | "react": "19.0.0-rc-7771d3a7-20240827",
|
70 | 68 | "react-beautiful-dnd": "^13.1.1",
|
|
73 | 71 | "run": "^1.5.0",
|
74 | 72 | "server-only": "^0.0.1",
|
75 | 73 | "stripe": "^16.10.0",
|
76 |
| - "swr": "^2.2.5", |
| 74 | + "swr": "^2.3.1", |
77 | 75 | "tailwind-merge": "^2.5.2",
|
78 | 76 | "tailwindcss": "^3.4.11",
|
79 | 77 | "tailwindcss-animate": "^1.0.7",
|
80 | 78 | "tailwindcss-react-aria-components": "1.1.5",
|
81 |
| - "typescript": "^5.6.2", |
| 79 | + "typescript": "^5.7.3", |
82 | 80 | "vaul": "^0.9.4",
|
83 | 81 | "vite-tsconfig-paths": "^5.0.1",
|
84 | 82 | "zod": "^3.23.8"
|
85 | 83 | },
|
86 | 84 | "devDependencies": {
|
87 | 85 | "@antiwork/shortest": "workspace:*",
|
88 |
| - "@clerk/testing": "^1.3.32", |
| 86 | + "@clerk/testing": "^1.4.20", |
89 | 87 | "@testing-library/jest-dom": "^6.5.0",
|
90 |
| - "@testing-library/react": "^16.0.1", |
| 88 | + "@testing-library/react": "^16.2.0", |
91 | 89 | "@types/adm-zip": "^0.5.5",
|
92 | 90 | "@types/js-yaml": "^4.0.9",
|
93 |
| - "@typescript-eslint/eslint-plugin": "^8.18.2", |
94 |
| - "@typescript-eslint/parser": "^8.18.2", |
| 91 | + "@typescript-eslint/eslint-plugin": "^8.23.0", |
| 92 | + "@typescript-eslint/parser": "^8.23.0", |
95 | 93 | "@vitejs/plugin-react": "^4.3.1",
|
96 | 94 | "dotenv": "^8.0.0",
|
97 |
| - "eslint": "^9.17.0", |
| 95 | + "eslint": "^9.19.0", |
98 | 96 | "eslint-config-prettier": "^9.1.0",
|
99 | 97 | "eslint-plugin-import": "^2.31.0",
|
100 |
| - "eslint-plugin-prettier": "^5.2.1", |
101 |
| - "eslint-plugin-react": "^7.37.3", |
| 98 | + "eslint-plugin-prettier": "^5.2.3", |
| 99 | + "eslint-plugin-react": "^7.37.4", |
102 | 100 | "eslint-plugin-react-hooks": "^5.1.0",
|
103 | 101 | "happy-dom": "^15.7.4",
|
104 | 102 | "js-yaml": "^4.1.0",
|
|
0 commit comments