Skip to content

Commit 0378314

Browse files
committed
Ease react peer versions
1 parent e0fad4b commit 0378314

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

packages/ui-avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"peerDependencies": {
4040
"@rocket.chat/fuselage": "*",
4141
"@rocket.chat/ui-contexts": "workspace:^",
42-
"react": "~17.0.2"
42+
"react": "*"
4343
},
4444
"volta": {
4545
"extends": "../../package.json"

packages/ui-composer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@react-aria/toolbar": "*",
5959
"@rocket.chat/fuselage": "*",
6060
"@rocket.chat/icons": "*",
61-
"react": "^17.0.2",
62-
"react-dom": "^17.0.2"
61+
"react": "*",
62+
"react-dom": "*"
6363
},
6464
"volta": {
6565
"extends": "../../package.json"

packages/ui-contexts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rocket.chat/fuselage-hooks": "*",
2828
"@rocket.chat/i18n": "workspace:~",
2929
"@rocket.chat/rest-typings": "workspace:^",
30-
"react": "~17.0.2"
30+
"react": "*"
3131
},
3232
"dependencies": {
3333
"@rocket.chat/password-policies": "workspace:^"

packages/ui-video-conf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@rocket.chat/styled": "*",
6868
"@rocket.chat/ui-avatar": "workspace:^",
6969
"@rocket.chat/ui-contexts": "workspace:^",
70-
"react": "~17.0.2",
71-
"react-dom": "^17.0.2"
70+
"react": "*",
71+
"react-dom": "*"
7272
},
7373
"volta": {
7474
"extends": "../../package.json"

packages/ui-voip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"@rocket.chat/ui-avatar": "workspace:^",
8383
"@rocket.chat/ui-client": "workspace:^",
8484
"@rocket.chat/ui-contexts": "workspace:^",
85-
"react": "~17.0.2",
85+
"react": "*",
8686
"react-aria": "~3.23.1",
87-
"react-dom": "^17.0.2"
87+
"react-dom": "*"
8888
},
8989
"volta": {
9090
"extends": "../../package.json"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8884,7 +8884,7 @@ __metadata:
88848884
peerDependencies:
88858885
"@rocket.chat/fuselage": "*"
88868886
"@rocket.chat/ui-contexts": "workspace:^"
8887-
react: ~17.0.2
8887+
react: "*"
88888888
languageName: unknown
88898889
linkType: soft
88908890

@@ -8984,8 +8984,8 @@ __metadata:
89848984
"@react-aria/toolbar": "*"
89858985
"@rocket.chat/fuselage": "*"
89868986
"@rocket.chat/icons": "*"
8987-
react: ^17.0.2
8988-
react-dom: ^17.0.2
8987+
react: "*"
8988+
react-dom: "*"
89898989
languageName: unknown
89908990
linkType: soft
89918991

@@ -9017,7 +9017,7 @@ __metadata:
90179017
"@rocket.chat/fuselage-hooks": "*"
90189018
"@rocket.chat/i18n": "workspace:~"
90199019
"@rocket.chat/rest-typings": "workspace:^"
9020-
react: ~17.0.2
9020+
react: "*"
90219021
languageName: unknown
90229022
linkType: soft
90239023

@@ -9132,8 +9132,8 @@ __metadata:
91329132
"@rocket.chat/styled": "*"
91339133
"@rocket.chat/ui-avatar": "workspace:^"
91349134
"@rocket.chat/ui-contexts": "workspace:^"
9135-
react: ~17.0.2
9136-
react-dom: ^17.0.2
9135+
react: "*"
9136+
react-dom: "*"
91379137
languageName: unknown
91389138
linkType: soft
91399139

@@ -9201,9 +9201,9 @@ __metadata:
92019201
"@rocket.chat/ui-avatar": "workspace:^"
92029202
"@rocket.chat/ui-client": "workspace:^"
92039203
"@rocket.chat/ui-contexts": "workspace:^"
9204-
react: ~17.0.2
9204+
react: "*"
92059205
react-aria: ~3.23.1
9206-
react-dom: ^17.0.2
9206+
react-dom: "*"
92079207
languageName: unknown
92089208
linkType: soft
92099209

0 commit comments

Comments
 (0)