Skip to content

Commit 95f560a

Browse files
authored
Bump peer dependency version of provider for all packages (#2158)
1 parent 88a9bb6 commit 95f560a

File tree

44 files changed

+44
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-48
lines changed

packages/@react-spectrum/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0-rc.1",
52-
"@react-spectrum/provider": "^3.0.0-rc.1"
52+
"@react-spectrum/provider": "^3.0.0"
5353
},
5454
"publishConfig": {
5555
"access": "public"

packages/@react-spectrum/actionbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"peerDependencies": {
5757
"react": "^16.8.0 || ^17.0.0-rc.1",
58-
"@react-spectrum/provider": "^3.0.0-rc.1"
58+
"@react-spectrum/provider": "^3.0.0"
5959
},
6060
"publishConfig": {
6161
"access": "public"

packages/@react-spectrum/actiongroup/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@react-spectrum/button": "^3.5.0",
4242
"@react-spectrum/form": "^3.2.2",
4343
"@react-spectrum/menu": "^3.3.0",
44-
"@react-spectrum/provider": "^3.2.0",
4544
"@react-spectrum/text": "^3.1.2",
4645
"@react-spectrum/tooltip": "^3.1.3",
4746
"@react-spectrum/utils": "^3.6.0",
@@ -58,7 +57,7 @@
5857
},
5958
"peerDependencies": {
6059
"react": "^16.8.0 || ^17.0.0-rc.1",
61-
"@react-spectrum/provider": "^3.0.0-rc.1"
60+
"@react-spectrum/provider": "^3.2.0"
6261
},
6362
"publishConfig": {
6463
"access": "public"

packages/@react-spectrum/alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"react": "^16.8.0 || ^17.0.0-rc.1",
46-
"@react-spectrum/provider": "^3.0.0-rc.1"
46+
"@react-spectrum/provider": "^3.0.0"
4747
},
4848
"publishConfig": {
4949
"access": "public"

packages/@react-spectrum/breadcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"peerDependencies": {
5252
"react": "^16.8.0 || ^17.0.0-rc.1",
53-
"@react-spectrum/provider": "^3.0.0-rc.1"
53+
"@react-spectrum/provider": "^3.0.0"
5454
},
5555
"publishConfig": {
5656
"access": "public"

packages/@react-spectrum/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0-rc.1",
52-
"@react-spectrum/provider": "^3.0.0-rc.1"
52+
"@react-spectrum/provider": "^3.0.0"
5353
},
5454
"publishConfig": {
5555
"access": "public"

packages/@react-spectrum/buttongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"peerDependencies": {
4747
"react": "^16.8.0 || ^17.0.0-rc.1",
48-
"@react-spectrum/provider": "^3.0.0-rc.1"
48+
"@react-spectrum/provider": "^3.0.0"
4949
},
5050
"publishConfig": {
5151
"access": "public"

packages/@react-spectrum/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"peerDependencies": {
5555
"react": "^16.8.0 || ^17.0.0-rc.1",
56-
"@react-spectrum/provider": "^3.0.0-rc.1"
56+
"@react-spectrum/provider": "^3.0.0"
5757
},
5858
"publishConfig": {
5959
"access": "public"

packages/@react-spectrum/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0-rc.1",
52-
"@react-spectrum/provider": "^3.0.0-rc.1"
52+
"@react-spectrum/provider": "^3.0.0"
5353
},
5454
"publishConfig": {
5555
"access": "public"

packages/@react-spectrum/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"peerDependencies": {
5757
"react": "^16.8.0 || ^17.0.0-rc.1",
58-
"@react-spectrum/provider": "^3.0.0-rc.1"
58+
"@react-spectrum/provider": "^3.0.0"
5959
},
6060
"publishConfig": {
6161
"access": "public"

0 commit comments

Comments
 (0)