|
13 | 13 | "test:ci": "vitest --coverage --run"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@headlessui/react": "^2.1.10", |
| 16 | + "@headlessui/react": "^2.2.0", |
17 | 17 | "@heroicons/react": "^2.1.5",
|
18 | 18 | "@monaco-editor/react": "^4.6.0",
|
19 | 19 | "@remix-run/node": "^2.13.1",
|
20 | 20 | "@remix-run/react": "^2.13.1",
|
21 | 21 | "@remix-run/serve": "^2.13.1",
|
22 | 22 | "clsx": "^2.1.1",
|
23 |
| - "framer-motion": "^11.11.9", |
| 23 | + "framer-motion": "^11.11.11", |
24 | 24 | "isbot": "^5.1.17",
|
25 | 25 | "jotai": "^2.10.1",
|
26 | 26 | "jotai-history": "^0.2.1",
|
27 | 27 | "litlytics": "./packages/litlytics",
|
28 | 28 | "lodash": "^4.17.21",
|
29 | 29 | "mammoth": "^1.8.0",
|
30 |
| - "openai": "^4.68.1", |
| 30 | + "openai": "^4.71.0", |
31 | 31 | "papaparse": "^5.4.1",
|
32 |
| - "pdfjs-dist": "^4.7.76", |
33 |
| - "react": "^19.0.0-rc-65a56d0e-20241020", |
34 |
| - "react-dom": "^19.0.0-rc-65a56d0e-20241020", |
| 32 | + "pdfjs-dist": "^4.8.69", |
| 33 | + "react": "^19.0.0-rc-fb9a90fa48-20240614", |
| 34 | + "react-dom": "^19.0.0-rc-fb9a90fa48-20240614", |
35 | 35 | "react-dropzone": "14.2.3",
|
36 |
| - "react-hotkeys-hook": "^4.5.1", |
| 36 | + "react-hotkeys-hook": "^4.6.1", |
37 | 37 | "react-markdown": "^9.0.1",
|
| 38 | + "rehype-raw": "^7.0.0", |
38 | 39 | "remark-breaks": "^4.0.0",
|
39 | 40 | "remark-gfm": "^4.0.0",
|
40 | 41 | "turndown": "^7.2.0"
|
|
43 | 44 | "@remix-run/dev": "^2.13.1",
|
44 | 45 | "@tailwindcss/typography": "^0.5.15",
|
45 | 46 | "@testing-library/dom": "^10.4.0",
|
46 |
| - "@testing-library/jest-dom": "^6.6.2", |
| 47 | + "@testing-library/jest-dom": "^6.6.3", |
47 | 48 | "@testing-library/react": "^16.0.1",
|
48 |
| - "@types/bun": "^1.1.11", |
49 |
| - "@types/lodash": "^4.17.12", |
| 49 | + "@types/bun": "^1.1.13", |
| 50 | + "@types/lodash": "^4.17.13", |
50 | 51 | "@types/papaparse": "^5.3.15",
|
51 |
| - "@types/react": "^18.3.11", |
| 52 | + "@types/react": "^18.3.12", |
52 | 53 | "@types/react-dom": "^18.3.1",
|
53 | 54 | "@types/turndown": "^5.0.5",
|
54 |
| - "@typescript-eslint/eslint-plugin": "^8.10.0", |
55 |
| - "@typescript-eslint/parser": "^8.10.0", |
56 |
| - "@vitest/coverage-v8": "^2.1.3", |
57 |
| - "@webgpu/types": "^0.1.49", |
| 55 | + "@typescript-eslint/eslint-plugin": "^8.13.0", |
| 56 | + "@typescript-eslint/parser": "^8.13.0", |
| 57 | + "@vitest/coverage-v8": "^2.1.4", |
| 58 | + "@webgpu/types": "^0.1.51", |
58 | 59 | "autoprefixer": "^10.4.20",
|
59 | 60 | "eslint": "^8.57.1",
|
60 | 61 | "eslint-import-resolver-typescript": "^3.6.3",
|
61 | 62 | "eslint-plugin-import": "^2.31.0",
|
62 |
| - "eslint-plugin-jsx-a11y": "^6.10.1", |
63 |
| - "eslint-plugin-react": "^7.37.1", |
| 63 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 64 | + "eslint-plugin-react": "^7.37.2", |
64 | 65 | "eslint-plugin-react-hooks": "^4.6.2",
|
65 |
| - "happy-dom": "^15.7.4", |
| 66 | + "happy-dom": "^15.9.0", |
66 | 67 | "postcss": "^8.4.47",
|
67 | 68 | "tailwindcss": "^3.4.14",
|
68 | 69 | "typescript": "^5.6.3",
|
69 |
| - "vite": "^5.4.9", |
70 |
| - "vite-tsconfig-paths": "^5.0.1", |
71 |
| - "vitest": "^2.1.3" |
| 70 | + "vite": "^5.4.10", |
| 71 | + "vite-tsconfig-paths": "^5.1.0", |
| 72 | + "vitest": "^2.1.4" |
72 | 73 | },
|
73 | 74 | "engines": {
|
74 | 75 | "node": ">=22.0.0"
|
|
0 commit comments