|
12 | 12 | "genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@babel/core": "^7.24.3", |
| 15 | + "@babel/core": "^7.24.4", |
16 | 16 | "@emotion/react": "^11.11.4",
|
17 | 17 | "@mantine/carousel": "^6.0.21",
|
18 | 18 | "@mantine/core": "^6.0.21",
|
|
22 | 22 | "@mantine/hooks": "^6.0.21",
|
23 | 23 | "@mantine/modals": "^6.0.21",
|
24 | 24 | "@mantine/notifications": "^6.0.21",
|
25 |
| - "@marsidev/react-turnstile": "^0.5.3", |
| 25 | + "@marsidev/react-turnstile": "^0.5.4", |
26 | 26 | "@mdi/js": "^7.4.47",
|
27 | 27 | "@mdi/react": "^1.6.1",
|
28 | 28 | "@microsoft/signalr": "^8.0.0",
|
|
56 | 56 | "@nabla/vite-plugin-eslint": "^2.0.2",
|
57 | 57 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
58 | 58 | "@types/katex": "^0.16.7",
|
59 |
| - "@types/node": "20.12.2", |
| 59 | + "@types/node": "20.12.5", |
60 | 60 | "@types/prismjs": "^1.26.3",
|
61 |
| - "@types/react": "^18.2.73", |
62 |
| - "@types/react-dom": "^18.2.23", |
63 |
| - "@typescript-eslint/eslint-plugin": "^7.4.0", |
64 |
| - "@typescript-eslint/parser": "^7.4.0", |
| 61 | + "@types/react": "^18.2.74", |
| 62 | + "@types/react-dom": "^18.2.24", |
| 63 | + "@typescript-eslint/eslint-plugin": "^7.5.0", |
| 64 | + "@typescript-eslint/parser": "^7.5.0", |
65 | 65 | "@vitejs/plugin-react": "^4.2.1",
|
66 | 66 | "axios": "^1.6.8",
|
67 | 67 | "babel-plugin-prismjs": "^2.1.0",
|
68 |
| - "eslint": "^8.57.0", |
| 68 | + "eslint": "^8.0.0", |
69 | 69 | "eslint-plugin-react-hooks": "^4.6.0",
|
70 | 70 | "form-data": "~4.0.0",
|
71 | 71 | "lodash": "^4.17.21",
|
72 | 72 | "prettier": "~3.2.5",
|
73 |
| - "rollup": "^4.13.2", |
| 73 | + "rollup": "^4.14.1", |
74 | 74 | "swagger-typescript-api": "^13.0.3",
|
75 | 75 | "tslib": "^2.6.2",
|
76 |
| - "typescript": "5.4.3", |
77 |
| - "vite": "^5.2.7", |
| 76 | + "typescript": "5.4.4", |
| 77 | + "vite": "^5.2.8", |
78 | 78 | "vite-plugin-pages": "^0.32.1",
|
79 | 79 | "vite-plugin-prismjs": "^0.0.11",
|
80 | 80 | "vite-plugin-webfont-dl": "^3.9.2",
|
|
0 commit comments