Skip to content

Commit

Permalink
Fix missing peer dependencies (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Aug 3, 2021
1 parent c97efdd commit 3d09b10
Show file tree
Hide file tree
Showing 40 changed files with 155 additions and 34 deletions.
4 changes: 4 additions & 0 deletions packages/@adobe/react-spectrum/package.json
Expand Up @@ -63,5 +63,9 @@
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
}
}
3 changes: 2 additions & 1 deletion packages/@react-aria/calendar/package.json
Expand Up @@ -31,7 +31,8 @@
"date-fns": "^1.30.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/color/package.json
Expand Up @@ -30,7 +30,8 @@
"@react-types/slider": "^3.0.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/combobox/package.json
Expand Up @@ -35,7 +35,8 @@
"@react-types/shared": "^3.7.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/datepicker/package.json
Expand Up @@ -32,7 +32,8 @@
"@react-types/shared": "^3.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/grid/package.json
Expand Up @@ -30,7 +30,8 @@
"@react-types/shared": "^3.7.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/numberfield/package.json
Expand Up @@ -31,7 +31,8 @@
"@react-types/textfield": "^3.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/select/package.json
Expand Up @@ -32,7 +32,8 @@
"@react-types/shared": "^3.6.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/spinbutton/package.json
Expand Up @@ -25,7 +25,8 @@
"@react-types/shared": "^3.6.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-aria/table/package.json
Expand Up @@ -33,7 +33,8 @@
"@react-types/table": "3.0.0-beta.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 1 addition & 3 deletions packages/@react-aria/tooltip/package.json
Expand Up @@ -20,15 +20,13 @@
"@babel/runtime": "^7.6.2",
"@react-aria/focus": "^3.3.0",
"@react-aria/interactions": "^3.4.0",
"@react-aria/overlays": "^3.6.3",
"@react-aria/utils": "^3.8.0",
"@react-stately/tooltip": "^3.0.4",
"@react-types/shared": "^3.6.0",
"@react-types/tooltip": "^3.1.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/actionbar/package.json
Expand Up @@ -55,7 +55,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/actiongroup/package.json
Expand Up @@ -57,7 +57,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.2.0"
"@react-spectrum/provider": "^3.2.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/breadcrumbs/package.json
Expand Up @@ -50,7 +50,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/calendar/package.json
Expand Up @@ -53,7 +53,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/color/package.json
Expand Up @@ -55,7 +55,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/combobox/package.json
Expand Up @@ -62,7 +62,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/datepicker/package.json
Expand Up @@ -56,7 +56,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/dialog/package.json
Expand Up @@ -59,7 +59,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/list/package.json
Expand Up @@ -62,7 +62,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.2.0"
"@react-spectrum/provider": "^3.2.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/listbox/package.json
Expand Up @@ -56,7 +56,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.2.0"
"@react-spectrum/provider": "^3.2.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/menu/package.json
Expand Up @@ -63,7 +63,8 @@
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/numberfield/package.json
Expand Up @@ -56,7 +56,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/picker/package.json
Expand Up @@ -58,7 +58,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.1.4"
"@react-spectrum/provider": "^3.1.4",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/provider/package.json
Expand Up @@ -44,7 +44,8 @@
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/sidenav/package.json
Expand Up @@ -54,7 +54,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/table/package.json
Expand Up @@ -59,7 +59,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@react-spectrum/tabs/package.json
Expand Up @@ -55,7 +55,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions packages/@react-spectrum/theme-dark/package.json
Expand Up @@ -39,5 +39,8 @@
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
}
}
3 changes: 3 additions & 0 deletions packages/@react-spectrum/theme-default/package.json
Expand Up @@ -39,5 +39,8 @@
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
}
}
3 changes: 3 additions & 0 deletions packages/@react-spectrum/theme-light/package.json
Expand Up @@ -39,5 +39,8 @@
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
}
}
3 changes: 2 additions & 1 deletion packages/@react-spectrum/tooltip/package.json
Expand Up @@ -51,7 +51,8 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
"@react-spectrum/provider": "^3.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 3 additions & 1 deletion packages/@react-spectrum/tree/package.json
Expand Up @@ -47,7 +47,9 @@
"@react-aria/tree": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
Expand Down
3 changes: 3 additions & 0 deletions packages/@react-types/calendar/package.json
Expand Up @@ -14,5 +14,8 @@
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
}
}
3 changes: 3 additions & 0 deletions packages/@react-types/datepicker/package.json
Expand Up @@ -14,5 +14,8 @@
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
}
}
3 changes: 3 additions & 0 deletions packages/@react-types/pagination/package.json
Expand Up @@ -14,5 +14,8 @@
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
}
}
3 changes: 2 additions & 1 deletion packages/@spectrum-icons/color/package.json
Expand Up @@ -19,7 +19,8 @@
"@spectrum-icons/build-tools": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@spectrum-icons/ui/package.json
Expand Up @@ -19,7 +19,8 @@
"@spectrum-icons/build-tools": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@spectrum-icons/workflow/package.json
Expand Up @@ -19,7 +19,8 @@
"@spectrum-icons/build-tools": "3.0.0-alpha.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1",
"@react-spectrum/provider": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3d09b10

Please sign in to comment.