Skip to content

Commit 810842b

Browse files
chore: update react monorepo to v19
1 parent e70291b commit 810842b

File tree

2 files changed

+23
-78
lines changed

2 files changed

+23
-78
lines changed

cynic-querygen-web/js/package-lock.json

Lines changed: 19 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cynic-querygen-web/js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"typescript": "^5.0.0"
1717
},
1818
"dependencies": {
19-
"@types/react": "^17.0.30",
20-
"@types/react-dom": "^17.0.9",
19+
"@types/react": "^19.0.0",
20+
"@types/react-dom": "^19.0.0",
2121
"babel-polyfill": "^6.26.0",
2222
"graphiql": "^1.0.3",
2323
"graphiql-explorer": "^0.9.0",
2424
"graphql": "^15.2.0",
2525
"punycode": "^2.1.1",
26-
"react": "^16.13.1",
27-
"react-dom": "^16.13.1",
26+
"react": "^19.0.0",
27+
"react-dom": "^19.0.0",
2828
"terryoy-reactive-elements": "1.0.0-alpha.0"
2929
}
3030
}

0 commit comments

Comments
 (0)