diff --git a/packages/component/package.json b/packages/component/package.json index 0c81974d..5f97b55b 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -42,7 +42,7 @@ "prepublishOnly": "yarn run build" }, "peerDependencies": { - "react": "^16.3.0 || ^17.0.0 || ^18.0.0" + "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "@babel/runtime": "^7.12.18", diff --git a/packages/server/package.json b/packages/server/package.json index d2ab00cd..24840e67 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -37,7 +37,7 @@ }, "peerDependencies": { "@loadable/component": "^5.0.1", - "react": "^16.3.0 || ^17.0.0 || ^18.0.0" + "react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "lodash": "^4.17.15" diff --git a/yarn.lock b/yarn.lock index 1a30a68a..e25992ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -803,7 +803,7 @@ "@babel/runtime@^7.12.18", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6": version "7.24.4" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd" integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA== dependencies: regenerator-runtime "^0.14.0"