Skip to content

Commit

Permalink
resolve missing peers
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Apr 19, 2024
1 parent fbbba2b commit 0a4fed6
Show file tree
Hide file tree
Showing 18 changed files with 195 additions and 28 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,17 @@
"@storybook/addon-links": "^6.5.12",
"@storybook/addons": "^6.5.12",
"@storybook/api": "^6.5.12",
"@storybook/client-api": "^6.5.12",
"@storybook/components": "^6.5.12",
"@storybook/core-events": "^6.5.12",
"@storybook/jest": "^0.0.10",
"@storybook/preview-web": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/test-runner": "^0.9.0",
"@storybook/testing-library": "^0.0.13",
"@storybook/testing-react": "^1.3.0",
"@storybook/theming": "^6.5.12",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down Expand Up @@ -154,6 +159,7 @@
"p-queue": "^6.2.1",
"parcel": "^2.12.0",
"patch-package": "^6.2.0",
"playwright": "^1.14.0",
"plop": "^2.4.0",
"postcss": "^8.4.24",
"postcss-custom-properties": "^13.2.0",
Expand All @@ -168,6 +174,7 @@
"recast": "^0.20",
"recursive-readdir": "^2.2.2",
"regenerator-runtime": "0.13.3",
"require-from-string": "^2.0.2",
"rimraf": "^2.6.3",
"sharp": "^0.31.2",
"sinon": "^7.3.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/@adobe/react-spectrum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10"
"@babel/cli": "^7.12.10",
"@babel/core": "^7.24.3"
}
}
3 changes: 2 additions & 1 deletion packages/@react-aria/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.12.10"
"@babel/cli": "^7.12.10",
"@babel/core": "^7.24.3"
}
}
6 changes: 5 additions & 1 deletion packages/@react-spectrum/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^"
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/@react-spectrum/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^"
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/@react-spectrum/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^"
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/@react-spectrum/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^"
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
8 changes: 6 additions & 2 deletions packages/@react-spectrum/dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^"
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/@react-spectrum/numberfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^"
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/@react-spectrum/searchfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^"
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/@react-spectrum/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "workspace:^",
"@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/use-sync-external-store": "^0.0.3"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/@spectrum-icons/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@spectrum-icons/build-tools": "workspace:^"
"@spectrum-icons/build-tools": "workspace:^",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/@spectrum-icons/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@spectrum-icons/build-tools": "workspace:^"
"@spectrum-icons/build-tools": "workspace:^",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/@spectrum-icons/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@spectrum-icons/build-tools": "workspace:^"
"@spectrum-icons/build-tools": "workspace:^",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/dev/parcel-transformer-mdx-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"tree-sitter-highlight": "^1.0.1",
"unist-util-flatmap": "^1.0.0",
"unist-util-visit": "^4.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
}
}
3 changes: 2 additions & 1 deletion packages/react-aria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.12.10"
"@babel/cli": "^7.12.10",
"@babel/core": "^7.24.3"
}
}
3 changes: 2 additions & 1 deletion packages/react-stately/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.12.10"
"@babel/cli": "^7.12.10",
"@babel/core": "^7.24.3"
}
}

0 comments on commit 0a4fed6

Please sign in to comment.