|
11 | 11 | "format": "prettier --write '**/*.ts' '**/*.tsx' '**/*.css'" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "react": "^18.3.1", |
15 | | - "react-dom": "^18.3.1", |
16 | | - "@monaco-editor/react": "^4.6.0", |
17 | 14 | "@catppuccin/palette": "^1.7.1", |
| 15 | + "@monaco-editor/react": "^4.8.0-rc.3", |
18 | 16 | "copy-to-clipboard": "^3.3.3", |
19 | 17 | "history": "^5.3.0", |
20 | | - "monaco-editor": "^0.52.0", |
21 | | - "monaco-themes": "^0.4.4", |
| 18 | + "monaco-editor": "^0.55.1", |
| 19 | + "monaco-themes": "^0.4.8", |
22 | 20 | "pako": "^2.1.0", |
| 21 | + "react": "^19.2.4", |
23 | 22 | "react-device-detect": "^2.2.3", |
24 | | - "styled-components": "^6.1.13", |
25 | | - "whatwg-mimetype": "^3.0.0" |
| 23 | + "react-dom": "^19.2.4", |
| 24 | + "styled-components": "^6.3.11", |
| 25 | + "whatwg-mimetype": "^5.0.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@eslint/js": "^9.17.0", |
29 | | - "@types/react": "^18.3.18", |
30 | | - "@types/react-dom": "^18.3.5", |
31 | | - "@types/pako": "^2.0.3", |
| 28 | + "@eslint/js": "^10.0.1", |
| 29 | + "@types/node": "^25.3.0", |
| 30 | + "@types/pako": "^2.0.4", |
| 31 | + "@types/react": "^19.2.14", |
| 32 | + "@types/react-dom": "^19.2.3", |
32 | 33 | "@types/whatwg-mimetype": "^3.0.2", |
33 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
34 | | - "eslint": "^9.17.0", |
35 | | - "eslint-plugin-react-hooks": "^5.0.0", |
36 | | - "eslint-plugin-react-refresh": "^0.4.16", |
37 | | - "globals": "^15.14.0", |
38 | | - "typescript": "~5.6.2", |
39 | | - "typescript-eslint": "^8.18.2", |
40 | | - "vite": "^6.0.5", |
41 | | - "prettier": "^3.4.2", |
42 | | - "prettier-plugin-organize-imports": "^4.1.0" |
| 34 | + "@vitejs/plugin-react-swc": "^4.2.3", |
| 35 | + "eslint": "^10.0.1", |
| 36 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 37 | + "eslint-plugin-react-refresh": "^0.5.2", |
| 38 | + "globals": "^17.3.0", |
| 39 | + "prettier": "^3.8.1", |
| 40 | + "prettier-plugin-organize-imports": "^4.3.0", |
| 41 | + "typescript": "~5.9.3", |
| 42 | + "typescript-eslint": "^8.56.1", |
| 43 | + "vite": "^7.3.1" |
43 | 44 | } |
44 | 45 | } |
0 commit comments