We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411e3d3 commit c8a0381Copy full SHA for c8a0381
1 file changed
package.json
@@ -44,8 +44,8 @@
44
"@openedx/paragon": "^23.15.1",
45
"@tanstack/react-query": "5.96.2",
46
"lodash.debounce": "^4.0.8",
47
- "react": "^18.3.1",
48
- "react-dom": "^18.3.1",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
49
"react-error-boundary": "^4.1.2",
50
"react-router-dom": "^6.30.3"
51
},
@@ -57,8 +57,8 @@
57
"@testing-library/jest-dom": "^6.6.4",
58
"@testing-library/react": "^16.3.0",
59
"@testing-library/user-event": "^14.6.1",
60
- "@types/react": "^18",
61
- "@types/react-dom": "^18",
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0",
62
"ts-jest": "^29.4.5"
63
}
64
0 commit comments