|
8 | 8 | "preview": "vite preview",
|
9 | 9 | "lint": "eslint src",
|
10 | 10 | "lint:fix": "eslint src --fix",
|
11 |
| - "autocorrect": "node src/tools/autocorrect src/**/*.md --verbose" |
| 11 | + "autocorrect": "node src/tools/autocorrect **/*.md --verbose" |
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 | 14 | "@emotion/react": "^11.11.1",
|
15 | 15 | "@emotion/styled": "^11.11.0",
|
16 | 16 | "@fontsource/roboto": "^5.0.8",
|
17 | 17 | "@honkhonk/vite-plugin-svgr": "^1.1.0",
|
18 |
| - "@mui/material": "^5.14.13", |
19 |
| - "@mui/styles": "^5.14.13", |
20 |
| - "@tanstack/react-query": "^4.36.1", |
21 |
| - "@tanstack/react-virtual": "^3.0.0-beta.65", |
22 |
| - "@types/markdown-it": "^13.0.2", |
23 |
| - "@types/react": "^18.2.28", |
24 |
| - "@types/react-dom": "^18.2.13", |
25 |
| - "@typescript-eslint/eslint-plugin": "^6.7.5", |
26 |
| - "@typescript-eslint/parser": "^6.7.5", |
27 |
| - "@vitejs/plugin-react-swc": "^3.4.0", |
| 18 | + "@mui/material": "^5.14.19", |
| 19 | + "@mui/styles": "^5.14.19", |
| 20 | + "@tanstack/react-query": "^5.12.2", |
| 21 | + "@tanstack/react-virtual": "^3.0.0", |
| 22 | + "@types/markdown-it": "^13.0.7", |
| 23 | + "@types/react": "^18.2.41", |
| 24 | + "@types/react-dom": "^18.2.17", |
| 25 | + "@typescript-eslint/eslint-plugin": "^6.13.1", |
| 26 | + "@typescript-eslint/parser": "^6.13.1", |
| 27 | + "@vitejs/plugin-react-swc": "^3.5.0", |
28 | 28 | "autocorrect-node": "^2.8.4",
|
29 | 29 | "clsx": "^2.0.0",
|
30 |
| - "eslint": "^8.51.0", |
| 30 | + "eslint": "^8.55.0", |
31 | 31 | "eslint-plugin-react": "^7.33.2",
|
32 | 32 | "eslint-plugin-react-hooks": "^4.6.0",
|
33 | 33 | "glob": "^10.3.10",
|
34 |
| - "lefthook": "^1.5.2", |
| 34 | + "lefthook": "^1.5.5", |
35 | 35 | "markdown-it": "^13.0.2",
|
36 | 36 | "markdown-it-prism": "^2.3.0",
|
37 | 37 | "mdi-material-ui": "^7.7.0",
|
38 | 38 | "prismjs": "^1.29.0",
|
39 | 39 | "react": "^18.2.0",
|
40 | 40 | "react-dom": "^18.2.0",
|
41 |
| - "react-router-dom": "^6.16.0", |
42 |
| - "terser": "^5.21.0", |
| 41 | + "react-router-dom": "^6.20.1", |
| 42 | + "terser": "^5.24.0", |
43 | 43 | "timeago.js": "^4.0.2",
|
44 | 44 | "typeface-roboto": "^1.1.13",
|
45 |
| - "typescript": "^5.2.2", |
46 |
| - "vite": "^4.4.11", |
47 |
| - "vite-plugin-compression2": "^0.10.5", |
| 45 | + "typescript": "^5.3.2", |
| 46 | + "vite": "^5.0.4", |
| 47 | + "vite-plugin-compression2": "^0.11.0", |
48 | 48 | "vite-plugin-minify": "^1.5.2",
|
49 |
| - "vite-plugin-progress": "^0.0.7", |
50 | 49 | "vite-plugin-replace": "^0.1.1"
|
51 | 50 | }
|
52 | 51 | }
|
0 commit comments