|
12 | 12 | "genapi": "swagger-typescript-api generate -p http://localhost:8080/openapi/v1.json -t template -o src --module-name-first-tag --sort-routes"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@babel/core": "^7.27.4", |
| 15 | + "@babel/core": "^7.28.0", |
16 | 16 | "@emotion/react": "^11.14.0",
|
17 | 17 | "@mantine/carousel": "^8.1.2",
|
18 | 18 | "@mantine/colors-generator": "^8.1.2",
|
|
38 | 38 | "embla-carousel-autoplay": "^8.6.0",
|
39 | 39 | "embla-carousel-react": "^8.6.0",
|
40 | 40 | "fast-average-color": "^9.5.0",
|
41 |
| - "i18next": "^25.2.1", |
| 41 | + "i18next": "^25.3.0", |
42 | 42 | "i18next-browser-languagedetector": "^8.2.0",
|
43 | 43 | "i18next-resources-to-backend": "^1.2.1",
|
44 | 44 | "katex": "^0.16.22",
|
45 | 45 | "lz-string": "^1.5.0",
|
46 |
| - "marked": "^15.0.12", |
47 |
| - "pdfjs-dist": "4.8.69", |
| 46 | + "marked": "^16.0.0", |
| 47 | + "pdfjs-dist": "5.3.31", |
48 | 48 | "react": "^19.1.0",
|
49 | 49 | "react-dom": "^19.1.0",
|
50 | 50 | "react-error-boundary": "^6.0.0",
|
51 | 51 | "react-i18next": "^15.5.3",
|
52 |
| - "react-pdf": "^9.2.1", |
53 |
| - "react-router": "^7.6.2", |
| 52 | + "react-pdf": "^10.0.1", |
| 53 | + "react-router": "^7.6.3", |
54 | 54 | "shiki": "^3.7.0",
|
55 |
| - "swr": "^2.3.3" |
| 55 | + "swr": "^2.3.4" |
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 | 58 | "@shikijs/transformers": "^3.7.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": "^24.0.4", |
| 62 | + "@types/node": "^24.0.10", |
63 | 63 | "@types/prismjs": "^1.26.5",
|
64 | 64 | "@types/react": "^19.1.8",
|
65 | 65 | "@types/react-dom": "^19.1.6",
|
66 | 66 | "@vitejs/plugin-react-oxc": "^0.2.3",
|
67 | 67 | "axios": "^1.10.0",
|
68 | 68 | "babel-plugin-prismjs": "^2.1.0",
|
69 | 69 | "form-data": "^4.0.3",
|
70 |
| - "globals": "^16.2.0", |
| 70 | + "globals": "^16.3.0", |
71 | 71 | "lodash": "^4.17.21",
|
72 |
| - "oxlint": "^1.3.0", |
| 72 | + "oxlint": "^1.5.0", |
73 | 73 | "postcss": "^8.5.6",
|
74 |
| - "postcss-preset-mantine": "^1.17.0", |
| 74 | + "postcss-preset-mantine": "^1.18.0", |
75 | 75 | "postcss-simple-vars": "^7.0.1",
|
76 |
| - "prettier": "^3.6.1", |
| 76 | + "prettier": "^3.6.2", |
77 | 77 | "prettier-plugin-sort-json": "^4.1.1",
|
78 |
| - "rollup": "^4.44.0", |
| 78 | + "rollup": "^4.44.1", |
79 | 79 | "swagger-typescript-api": "^13.2.7",
|
80 | 80 | "tslib": "^2.8.1",
|
81 | 81 | "typescript": "5.8.3",
|
82 |
| - "vite": "npm:rolldown-vite@^7.0.1", |
| 82 | + "vite": "npm:rolldown-vite@^7.0.4", |
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.1",
|
|
0 commit comments