Skip to content

Commit

Permalink
fix: 🐛 upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayKnight committed Aug 17, 2020
1 parent 78d9ff1 commit 6ad86fe
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@
]
},
"devDependencies": {
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@material-ui/core": "4.11.0",
"@storybook/addon-actions": "6.0.7",
"@storybook/addon-docs": "6.0.7",
"@storybook/addon-knobs": "6.0.7",
"@storybook/react": "6.0.7",
"@storybook/addon-actions": "6.0.12",
"@storybook/addon-docs": "6.0.12",
"@storybook/addon-knobs": "6.0.12",
"@storybook/react": "6.0.12",
"@testing-library/jest-dom": "5.11.3",
"@testing-library/react": "10.4.8",
"@types/ajv-keywords": "3.4.0",
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/jest-expect-message": "1.0.2",
"@types/react": "16.9.46",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"babel-loader": "8.1.0",
"babel-preset-react-app": "9.1.2",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-jest-dom": "3.1.7",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.0.8",
"eslint-plugin-react-hooks": "4.1.0",
"eslint-plugin-testing-library": "3.6.0",
"husky": "4.2.5",
"jest": "26.4.0",
Expand All @@ -78,7 +78,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.0.5",
"react-is": "16.13.1",
"rollup": "2.25.0",
"rollup": "2.26.3",
"rollup-plugin-typescript2": "0.27.2",
"semantic-release": "17.1.1",
"ts-jest": "26.2.0",
Expand All @@ -87,18 +87,18 @@
},
"dependencies": {
"@apollo/client": "3.1.3",
"@storybook/addons": "6.0.7",
"@storybook/api": "6.0.7",
"@storybook/components": "6.0.7",
"@storybook/core": "6.0.7",
"@storybook/core-events": "6.0.7",
"@storybook/theming": "6.0.7",
"ajv": "6.12.3",
"@storybook/addons": "6.0.12",
"@storybook/api": "6.0.12",
"@storybook/components": "6.0.12",
"@storybook/core": "6.0.12",
"@storybook/core-events": "6.0.12",
"@storybook/theming": "6.0.12",
"ajv": "6.12.4",
"ajv-keywords": "3.5.2",
"axios": "0.19.2",
"change-case": "4.1.1",
"date-fns": "2.15.0",
"downshift": "6.0.3",
"downshift": "6.0.5",
"graphql": "15.3.0",
"react": "16.13.1",
"react-json-view": "1.19.1"
Expand Down

0 comments on commit 6ad86fe

Please sign in to comment.