|
23 | 23 | "author": "SharzyL <[email protected]>", |
24 | 24 | "license": "MIT", |
25 | 25 | "devDependencies": { |
26 | | - "@cloudflare/vitest-pool-workers": "^0.8.22", |
| 26 | + "@cloudflare/vitest-pool-workers": "^0.11.1", |
27 | 27 | "@craftamap/esbuild-plugin-html": "^0.9.0", |
28 | | - "@testing-library/dom": "^10.4.0", |
29 | | - "@testing-library/jest-dom": "^6.6.3", |
30 | | - "@testing-library/react": "^16.3.0", |
| 28 | + "@testing-library/dom": "^10.4.1", |
| 29 | + "@testing-library/jest-dom": "^6.9.1", |
| 30 | + "@testing-library/react": "^16.3.1", |
31 | 31 | "@testing-library/user-event": "^14.6.1", |
32 | | - "@types/node": "^22.14.1", |
33 | | - "@vitejs/plugin-react": "^4.4.1", |
34 | | - "@vitest/coverage-istanbul": "3.1.1", |
35 | | - "eslint": "^9.25.0", |
36 | | - "jsdom": "^26.1.0", |
37 | | - "msw": "^2.7.5", |
38 | | - "prettier": "^3.5.3", |
| 32 | + "@types/node": "^25.0.3", |
| 33 | + "@vitejs/plugin-react": "^5.1.2", |
| 34 | + "@vitest/coverage-istanbul": "3.2.4", |
| 35 | + "eslint": "^9.39.2", |
| 36 | + "jsdom": "^27.3.0", |
| 37 | + "msw": "^2.12.4", |
| 38 | + "prettier": "^3.7.4", |
39 | 39 | "toml": "^3.0.0", |
40 | | - "typescript": "^5.8.3", |
41 | | - "typescript-eslint": "^8.30.1", |
42 | | - "vite": "^6.3.3", |
43 | | - "vitest": "3.1.1", |
44 | | - "wrangler": "^4.13.2" |
| 40 | + "typescript": "^5.9.3", |
| 41 | + "typescript-eslint": "^8.50.0", |
| 42 | + "vite": "^7.3.0", |
| 43 | + "vitest": "3.2.4", |
| 44 | + "wrangler": "^4.56.0" |
45 | 45 | }, |
46 | 46 | "prettier": { |
47 | 47 | "singleQuote": false, |
|
51 | 51 | "printWidth": 120 |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "@heroui/react": "2.8.0-beta.2", |
| 54 | + "@heroui/react": "2.8.7", |
55 | 55 | "@mjackson/multipart-parser": "^0.8.2", |
56 | | - "@tailwindcss/vite": "^4.1.4", |
57 | | - "@types/bcrypt": "^5.0.2", |
58 | | - "@types/react": "^19.1.2", |
59 | | - "@types/react-dom": "^19.1.2", |
60 | | - "bcrypt-ts": "^7.0.0", |
61 | | - "chardet": "^2.1.0", |
62 | | - "framer-motion": "^12.7.4", |
| 56 | + "@tailwindcss/vite": "^4.1.18", |
| 57 | + "@types/bcrypt": "^6.0.0", |
| 58 | + "@types/react": "^19.2.7", |
| 59 | + "@types/react-dom": "^19.2.3", |
| 60 | + "bcrypt-ts": "^8.0.0", |
| 61 | + "chardet": "^2.1.1", |
| 62 | + "framer-motion": "^12.23.26", |
63 | 63 | "highlight.js": "^11.11.1", |
64 | 64 | "mdast-util-to-string": "^4.0.0", |
65 | | - "mime": "^4.0.7", |
66 | | - "react": "^19.1.0", |
67 | | - "react-dom": "^19.1.0", |
| 65 | + "mime": "^4.1.0", |
| 66 | + "react": "^19.2.3", |
| 67 | + "react-dom": "^19.2.3", |
68 | 68 | "rehype-stringify": "^10.0.1", |
69 | 69 | "remark-gfm": "^4.0.1", |
70 | 70 | "remark-parse": "^11.0.0", |
71 | 71 | "remark-rehype": "^11.1.2", |
72 | | - "tailwindcss": "^4.1.4", |
| 72 | + "tailwindcss": "^4.1.18", |
73 | 73 | "unified": "^11.0.5" |
74 | 74 | }, |
75 | 75 | "resolutions": { |
|
0 commit comments