|
7 | 7 | "copy-to-clipboard": "^3.3.3", |
8 | 8 | "history": "^5.3.0", |
9 | 9 | "local-storage": "^2.0.0", |
10 | | - "monaco-editor": "^0.51.0", |
| 10 | + "monaco-editor": "^0.52.0", |
11 | 11 | "monaco-themes": "^0.4.4", |
12 | 12 | "pako": "^2.1.0", |
13 | | - "react": "^18.2.0", |
| 13 | + "react": "^19.0.0", |
14 | 14 | "react-device-detect": "^2.2.3", |
15 | | - "react-dom": "^18.2.0", |
| 15 | + "react-dom": "^19.0.0", |
16 | 16 | "react-scripts": "^5.0.1", |
17 | | - "styled-components": "^6.1.1", |
18 | | - "typescript": "^4.4.2", |
| 17 | + "styled-components": "^6.1.13", |
| 18 | + "typescript": "^5.7.2", |
19 | 19 | "whatwg-mimetype": "^3.0.0" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
| 22 | + "@testing-library/dom": "^10.4.0", |
22 | 23 | "@testing-library/jest-dom": "^5.14.1", |
23 | | - "@testing-library/react": "^13.0.0", |
| 24 | + "@testing-library/react": "^16.1.0", |
24 | 25 | "@testing-library/user-event": "^13.2.1", |
25 | 26 | "@types/jest": "^27.0.1", |
26 | 27 | "@types/node": "^18.11.9", |
27 | 28 | "@types/pako": "^2.0.3", |
28 | | - "@types/react": "^18.2.0", |
29 | | - "@types/react-dom": "^18.2.0", |
| 29 | + "@types/react": "^19.0.0", |
| 30 | + "@types/react-dom": "^19.0.0", |
30 | 31 | "@types/whatwg-mimetype": "^3.0.2", |
31 | | - "prettier": "^3.1.0", |
32 | | - "prettier-plugin-organize-imports": "^3.2.4" |
| 32 | + "prettier": "^3.4.2", |
| 33 | + "prettier-plugin-organize-imports": "^4.1.0" |
33 | 34 | }, |
34 | 35 | "scripts": { |
35 | 36 | "start": "react-scripts start", |
|
0 commit comments