Skip to content

Commit

Permalink
chore(deps): ⬆️ update project & dev deps (#60)
Browse files Browse the repository at this point in the history
* chore(deps): ⬆️  update project & dev deps

* chore(deps): ⬆️  update dev deps

* chore(deps): ✏️  move reakit test utils to dev deps
  • Loading branch information
navin-moorthy authored Sep 30, 2020
1 parent 7c6442a commit 05dab57
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,59 +26,58 @@
"test": "jest"
},
"dependencies": {
"@chakra-ui/counter": "1.0.0-rc.3",
"@chakra-ui/hooks": "1.0.0-rc.3",
"@chakra-ui/utils": "1.0.0-rc.3",
"@chakra-ui/counter": "1.0.0-rc.4",
"@chakra-ui/hooks": "1.0.0-rc.4",
"@chakra-ui/utils": "1.0.0-rc.4",
"@react-aria/button": "3.2.1",
"@react-aria/i18n": "^3.1.1",
"@react-aria/i18n": "3.1.1",
"@react-aria/interactions": "3.2.0",
"@react-aria/link": "3.1.1",
"@react-aria/utils": "3.2.1",
"@react-aria/visually-hidden": "^3.2.0",
"@react-stately/toggle": "3.2.0",
"date-fns": "^2.16.1",
"date-fns": "2.16.1",
"react-use-gesture": "7.0.16",
"reakit": "1.2.4",
"reakit-system": "0.14.4",
"reakit-test-utils": "0.14.4",
"reakit-utils": "0.14.3",
"reakit": "1.2.5",
"reakit-system": "0.14.5",
"reakit-utils": "0.14.4",
"uuid": "8.3.0"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@storybook/addon-a11y": "6.0.21",
"@storybook/addon-actions": "6.0.21",
"@storybook/addon-essentials": "6.0.21",
"@storybook/addon-links": "6.0.21",
"@storybook/addon-storysource": "6.0.21",
"@storybook/react": "6.0.21",
"@storybook/addon-a11y": "6.0.22",
"@storybook/addon-actions": "6.0.22",
"@storybook/addon-essentials": "6.0.22",
"@storybook/addon-links": "6.0.22",
"@storybook/addon-storysource": "6.0.22",
"@storybook/react": "6.0.22",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.0.4",
"@testing-library/react-hooks": "3.4.1",
"@testing-library/react-hooks": "3.4.2",
"@types/jest": "26.0.14",
"@types/jest-axe": "3.5.0",
"@types/jest-in-case": "1.0.2",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/react-transition-group": "4.4.0",
"@types/testing-library__jest-dom": "5.9.2",
"@types/testing-library__jest-dom": "5.9.4",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"chalk": "4.1.0",
"emotion": "10.0.27",
"eslint": "7.9.0",
"eslint-config-prettier": "6.11.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.12.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react": "7.21.2",
"eslint-plugin-react-hooks": "4.1.2",
"gacp": "2.10.0",
"husky": "4.3.0",
Expand All @@ -91,13 +90,14 @@
"prettier": "2.1.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "6.8.2",
"react-hook-form": "6.8.6",
"react-spring": "8.0.27",
"react-test-renderer": "16.13.1",
"react-transition-group": "4.4.1",
"reakit-test-utils": "0.14.5",
"sort-package-json": "1.46.0",
"ts-jest": "26.3.0",
"ts-morph": "8.1.0",
"typescript": "4.0.2"
"ts-jest": "26.4.1",
"ts-morph": "8.1.1",
"typescript": "4.0.3"
}
}
2 changes: 1 addition & 1 deletion src/breadcrumbs/__tests__/Breadcrumbs.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ describe("Breadcrumb", () => {
<a
aria-current="page"
aria-disabled="true"
disabled=""
href="https://www.w3.org/TR/wai-aria-practices-1.1/#breadcrumb"
style="pointer-events: none;"
tabindex="-1"
>
Breadcrumb Pattern
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/link/__tests__/Link.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ describe("ReakitLink", () => {
<div>
<a
aria-disabled="true"
disabled=""
href="#"
rel="noopener noreferrer"
style="pointer-events: none;"
tabindex="-1"
target="_blank"
>
link
Expand Down
3 changes: 1 addition & 2 deletions src/slider/SliderState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* We improved the hook [useSlider](https://github.com/chakra-ui/chakra-ui/blob/af613020125265914a9dcb74c92a07a16aa4ff8e/packages/slider/src/use-slider.ts)
* to work with Reakit System
*/
import { ensureFocus } from "reakit-utils";
import { createOnKeyDown, ensureFocus } from "reakit-utils";
import {
useState,
useRef,
Expand All @@ -22,7 +22,6 @@ import {
useUpdateEffect,
} from "@chakra-ui/hooks";
import {
createOnKeyDown,
getBox,
getOwnerDocument,
percentToValue,
Expand Down

0 comments on commit 05dab57

Please sign in to comment.