Skip to content

Commit

Permalink
chore(ariakit): rm vversion range on ariakit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cnairi committed Nov 8, 2024
1 parent 6cf7956 commit 219b616
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/Accordion/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/icons": "^6.1.1",
"@welcome-ui/system": "^6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/Button/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/loader": "^6.1.1",
"@welcome-ui/system": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/Checkbox/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/utils": "^6.1.1"
},
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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/close-button": "^6.1.1",
"@welcome-ui/system": "^6.1.1",
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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/core": "^6.1.1",
"@welcome-ui/system": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/EmojiPicker/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/emoji": "^6.1.1",
"@welcome-ui/icons": "^6.1.1",
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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/button": "^6.1.1",
"@welcome-ui/close-button": "^6.1.1",
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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/field-group": "^6.1.1",
"@welcome-ui/label": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/Popover/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/button": "^6.1.1",
"@welcome-ui/icons": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/Radio/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/hint": "^6.1.1",
"@welcome-ui/label": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/RadioGroup/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/field-group": "^6.1.1",
"@welcome-ui/radio": "^6.1.1",
"@welcome-ui/system": "^6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/RadioTab/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/button": "^6.1.1",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/utils": "^6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/Tabs/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/utils": "^6.1.1",
"react-flatten-children": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/Toggle/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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/checkbox": "^6.1.1",
"@welcome-ui/system": "^6.1.1"
},
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.4.13",
"@ariakit/react": "0.4.13",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/system": "^6.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"@floating-ui/dom" "^1.0.0"
use-sync-external-store "^1.2.0"

"@ariakit/[email protected]", "@ariakit/react@^0.4.13":
"@ariakit/[email protected]":
version "0.4.13"
resolved "https://registry.yarnpkg.com/@ariakit/react/-/react-0.4.13.tgz#9ea7616755624f113fe3942ff4af685c1376244a"
integrity sha512-pTGYgoqCojfyt2xNJ5VQhejxXwwtcP7VDDqcnnVChv7TA2TWWyYerJ5m4oxViI1pgeNqnHZwKlQ79ZipF7W2kQ==
Expand Down

0 comments on commit 219b616

Please sign in to comment.