Skip to content

Commit 8089c1c

Browse files
authored
Update react peer dependency ranges to include v19 (#1019)
* Replace reference to internal atlassian registry with yarnpkg registry * Update react peer dependency range to include `^19.0.0`
1 parent 86e72af commit 8089c1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepublishOnly": "yarn run build"
4343
},
4444
"peerDependencies": {
45-
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
45+
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4646
},
4747
"dependencies": {
4848
"@babel/runtime": "^7.12.18",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"peerDependencies": {
3939
"@loadable/component": "^5.0.1",
40-
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
40+
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4141
},
4242
"dependencies": {
4343
"lodash": "^4.17.15"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@
803803

804804
"@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":
805805
version "7.24.4"
806-
resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
806+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
807807
integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
808808
dependencies:
809809
regenerator-runtime "^0.14.0"

0 commit comments

Comments
 (0)