Skip to content

Commit

Permalink
Merge pull request #531 from nextui-org/fix_522/ssr-provider-inconsin…
Browse files Browse the repository at this point in the history
…tent-ids

Fix 522/ssr provider inconsintent ids
  • Loading branch information
jrgarciadev committed Jun 9, 2022
2 parents 69f3557 + 1df8b48 commit cec5b0b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1,013 deletions.
58 changes: 29 additions & 29 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"license": "MIT",
"description": "🚀 Beautiful and modern React UI library.",
"homepage": "https://nextui.org",
Expand Down Expand Up @@ -55,33 +55,33 @@
},
"dependencies": {
"@babel/runtime": "7.9.6",
"@react-aria/button": "3.4.4",
"@react-aria/checkbox": "3.3.4",
"@react-aria/dialog": "3.1.9",
"@react-aria/focus": "3.5.5",
"@react-aria/i18n": "3.3.9",
"@react-aria/interactions": "3.8.4",
"@react-aria/label": "3.2.5",
"@react-aria/menu": "3.4.4",
"@react-aria/overlays": "3.8.2",
"@react-aria/radio": "3.1.11",
"@react-aria/ssr": "3.1.2",
"@react-aria/table": "3.2.4",
"@react-aria/utils": "3.12.0",
"@react-aria/visually-hidden": "3.2.8",
"@react-stately/checkbox": "3.0.7",
"@react-stately/data": "3.4.7",
"@react-stately/overlays": "3.2.0",
"@react-stately/radio": "3.3.6",
"@react-stately/table": "3.1.3",
"@react-stately/toggle": "3.2.7",
"@react-stately/tree": "3.2.4",
"@react-types/button": "^3.4.5",
"@react-types/checkbox": "3.2.7",
"@react-types/grid": "3.0.4",
"@react-types/menu": "3.5.3",
"@react-types/overlays": "3.5.5",
"@react-types/shared": "3.12.0",
"@react-aria/button": "3.5.0",
"@react-aria/checkbox": "3.4.0",
"@react-aria/dialog": "3.2.0",
"@react-aria/focus": "3.6.0",
"@react-aria/i18n": "3.4.0",
"@react-aria/interactions": "3.9.0",
"@react-aria/label": "3.3.0",
"@react-aria/menu": "3.5.0",
"@react-aria/overlays": "3.9.0",
"@react-aria/radio": "3.2.0",
"@react-aria/ssr": "3.2.0",
"@react-aria/table": "3.3.0",
"@react-aria/utils": "3.13.0",
"@react-aria/visually-hidden": "3.3.0",
"@react-stately/checkbox": "3.1.0",
"@react-stately/data": "3.5.0",
"@react-stately/overlays": "3.3.0",
"@react-stately/radio": "3.4.0",
"@react-stately/table": "3.2.0",
"@react-stately/toggle": "3.3.0",
"@react-stately/tree": "3.3.0",
"@react-types/button": "^3.5.0",
"@react-types/checkbox": "3.3.0",
"@react-types/grid": "3.1.0",
"@react-types/menu": "3.6.0",
"@react-types/overlays": "3.6.0",
"@react-types/shared": "3.13.0",
"@stitches/react": "1.2.8"
},
"peerDependencies": {
Expand All @@ -99,7 +99,7 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@react-bootstrap/babel-preset": "^2.1.0",
"@storybook/react": "^6.3.10",
"@storybook/react": "^6.5.3",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
Expand Down

0 comments on commit cec5b0b

Please sign in to comment.