Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 3, 2020
1 parent 1d1dace commit 3a79f7d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"highlight.js": "~9.18.1",
"humanize": "~0.0.9",
"jsonrpc-lite": "~2.0.7",
"marked": "~1.0.0",
"marked": "~1.1.1",
"prop-types": "~15.7.2",
"querystringify": "~2.1.1",
"querystringify": "~2.2.0",
"rc-animate": "~2.11.1",
"react": "~16.13.1",
"react-dnd": "~10.0.2",
Expand All @@ -41,39 +41,39 @@
"url-parse": "~1.4.7"
},
"devDependencies": {
"@babel/core": "~7.9.6",
"@babel/plugin-proposal-class-properties": "~7.8.3",
"@babel/plugin-proposal-function-bind": "~7.8.3",
"@babel/plugin-proposal-object-rest-spread": "~7.9.6",
"@babel/preset-react": "~7.9.4",
"@babel/core": "~7.11.5",
"@babel/plugin-proposal-class-properties": "~7.10.4",
"@babel/plugin-proposal-function-bind": "~7.11.5",
"@babel/plugin-proposal-object-rest-spread": "~7.11.0",
"@babel/preset-react": "~7.10.4",
"babel-eslint": "~10.1.0",
"babel-loader": "~8.1.0",
"babel-plugin-import": "~1.13.0",
"babel-plugin-redux-saga": "~1.1.2",
"copy-webpack-plugin": "~5.1.1",
"css-loader": "~3.5.3",
"eslint": "~6.8.0",
"eslint": "~7.8.1",
"eslint-config-prettier": "~6.11.0",
"eslint-import-resolver-webpack": "~0.12.1",
"eslint-plugin-import": "~2.20.2",
"eslint-plugin-prettier": "~3.1.3",
"eslint-plugin-react": "~7.19.0",
"file-loader": "~6.0.0",
"html-webpack-plugin": "~4.3.0",
"less": "~3.11.1",
"eslint-import-resolver-webpack": "~0.12.2",
"eslint-plugin-import": "~2.22.0",
"eslint-plugin-prettier": "~3.1.4",
"eslint-plugin-react": "~7.20.6",
"file-loader": "~6.1.0",
"html-webpack-plugin": "~4.4.1",
"less": "~3.12.2",
"less-loader": "~6.0.0",
"mini-css-extract-plugin": "~0.9.0",
"mini-css-extract-plugin": "~0.11.0",
"obsolete-webpack-plugin": "~0.5.6",
"prettier": "~1.19.1",
"react-hot-loader": "~4.12.21",
"redux-logger": "~3.0.6",
"style-loader": "~1.2.1",
"url-loader": "~4.1.0",
"webpack": "~4.43.0",
"webpack-bundle-analyzer": "~3.7.0",
"webpack": "~4.44.1",
"webpack-bundle-analyzer": "~3.8.0",
"webpack-cleanup-plugin": "~0.5.1",
"webpack-cli": "~3.3.11",
"webpack-dev-server": "~3.10.3"
"webpack-cli": "~3.3.12",
"webpack-dev-server": "~3.11.0"
},
"themes": {
"light": {
Expand Down

0 comments on commit 3a79f7d

Please sign in to comment.