Skip to content

Commit

Permalink
chore: fix version of ariakit
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Jul 24, 2023
1 parent c357a91 commit 39541a7
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 45 deletions.
4 changes: 2 additions & 2 deletions packages/Accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/icons": "^5.0.0-alpha.41",
"@welcome-ui/system": "^5.0.0-alpha.40",
"react-animate-height": "^3.1.1",
"@ariakit/react": "^0.2.10"
"react-animate-height": "^3.1.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/Button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.37",
"@ariakit/react": "^0.2.10"
"@welcome-ui/utils": "^5.0.0-alpha.37"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/Checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.37",
"@ariakit/react": "^0.2.10"
"@welcome-ui/utils": "^5.0.0-alpha.37"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/Drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "^0.2.12",
"@ariakit/react": "0.2.12",
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/close-button": "^5.0.0-alpha.41",
"@welcome-ui/system": "^5.0.0-alpha.40",
Expand Down
2 changes: 1 addition & 1 deletion packages/DropdownMenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "^0.2.12",
"@ariakit/react": "0.2.12",
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.37"
Expand Down
2 changes: 1 addition & 1 deletion packages/Modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "^0.2.12",
"@ariakit/react": "0.2.12",
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/close-button": "^5.0.0-alpha.41",
"@welcome-ui/shape": "^5.0.0-alpha.40",
Expand Down
2 changes: 1 addition & 1 deletion packages/Picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "^0.2.12",
"@ariakit/react": "0.2.12",
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/field-group": "^5.0.0-alpha.41",
"@welcome-ui/label": "^5.0.0-alpha.41",
Expand Down
4 changes: 2 additions & 2 deletions packages/Popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/button": "^5.0.0-alpha.40",
"@welcome-ui/icons": "^5.0.0-alpha.41",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@ariakit/react": "^0.2.10"
"@welcome-ui/system": "^5.0.0-alpha.40"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/Radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/hint": "^5.0.0-alpha.40",
"@welcome-ui/label": "^5.0.0-alpha.41",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.37",
"@ariakit/react": "^0.2.10"
"@welcome-ui/utils": "^5.0.0-alpha.37"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/RadioGroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/field-group": "^5.0.0-alpha.41",
"@welcome-ui/radio": "^5.0.0-alpha.41",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@ariakit/react": "^0.2.10"
"@welcome-ui/system": "^5.0.0-alpha.40"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/RadioTab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/button": "^5.0.0-alpha.40",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.37",
"@ariakit/react": "^0.2.10"
"@welcome-ui/utils": "^5.0.0-alpha.37"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/Tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.37",
"react-flatten-children": "^1.0.0",
"@ariakit/react": "^0.2.10"
"react-flatten-children": "^1.0.0"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/Toggle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "0.2.12",
"@welcome-ui/checkbox": "^5.0.0-alpha.40",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@ariakit/react": "^0.2.10"
"@welcome-ui/system": "^5.0.0-alpha.40"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/Tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@ariakit/react": "^0.2.12"
"@ariakit/react": "0.2.12"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
23 changes: 1 addition & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,25 +146,11 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@ariakit/[email protected]":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@ariakit/core/-/core-0.2.6.tgz#669bf6baf2404c8b81c732f039a7f99b3cd985c4"
integrity sha512-83r2YmLvHLsV2NoclM5sfpLXfJ9S3R4lQIZK5Iad/KdfuFolvtVKPVrLW9OGoD1D4OuLxO1PgYKZEDPH0a1TjQ==

"@ariakit/[email protected]":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@ariakit/core/-/core-0.2.7.tgz#b7ee9d44ec552f3010201ed01c4f40f18afc48c3"
integrity sha512-Hs0N1EMYq88WW4v9xnSIHNR38TvbQuoUX6FYFmeLCZSTIXQBiET7lr1DQXwOOmdEtRtlxQ5HsxbTkxeOkPv+eg==

"@ariakit/[email protected]":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@ariakit/react-core/-/react-core-0.2.10.tgz#ab53ac187eddd206e71664e887ed30ed34079c59"
integrity sha512-/MBX9ToIBQUR//uaOs1XzLz+Zq7ECMQmr670mXiDg3L9bu0siQKP3vD2Fl8RDRWMEMOk6+0Utr3Fm49hYlg24g==
dependencies:
"@ariakit/core" "0.2.6"
"@floating-ui/dom" "^1.0.0"
use-sync-external-store "^1.2.0"

"@ariakit/[email protected]":
version "0.2.12"
resolved "https://registry.yarnpkg.com/@ariakit/react-core/-/react-core-0.2.12.tgz#b2b1184f0ed5e817e92b76ae8684caec7f2eca06"
Expand All @@ -174,14 +160,7 @@
"@floating-ui/dom" "^1.0.0"
use-sync-external-store "^1.2.0"

"@ariakit/react@^0.2.10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@ariakit/react/-/react-0.2.10.tgz#d839eda26443ae822b69a4287355cfaab09fd7df"
integrity sha512-T0ftSgAuEXzA5MvurSWALfJBhTHzEgkXTDWEBTOkSzR5nxilPU/80UgA7dKHi4SGA3wUXIIMjRb42Djk3Qi9pQ==
dependencies:
"@ariakit/react-core" "0.2.10"

"@ariakit/react@^0.2.12":
"@ariakit/[email protected]":
version "0.2.12"
resolved "https://registry.yarnpkg.com/@ariakit/react/-/react-0.2.12.tgz#4a2a2c0977e40cf192f44f3c54ea61d7ac4e02ac"
integrity sha512-4rAgMyUURHW78EKgRCanhyRUtsiYCOxO65BBHF4mg3tZsDeOvu9kBG5IAXX8mUgakTcyr0EKXuOtGThaj7gobA==
Expand Down

0 comments on commit 39541a7

Please sign in to comment.