|
14 | 14 | "dependencies": {
|
15 | 15 | "@emotion/react": "^11.11.4",
|
16 | 16 | "@emotion/styled": "^11.11.5",
|
| 17 | + "@eslint/compat": "^1.0.1", |
| 18 | + "@eslint/js": "^9.3.0", |
17 | 19 | "@fontsource/roboto": "^5.0.13",
|
18 | 20 | "@honkhonk/vite-plugin-svgr": "^1.1.0",
|
19 | 21 | "@mui/material": "next",
|
|
22 | 24 | "@tanstack/react-virtual": "^3.5.0",
|
23 | 25 | "@types/markdown-it": "^14.1.1",
|
24 | 26 | "@types/node": "^20.12.12",
|
25 |
| - "@types/react": "npm:types-react@beta", |
26 |
| - "@types/react-dom": "npm:types-react-dom@beta", |
27 |
| - "@vitejs/plugin-react": "^4.2.1", |
28 |
| - "@vitejs/plugin-react-swc": "^3.6.0", |
29 |
| - "autocorrect-node": "^2.9.2", |
| 27 | + "@types/react": "npm:types-react@rc", |
| 28 | + "@types/react-dom": "npm:types-react-dom@rc", |
| 29 | + "@vitejs/plugin-react": "^4.3.0", |
| 30 | + "@vitejs/plugin-react-swc": "^3.7.0", |
| 31 | + "autocorrect-node": "^2.10.0", |
| 32 | + "babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517", |
30 | 33 | "clsx": "^2.1.1",
|
31 | 34 | "core-js": "^3.37.1",
|
| 35 | + "eslint": "^9.3.0", |
| 36 | + "eslint-plugin-react": "^7.34.1", |
| 37 | + "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517", |
32 | 38 | "eslint-plugin-react-hooks": "^4.6.2",
|
33 |
| - "glob": "^10.3.15", |
| 39 | + "glob": "^10.3.16", |
34 | 40 | "lefthook": "^1.6.12",
|
35 | 41 | "markdown-it": "^14.1.0",
|
36 | 42 | "markdown-it-prism": "^2.3.0",
|
37 | 43 | "mdi-material-ui": "^7.9.1",
|
38 | 44 | "prismjs": "^1.29.0",
|
39 |
| - "react": "beta", |
40 |
| - "react-dom": "beta", |
| 45 | + "react": "rc", |
| 46 | + "react-dom": "rc", |
41 | 47 | "react-refresh": "^0.14.2",
|
42 | 48 | "react-router-dom": "^6.23.1",
|
43 | 49 | "timeago.js": "^4.0.2",
|
44 | 50 | "typeface-roboto": "^1.1.13",
|
45 | 51 | "typescript": "^5.4.5",
|
| 52 | + "typescript-eslint": "^7.10.0", |
46 | 53 | "vite": "^5.0.4",
|
47 | 54 | "vite-plugin-compression": "^0.5.1",
|
48 | 55 | "vite-plugin-minify": "^1.5.2",
|
49 | 56 | "vite-plugin-replace": "^0.1.1",
|
50 |
| - "vite-plugin-svgr": "^4.2.0", |
51 |
| - "@eslint/compat": "^1.0.1", |
52 |
| - "@eslint/js": "^9.3.0", |
53 |
| - "eslint": "^9.3.0", |
54 |
| - "eslint-plugin-react": "^7.34.1", |
55 |
| - "typescript-eslint": "^7.9.0" |
| 57 | + "vite-plugin-svgr": "^4.2.0" |
56 | 58 | }
|
57 | 59 | }
|
0 commit comments