Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

chore(deps): update devdependencies #22

Merged
merged 1 commit into from
Sep 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"ts-optchain": "^0.1.8"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@babel/preset-typescript": "7.6.0",
"@hot-loader/react-dom": "16.9.0",
"@storybook/addon-actions": "5.1.11",
"@storybook/addon-knobs": "5.1.11",
Expand All @@ -49,18 +49,18 @@
"@types/storybook__addon-actions": "3.4.3",
"@types/storybook__addon-knobs": "5.0.3",
"@types/storybook__react": "4.0.2",
"@types/webpack": "4.39.0",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"@types/webpack": "4.39.1",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "2.1.0",
"babel-loader": "8.0.6",
"babel-plugin-emotion": "10.0.16",
"babel-plugin-emotion": "10.0.17",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-ts-optchain": "1.1.5",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.2.0",
"eslint": "6.2.2",
"eslint": "6.3.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "6.1.0",
"eslint-config-prettier": "6.2.0",
"eslint-plugin-emotion": "10.0.14",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
Expand All @@ -69,16 +69,16 @@
"eslint-plugin-react-hooks": "2.0.1",
"faker": "4.1.0",
"file-loader": "4.2.0",
"husky": "3.0.4",
"husky": "3.0.5",
"less": "3.10.3",
"less-loader": "5.0.0",
"lint-staged": "9.2.4",
"lint-staged": "9.2.5",
"mini-css-extract-plugin": "0.8.0",
"prettier": "1.18.2",
"style-loader": "1.0.0",
"typescript": "3.5.3",
"webpack": "4.39.2",
"webpack-cli": "3.3.7",
"typescript": "3.6.2",
"webpack": "4.39.3",
"webpack-cli": "3.3.8",
"webpack-dev-server": "3.8.0",
"webpack-manifest-plugin": "2.0.4",
"write-file-webpack-plugin": "4.5.1"
Expand Down
Loading