We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b8b4b commit 9f4e05fCopy full SHA for 9f4e05f
cynic-querygen-web/js/package.json
@@ -16,15 +16,15 @@
16
"typescript": "^5.0.0"
17
},
18
"dependencies": {
19
- "@types/react": "^17.0.30",
20
- "@types/react-dom": "^17.0.9",
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0",
21
"babel-polyfill": "^6.26.0",
22
"graphiql": "^1.0.3",
23
"graphiql-explorer": "^0.9.0",
24
"graphql": "^15.2.0",
25
"punycode": "^2.1.1",
26
- "react": "^16.13.1",
27
- "react-dom": "^16.13.1",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
28
"terryoy-reactive-elements": "1.0.0-alpha.0"
29
}
30
0 commit comments