|
45 | 45 | "prepare": "husky" |
46 | 46 | }, |
47 | 47 | "dependencies": { |
48 | | - "@codemirror/autocomplete": "^6.18.6", |
| 48 | + "@codemirror/autocomplete": "^6.18.7", |
49 | 49 | "@codemirror/commands": "^6.8.1", |
50 | | - "@codemirror/lang-markdown": "^6.3.0", |
51 | | - "@codemirror/language": "^6.11.0", |
| 50 | + "@codemirror/lang-markdown": "^6.3.4", |
| 51 | + "@codemirror/language": "^6.11.3", |
52 | 52 | "@codemirror/language-data": "^6.5.1", |
53 | 53 | "@codemirror/search": "^6.5.11", |
54 | 54 | "@codemirror/state": "^6.5.2", |
55 | | - "@codemirror/view": "^6.36.8", |
| 55 | + "@codemirror/view": "^6.38.2", |
56 | 56 | "@lezer/highlight": "^1.2.1", |
57 | 57 | "@types/markdown-it": "^14.0.1", |
58 | 58 | "@vavt/copy2clipboard": "^1.0.1", |
59 | 59 | "@vavt/util": "^2.1.0", |
60 | | - "codemirror": "^6.0.1", |
61 | | - "lru-cache": "^11.0.1", |
62 | | - "lucide-react": "^0.454.0", |
| 60 | + "codemirror": "^6.0.2", |
| 61 | + "lru-cache": "^11.2.1", |
| 62 | + "lucide-react": "^0.542.0", |
63 | 63 | "markdown-it": "^14.0.0", |
64 | 64 | "markdown-it-image-figures": "^2.1.1", |
65 | 65 | "markdown-it-sub": "^2.0.0", |
|
68 | 68 | "xss": "^1.0.15" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@eslint/js": "^9.34.0", |
| 71 | + "@eslint/js": "^9.35.0", |
72 | 72 | "@types/katex": "^0.16.7", |
73 | 73 | "@types/multiparty": "^4.2.1", |
74 | | - "@types/node": "^22.8.2", |
75 | | - "@types/react": "^18.3.12", |
76 | | - "@types/react-dom": "^18.3.1", |
77 | | - "@typescript-eslint/eslint-plugin": "^8.42.0", |
78 | | - "@typescript-eslint/parser": "^8.42.0", |
| 74 | + "@types/node": "^24.3.1", |
| 75 | + "@types/react": "^19.1.12", |
| 76 | + "@types/react-dom": "^19.1.9", |
| 77 | + "@typescript-eslint/eslint-plugin": "^8.43.0", |
| 78 | + "@typescript-eslint/parser": "^8.43.0", |
79 | 79 | "@vavt/markdown-theme": "^4.5.2", |
80 | 80 | "@vavt/vite-plugin-import-markdown": "^1.0.1", |
81 | | - "@vitejs/plugin-react": "^4.3.3", |
82 | | - "axios": "^1.7.7", |
| 81 | + "@vitejs/plugin-react": "^5.0.2", |
| 82 | + "axios": "^1.11.0", |
83 | 83 | "cropperjs": "^1.6.2", |
84 | 84 | "echarts": "^6.0.0", |
85 | | - "eslint": "^9.34.0", |
| 85 | + "eslint": "^9.35.0", |
86 | 86 | "eslint-config-prettier": "^10.1.8", |
87 | 87 | "eslint-import-resolver-typescript": "^4.4.4", |
88 | 88 | "eslint-plugin-import": "^2.32.0", |
89 | 89 | "eslint-plugin-prettier": "^5.5.4", |
90 | 90 | "eslint-plugin-react-hooks": "^5.0.0", |
91 | 91 | "eslint-plugin-react-refresh": "^0.4.13", |
92 | | - "globals": "^15.11.0", |
| 92 | + "globals": "^16.3.0", |
93 | 93 | "highlight.js": "^11.10.0", |
94 | 94 | "husky": "^9.1.7", |
95 | 95 | "katex": "^0.16.22", |
96 | | - "less": "^4.2.0", |
97 | | - "lint-staged": "^15.4.3", |
98 | | - "mermaid": "^11.9.0", |
| 96 | + "less": "^4.4.1", |
| 97 | + "lint-staged": "^16.1.6", |
| 98 | + "mermaid": "^11.11.0", |
99 | 99 | "multiparty": "^4.2.3", |
100 | 100 | "prettier": "^3.6.2", |
101 | | - "react": "^18.3.1", |
102 | | - "react-dom": "^18.3.1", |
| 101 | + "react": "^19.1.1", |
| 102 | + "react-dom": "^19.1.1", |
103 | 103 | "screenfull": "^6.0.2", |
104 | 104 | "tsc-alias": "^1.8.10", |
105 | | - "tsx": "^4.19.2", |
| 105 | + "tsx": "^4.20.5", |
106 | 106 | "typescript": "^5.9.2", |
107 | | - "typescript-eslint": "^8.42.0", |
108 | | - "vite": "^5.4.9" |
| 107 | + "typescript-eslint": "^8.43.0", |
| 108 | + "vite": "^7.1.5" |
109 | 109 | }, |
110 | 110 | "peerDependencies": { |
111 | 111 | "react": ">=18.0.0", |
|
0 commit comments