File tree Expand file tree Collapse file tree 4 files changed +37
-45
lines changed
Expand file tree Collapse file tree 4 files changed +37
-45
lines changed Original file line number Diff line number Diff line change 3333 "upgrade-malloy" : " ./scripts/upgrade-malloy.sh"
3434 },
3535 "devDependencies" : {
36+ "@types/react" : " ^19.1.7" ,
37+ "@types/react-dom" : " ^19.1.6" ,
3638 "eslint" : " ^8.50.0" ,
3739 "prettier" : " ^3.0.0" ,
3840 "rimraf" : " ^5.0.1" ,
3941 "sinon" : " ^19.0.4" ,
4042 "speccy" : " ^0.11.0"
43+ },
44+ "dependencies" : {
45+ "react" : " ^19.1.0" ,
46+ "react-dom" : " ^19.1.0"
4147 }
4248}
Original file line number Diff line number Diff line change 1616 "@mui/icons-material" : " ^7.0.2" ,
1717 "@mui/material" : " ^7.0.2" ,
1818 "@vitejs/plugin-react" : " ^4.3.1" ,
19- "react" : " ^18.3.1 " ,
20- "react-dom" : " ^18.3.1 " ,
19+ "react" : " ^19.1.0 " ,
20+ "react-dom" : " ^19.1.0 " ,
2121 "react-router-dom" : " ^6.26.1"
2222 },
2323 "devDependencies" : {
24- "@types/react" : " ^18.3.1 " ,
25- "@types/react-dom" : " ^18.3.1 " ,
24+ "@types/react" : " ^19.1.7 " ,
25+ "@types/react-dom" : " ^19.1.6 " ,
2626 "@typescript-eslint/eslint-plugin" : " ^8.31.0" ,
2727 "vite" : " ^6.0.1"
2828 }
Original file line number Diff line number Diff line change 2727 "generate-api-types" : " bunx openapi-generator-cli generate -i ../../api-doc.yaml -g typescript-axios -o src/client/"
2828 },
2929 "peerDependencies" : {
30- "react" : " ^18.3.1 " ,
31- "react-dom" : " ^18.3 .0"
30+ "react" : " ^19.1.0 " ,
31+ "react-dom" : " ^19.1 .0"
3232 },
3333 "dependencies" : {
3434 "@emotion/react" : " ^11.14.0" ,
5151 "devDependencies" : {
5252 "@openapitools/openapi-generator-cli" : " ^2.13.5" ,
5353 "@types/k6" : " ^1.0.2" ,
54- "@types/react" : " ^18.3.1" ,
54+ "@types/react" : " ^19.1.7" ,
55+ "@types/react-dom" : " ^19.1.6" ,
5556 "@typescript-eslint/eslint-plugin" : " 8.16.0" ,
5657 "@typescript-eslint/parser" : " 8.16.0" ,
5758 "@vitejs/plugin-react" : " ^4.4.1" ,
59+ "ajv" : " ^8.12.0" ,
5860 "archiver" : " ^7.0.1" ,
5961 "eslint-config-prettier" : " 9.1.0" ,
6062 "eslint-plugin-prettier" : " 5.2.1" ,
6466 "shiki" : " ^1.16.3" ,
6567 "vite" : " ^6.3.2" ,
6668 "vite-plugin-dts" : " ^4.5.3" ,
67- "vite-plugin-svgr" : " ^4.3.0" ,
68- "ajv" : " ^8.12.0"
69+ "vite-plugin-svgr" : " ^4.3.0"
6970 }
7071}
You can’t perform that action at this time.
0 commit comments