|
1 | 1 | { |
2 | 2 | "dependencies": { |
3 | | - "@headlessui/react": "2.1.2", |
| 3 | + "@headlessui/react": "2.1.8", |
4 | 4 | "@headlessui/tailwindcss": "0.2.1", |
5 | | - "@marsidev/react-turnstile": "0.7.2", |
| 5 | + "@marsidev/react-turnstile": "1.0.2", |
6 | 6 | "@radix-ui/react-checkbox": "1.1.1", |
7 | 7 | "@remixicon/react": "4.2.0", |
8 | | - "@tremor/react": "3.17.4", |
| 8 | + "@tremor/react": "3.18.3", |
9 | 9 | "@xterm/addon-fit": "0.10.0", |
10 | 10 | "@xterm/addon-search": "0.15.0", |
11 | 11 | "@xterm/addon-web-links": "0.11.0", |
12 | 12 | "@xterm/addon-webgl": "0.18.0", |
13 | 13 | "@xterm/xterm": "5.5.0", |
14 | 14 | "ansi-styles": "6.2.1", |
15 | | - "iron-session": "8.0.2", |
16 | | - "next": "14.2.5", |
| 15 | + "iron-session": "8.0.3", |
| 16 | + "next": "14.2.13", |
17 | 17 | "react": "^18.3.1", |
18 | 18 | "react-dom": "^18.3.1", |
19 | 19 | "react-toastify": "10.0.5", |
20 | | - "rxdb": "15.31.0", |
| 20 | + "rxdb": "15.33.0", |
21 | 21 | "rxdb-hooks": "5.0.2", |
22 | | - "sharp": "0.33.4", |
| 22 | + "sharp": "0.33.5", |
23 | 23 | "strip-ansi": "7.1.0" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@tailwindcss/forms": "0.5.7", |
27 | | - "@types/node": "^22.3.0", |
28 | | - "@types/react": "^18.3.3", |
29 | | - "@types/react-dom": "^18.3.0", |
30 | | - "@types/validator": "13.12.0", |
| 26 | + "@tailwindcss/forms": "0.5.9", |
| 27 | + "@types/node": "^22.10.2", |
| 28 | + "@types/react": "^18.3.16", |
| 29 | + "@types/react-dom": "^18.3.5", |
| 30 | + "@types/validator": "13.12.2", |
31 | 31 | "autoprefixer": "10.4.20", |
32 | | - "eslint": "^9.9.0", |
33 | | - "eslint-config-next": "^14.2.5", |
| 32 | + "eslint": "^9.17.0", |
| 33 | + "eslint-config-next": "^14.2.20", |
34 | 34 | "eslint-config-prettier": "^9.1.0", |
35 | | - "eslint-plugin-perfectionist": "^3.2.0", |
| 35 | + "eslint-plugin-perfectionist": "^3.9.1", |
36 | 36 | "eslint-plugin-prettier": "^5.2.1", |
37 | | - "postcss": "8.4.41", |
38 | | - "tailwindcss": "3.4.10", |
39 | | - "typescript": "5.5.4", |
40 | | - "typescript-eslint": "8.1.0" |
| 37 | + "postcss": "8.4.47", |
| 38 | + "tailwindcss": "3.4.13", |
| 39 | + "typescript": "5.6.2", |
| 40 | + "typescript-eslint": "8.7.0" |
41 | 41 | }, |
42 | 42 | "name": "cachyos-builder-dashboard", |
43 | 43 | "private": true, |
|
48 | 48 | "start": "next start" |
49 | 49 | }, |
50 | 50 | "version": "0.1.0", |
51 | | - "packageManager": "[email protected]", |
52 | | - "patchedDependencies": { |
53 | | - "@marsidev/[email protected]": "patches/@marsidev%[email protected]" |
54 | | - } |
| 51 | + "packageManager": "[email protected]" |
55 | 52 | } |
0 commit comments