|
22 | 22 | "@babel/plugin-transform-block-scoping": "^7.18.9", |
23 | 23 | "@babel/plugin-transform-modules-commonjs": "^7.18.9", |
24 | 24 | "@babel/preset-react": "^7.18.9", |
25 | | - "@babel/preset-typescript": "^7.18.9", |
| 25 | + "@babel/preset-typescript": "^7.26.0", |
26 | 26 | "@babel/traverse": "^7.18.9", |
27 | | - "@babel/types": "7.18.9", |
| 27 | + "@babel/types": "7.26.3", |
28 | 28 | "@heroicons/react": "^1.0.6", |
29 | 29 | "@monaco-editor/react": "^4.4.6", |
30 | 30 | "@playwright/test": "^1.42.1", |
|
39 | 39 | "prettier": "^3.3.3", |
40 | 40 | "pretty-format": "^29.3.1", |
41 | 41 | "re-resizable": "^6.9.16", |
42 | | - "react": "19.0.0-rc-77b637d6-20241016", |
43 | | - "react-dom": "19.0.0-rc-77b637d6-20241016" |
| 42 | + "react": "^19.0.0", |
| 43 | + "react-dom": "^19.0.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | 46 | "@types/node": "18.11.9", |
47 | | - "@types/react": "npm:types-react@19.0.0-rc.1", |
48 | | - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", |
| 47 | + "@types/react": "^19.0.0", |
| 48 | + "@types/react-dom": "^19.0.0", |
49 | 49 | "autoprefixer": "^10.4.13", |
50 | 50 | "clsx": "^1.2.1", |
51 | 51 | "concurrently": "^7.4.0", |
|
55 | 55 | "postcss": "^8.4.31", |
56 | 56 | "tailwindcss": "^3.2.4", |
57 | 57 | "wait-on": "^7.2.0" |
58 | | - }, |
59 | | - "resolutions": { |
60 | | - "@types/react": "npm:types-react@19.0.0-rc.1", |
61 | | - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" |
62 | 58 | } |
63 | 59 | } |
0 commit comments