Skip to content

Commit

Permalink
Removed layout dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jul 8, 2022
1 parent af2f938 commit cf99f38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-falcons-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@saas-ui/hotkeys': patch
---

Removed dependency
1 change: 0 additions & 1 deletion packages/saas-ui-hotkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@chakra-ui/layout": "^2.0.3",
"@chakra-ui/react-utils": "^2.0.1",
"@chakra-ui/utils": "^2.0.2",
"@saas-ui/search-input": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-hotkeys/src/hotkeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { cx, __DEV__ } from '@chakra-ui/utils'
import { createContext } from '@chakra-ui/react-utils'

import { Kbd } from '@chakra-ui/layout'
import { Kbd } from '@chakra-ui/react'

import { SearchInput, SearchInputProps } from '@saas-ui/search-input'

Expand Down
15 changes: 0 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3080,20 +3080,6 @@ __metadata:
languageName: node
linkType: hard

"@chakra-ui/layout@npm:^2.0.3":
version: 2.0.3
resolution: "@chakra-ui/layout@npm:2.0.3"
dependencies:
"@chakra-ui/icon": 3.0.2
"@chakra-ui/react-utils": 2.0.1
"@chakra-ui/utils": 2.0.2
peerDependencies:
"@chakra-ui/system": ">=2.0.0-next.0"
react: ">=18"
checksum: 5687ea9de3e21715c677f828a8d4a8d2b798f324d66f6e4a86cb2bc35c09edc01f79c3e83dff75196c7c5250fed1d2c03c5c1d3fb9059ba3f9a19109e0a98216
languageName: node
linkType: hard

"@chakra-ui/live-region@npm:2.0.2":
version: 2.0.2
resolution: "@chakra-ui/live-region@npm:2.0.2"
Expand Down Expand Up @@ -6058,7 +6044,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@saas-ui/hotkeys@workspace:packages/saas-ui-hotkeys"
dependencies:
"@chakra-ui/layout": ^2.0.3
"@chakra-ui/react-utils": ^2.0.1
"@chakra-ui/utils": ^2.0.2
"@saas-ui/search-input": "workspace:*"
Expand Down

0 comments on commit cf99f38

Please sign in to comment.