|
14 | 14 | "dependencies": { |
15 | 15 | "@babel/core": "^7.27.4", |
16 | 16 | "@emotion/react": "^11.14.0", |
17 | | - "@mantine/carousel": "^8.0.2", |
18 | | - "@mantine/colors-generator": "^8.0.2", |
19 | | - "@mantine/core": "^8.0.2", |
20 | | - "@mantine/dates": "^8.0.2", |
21 | | - "@mantine/dropzone": "^8.0.2", |
22 | | - "@mantine/emotion": "^8.0.2", |
23 | | - "@mantine/form": "^8.0.2", |
24 | | - "@mantine/hooks": "^8.0.2", |
25 | | - "@mantine/modals": "^8.0.2", |
26 | | - "@mantine/notifications": "^8.0.2", |
| 17 | + "@mantine/carousel": "^8.1.0", |
| 18 | + "@mantine/colors-generator": "^8.1.0", |
| 19 | + "@mantine/core": "^8.1.0", |
| 20 | + "@mantine/dates": "^8.1.0", |
| 21 | + "@mantine/dropzone": "^8.1.0", |
| 22 | + "@mantine/emotion": "^8.1.0", |
| 23 | + "@mantine/form": "^8.1.0", |
| 24 | + "@mantine/hooks": "^8.1.0", |
| 25 | + "@mantine/modals": "^8.1.0", |
| 26 | + "@mantine/notifications": "^8.1.0", |
27 | 27 | "@marsidev/react-turnstile": "^1.1.0", |
28 | 28 | "@mdi/js": "^7.4.47", |
29 | 29 | "@mdi/react": "^1.6.1", |
|
44 | 44 | "katex": "^0.16.22", |
45 | 45 | "lz-string": "^1.5.0", |
46 | 46 | "marked": "^15.0.12", |
47 | | - "marked-highlight": "^2.2.1", |
48 | 47 | "pdfjs-dist": "4.8.69", |
49 | | - "prismjs": "^1.30.0", |
50 | 48 | "react": "^19.1.0", |
51 | 49 | "react-dom": "^19.1.0", |
52 | 50 | "react-error-boundary": "^6.0.0", |
53 | 51 | "react-i18next": "^15.5.2", |
54 | 52 | "react-pdf": "^9.2.1", |
55 | 53 | "react-router": "^7.6.2", |
| 54 | + "shiki": "^3.6.0", |
56 | 55 | "swr": "^2.3.3" |
57 | 56 | }, |
58 | 57 | "devDependencies": { |
| 58 | + "@shikijs/transformers": "^3.6.0", |
59 | 59 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
60 | 60 | "@types/chroma-js": "^3.1.1", |
61 | 61 | "@types/katex": "^0.16.7", |
62 | | - "@types/node": "^22.15.30", |
| 62 | + "@types/node": "^24.0.0", |
63 | 63 | "@types/prismjs": "^1.26.5", |
64 | | - "@types/react": "^19.1.6", |
| 64 | + "@types/react": "^19.1.7", |
65 | 65 | "@types/react-dom": "^19.1.6", |
66 | | - "@vitejs/plugin-react": "^4.5.1", |
| 66 | + "@vitejs/plugin-react": "^4.5.2", |
67 | 67 | "axios": "^1.9.0", |
68 | 68 | "babel-plugin-prismjs": "^2.1.0", |
69 | 69 | "form-data": "~4.0.3", |
70 | 70 | "globals": "^16.2.0", |
71 | 71 | "lodash": "^4.17.21", |
72 | | - "oxlint": "^0.18.0", |
| 72 | + "oxlint": "^1.0.0", |
73 | 73 | "postcss": "^8.5.4", |
74 | 74 | "postcss-preset-mantine": "^1.17.0", |
75 | 75 | "postcss-simple-vars": "^7.0.1", |
76 | 76 | "prettier": "~3.5.3", |
77 | 77 | "prettier-plugin-sort-json": "^4.1.1", |
78 | 78 | "rollup": "^4.42.0", |
79 | | - "swagger-typescript-api": "^13.2.0", |
| 79 | + "swagger-typescript-api": "^13.2.1", |
80 | 80 | "tslib": "^2.8.1", |
81 | 81 | "typescript": "5.8.3", |
82 | 82 | "vite": "npm:rolldown-vite@^6.3.18", |
83 | 83 | "vite-plugin-banner": "^0.8.1", |
84 | 84 | "vite-plugin-optimize-css-modules": "^1.2.0", |
85 | 85 | "vite-plugin-pages": "^0.33.0", |
86 | | - "vite-plugin-prismjs": "^0.0.11", |
87 | 86 | "vite-plugin-webfont-dl": "^3.10.5", |
88 | 87 | "vite-tsconfig-paths": "^5.1.4" |
89 | 88 | }, |
|
0 commit comments