|
52 | 52 | "react-error-boundary": "^6.0.0", |
53 | 53 | "react-i18next": "^15.5.2", |
54 | 54 | "react-pdf": "^9.2.1", |
55 | | - "react-router": "^7.6.1", |
| 55 | + "react-router": "^7.6.2", |
56 | 56 | "swr": "^2.3.3" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
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 | 63 | "@types/prismjs": "^1.26.5", |
63 | 64 | "@types/react": "^19.1.6", |
64 | | - "@types/react-dom": "^19.1.5", |
65 | | - "@vitejs/plugin-react": "^4.5.0", |
| 65 | + "@types/react-dom": "^19.1.6", |
| 66 | + "@vitejs/plugin-react": "^4.5.1", |
66 | 67 | "axios": "^1.9.0", |
67 | 68 | "babel-plugin-prismjs": "^2.1.0", |
68 | | - "form-data": "~4.0.2", |
| 69 | + "form-data": "~4.0.3", |
69 | 70 | "globals": "^16.2.0", |
70 | 71 | "lodash": "^4.17.21", |
71 | | - "oxlint": "^0.17.0", |
| 72 | + "oxlint": "^0.18.0", |
72 | 73 | "postcss": "^8.5.4", |
73 | 74 | "postcss-preset-mantine": "^1.17.0", |
74 | 75 | "postcss-simple-vars": "^7.0.1", |
75 | 76 | "prettier": "~3.5.3", |
76 | 77 | "prettier-plugin-sort-json": "^4.1.1", |
77 | | - "rollup": "^4.41.1", |
78 | | - "swagger-typescript-api": "^13.1.3", |
| 78 | + "rollup": "^4.42.0", |
| 79 | + "swagger-typescript-api": "^13.2.0", |
79 | 80 | "tslib": "^2.8.1", |
80 | 81 | "typescript": "5.8.3", |
81 | | - "vite": "^6.3.5", |
| 82 | + "vite": "npm:rolldown-vite@^6.3.18", |
82 | 83 | "vite-plugin-banner": "^0.8.1", |
83 | 84 | "vite-plugin-optimize-css-modules": "^1.2.0", |
84 | 85 | "vite-plugin-pages": "^0.33.0", |
85 | 86 | "vite-plugin-prismjs": "^0.0.11", |
86 | | - "vite-plugin-webfont-dl": "^3.10.4", |
| 87 | + "vite-plugin-webfont-dl": "^3.10.5", |
87 | 88 | "vite-tsconfig-paths": "^5.1.4" |
88 | 89 | }, |
89 | 90 | "pnpm": { |
90 | 91 | "overrides": { |
91 | | - "canvas": "npm:dry-uninstall" |
| 92 | + "canvas": "npm:dry-uninstall", |
| 93 | + "vite": "npm:rolldown-vite@latest" |
92 | 94 | }, |
93 | 95 | "onlyBuiltDependencies": [ |
94 | 96 | "esbuild" |
|
0 commit comments