Skip to content

Commit

Permalink
chore(deps): ⬆️ update multiple deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 17, 2020
1 parent 34b1f99 commit 0011bd7
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
"@react-aria/link": "3.1.1",
"@react-aria/utils": "3.2.1",
"@react-stately/toggle": "3.2.0",
"@types/jest-in-case": "^1.0.2",
"emotion": "10.0.27",
"react-use-gesture": "7.0.16",
"reakit": "1.2.4",
"reakit-system": "0.14.4",
Expand All @@ -45,56 +43,58 @@
},
"devDependencies": {
"@babel/core": "7.11.6",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@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",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.0.2",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "26.0.13",
"@testing-library/react": "11.0.4",
"@testing-library/react-hooks": "3.4.1",
"@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/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.1.0",
"@typescript-eslint/parser": "4.1.0",
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"chalk": "^4.1.0",
"eslint": "7.8.1",
"chalk": "4.1.0",
"emotion": "10.0.27",
"eslint": "7.9.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.0",
"eslint-plugin-react-hooks": "4.1.2",
"gacp": "2.10.0",
"husky": "4.3.0",
"jest": "26.4.2",
"jest-axe": "4.0.0",
"jest-in-case": "^1.0.2",
"jest-in-case": "1.0.2",
"jest-matcher-utils": "26.4.2",
"lint-staged": "10.3.0",
"lodash": "^4.17.20",
"prettier": "2.1.1",
"lint-staged": "10.4.0",
"lodash": "4.17.20",
"prettier": "2.1.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^6.8.1",
"react-hook-form": "6.8.2",
"react-spring": "8.0.27",
"react-test-renderer": "16.13.1",
"react-transition-group": "4.4.1",
"sort-package-json": "1.44.0",
"sort-package-json": "1.46.0",
"ts-jest": "26.3.0",
"ts-morph": "^8.1.0",
"ts-morph": "8.1.0",
"typescript": "4.0.2"
}
}

0 comments on commit 0011bd7

Please sign in to comment.