|
10 | 10 | "preview": "vite preview" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@nextui-org/react": "^2.6.10", |
14 | | - "@tailwindcss/typography": "^0.5.15", |
| 13 | + "@nextui-org/react": "^2.6.11", |
| 14 | + "@nextui-org/use-theme": "^2.1.1", |
| 15 | + "@tailwindcss/typography": "^0.5.16", |
15 | 16 | "autoprefixer": "^10.4.20", |
16 | 17 | "dompurify": "^3.2.3", |
17 | | - "framer-motion": "^11.15.0", |
| 18 | + "framer-motion": "^11.18.0", |
18 | 19 | "github-markdown-css": "^5.8.1", |
19 | 20 | "html-react-parser": "^5.2.2", |
20 | | - "marked": "^15.0.5", |
21 | | - "postcss": "^8.4.49", |
| 21 | + "marked": "^15.0.6", |
| 22 | + "postcss": "^8.5.1", |
22 | 23 | "react": "^19.0.0", |
23 | 24 | "react-dom": "^19.0.0", |
24 | 25 | "react-icons": "^5.4.0", |
25 | 26 | "swapy": "^1.0.3", |
26 | 27 | "tailwindcss": "^3.4.17" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@eslint/js": "^9.17.0", |
30 | | - "@types/node": "^22.10.4", |
31 | | - "@types/react": "^19.0.2", |
32 | | - "@types/react-dom": "^19.0.2", |
| 30 | + "@eslint/js": "^9.18.0", |
| 31 | + "@types/node": "^22.10.6", |
| 32 | + "@types/react": "^19.0.7", |
| 33 | + "@types/react-dom": "^19.0.3", |
33 | 34 | "@vitejs/plugin-react-swc": "^3.7.2", |
34 | 35 | "autoprefixer": "^10.4.20", |
35 | | - "eslint": "^9.17.0", |
36 | | - "eslint-plugin-react": "^7.37.3", |
| 36 | + "eslint": "^9.18.0", |
| 37 | + "eslint-plugin-react": "^7.37.4", |
37 | 38 | "eslint-plugin-react-hooks": "^5.1.0", |
38 | | - "eslint-plugin-react-refresh": "^0.4.16", |
| 39 | + "eslint-plugin-react-refresh": "^0.4.18", |
39 | 40 | "globals": "^15.14.0", |
40 | 41 | "postcss": "^8.4.49", |
41 | 42 | "tailwindcss": "^3.4.17", |
42 | | - "typescript": "^5.7.2", |
43 | | - "typescript-eslint": "^8.19.0", |
| 43 | + "typescript": "^5.7.3", |
| 44 | + "typescript-eslint": "^8.20.0", |
44 | 45 | "vite": "^6.0.7" |
45 | 46 | } |
46 | 47 | } |
0 commit comments