Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 9, 2020
1 parent c4ff4b9 commit be098b4
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 660 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,47 +39,47 @@
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@hot-loader/react-dom": "16.13.0",
"@storybook/addon-actions": "5.3.17",
"@storybook/addon-knobs": "5.3.17",
"@storybook/addon-links": "5.3.17",
"@storybook/addons": "5.3.17",
"@storybook/cli": "5.3.17",
"@storybook/react": "5.3.17",
"@storybook/addon-actions": "5.3.18",
"@storybook/addon-knobs": "5.3.18",
"@storybook/addon-links": "5.3.18",
"@storybook/addons": "5.3.18",
"@storybook/cli": "5.3.18",
"@storybook/react": "5.3.18",
"@types/clean-webpack-plugin": "0.1.3",
"@types/copy-webpack-plugin": "5.0.0",
"@types/faker": "4.1.11",
"@types/file-loader": "4.2.0",
"@types/html-webpack-plugin": "3.2.2",
"@types/jest": "25.1.4",
"@types/jest": "25.2.1",
"@types/mini-css-extract-plugin": "0.9.1",
"@types/react": "16.9.26",
"@types/react-dom": "16.9.5",
"@types/react-router": "5.1.4",
"@types/react": "16.9.33",
"@types/react-dom": "16.9.6",
"@types/react-router": "5.1.5",
"@types/react-router-dom": "5.1.3",
"@types/react-test-renderer": "16.9.2",
"@types/styled-components": "5.0.1",
"@types/webpack": "4.41.8",
"@types/webpack": "4.41.10",
"@types/webpack-dev-server": "3.10.1",
"@typescript-eslint/eslint-plugin": "2.25.0",
"@typescript-eslint/parser": "2.25.0",
"@typescript-eslint/eslint-plugin": "2.27.0",
"@typescript-eslint/parser": "2.27.0",
"awesome-typescript-loader": "5.2.1",
"babel-core": "6.26.3",
"babel-loader": "8.1.0",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-runtime": "6.26.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"css-loader": "3.5.1",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.19.0",
Expand All @@ -89,16 +89,16 @@
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "4.2.3",
"jest": "25.2.3",
"jest": "25.3.0",
"less": "3.11.1",
"less-loader": "5.0.0",
"lint-staged": "10.0.9",
"lint-staged": "10.1.3",
"mini-css-extract-plugin": "0.9.0",
"prettier": "1.19.1",
"react-test-renderer": "16.13.1",
"style-loader": "1.1.3",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"ts-jest": "25.3.1",
"ts-node": "8.8.2",
"typescript": "3.8.3",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
Expand Down Expand Up @@ -138,7 +138,7 @@
]
},
"resolutions": {
"@types/react": "16.9.26",
"@types/react-dom": "16.9.5"
"@types/react": "16.9.33",
"@types/react-dom": "16.9.6"
}
}
Loading

0 comments on commit be098b4

Please sign in to comment.