Skip to content

Commit

Permalink
chore(deps): update reakit related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hobl committed Feb 23, 2021
1 parent c57d008 commit 96fa28f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/quark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"deepmerge": "^4.2.2",
"hoist-non-react-statics": "^3.3.2",
"otion": "^0.3.2",
"reakit-system": "^0.12.1"
"reakit-system": "^0.15.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/stack/src/Stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const Stack = quark<'div', StackOptions, StackHTMLProps>('div', {

'@supports': {
'not (display: grid)': {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
alignItems: toArray(options.align).map((align) =>
align === 'center' ? align : `flex-${align}`,
),
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"deepmerge": "^4.2.2",
"merge-props": "^5.0.1",
"reakit-utils": "^0.12.1",
"reakit-utils": "^0.15.1",
"type-fest": "^0.21.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4959,17 +4959,17 @@ readdirp@~3.5.0:
dependencies:
picomatch "^2.2.1"

reakit-system@^0.12.1:
version "0.12.2"
resolved "https://registry.yarnpkg.com/reakit-system/-/reakit-system-0.12.2.tgz#f1a8c3341f75f3e52eb75ef4ff10663c70bbe6de"
integrity sha512-+/tZ/atDbHhDOapcIxniNZd7z0cze1L9MJBEnvykqM/bdqUE59Eb/OQ6odPZwK35gcN1lNyZtw7DgnFrmsDi4w==
reakit-system@^0.15.1:
version "0.15.1"
resolved "https://registry.yarnpkg.com/reakit-system/-/reakit-system-0.15.1.tgz#bf5cc7a03f60a817373bc9cbb4a689c1f4100547"
integrity sha512-PkqfAyEohtcEu/gUvKriCv42NywDtUgvocEN3147BI45dOFAB89nrT7wRIbIcKJiUT598F+JlPXAZZVLWhc1Kg==
dependencies:
reakit-utils "^0.12.1"
reakit-utils "^0.15.1"

reakit-utils@^0.12.1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/reakit-utils/-/reakit-utils-0.12.1.tgz#716edd0a468ed4472c7b780450125478d6dce898"
integrity sha512-P66TYzmQFD5CqNWcRvbPb6B5nXRLfiWqwTJhVGDUeOJTSdlnjfsBuOIauojfuS+p4yeyFVsUFsFwuBM6uZ8F3A==
reakit-utils@^0.15.1:
version "0.15.1"
resolved "https://registry.yarnpkg.com/reakit-utils/-/reakit-utils-0.15.1.tgz#797f0a43f6a1dbc22d161224d5d2272e287dbfe3"
integrity sha512-6cZgKGvOkAMQgkwU9jdYbHfkuIN1Pr+vwcB19plLvcTfVN0Or10JhIuj9X+JaPZyI7ydqTDFaKNdUcDP69o/+Q==

redent@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 96fa28f

Please sign in to comment.