Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Jul 9, 2020
1 parent 78d8de5 commit 97f4912
Show file tree
Hide file tree
Showing 2 changed files with 884 additions and 901 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"@hot-loader/react-dom": "^16.10.2",
"@loadable/component": "^5.11.0",
"@loadable/server": "^5.11.0",
"@loadable/component": "^5.13.1",
"@loadable/server": "^5.13.1",
"asset-require-hook": "^1.2.0",
"autoprefixer": "^9.8.4",
"axios": "^0.19.0",
Expand All @@ -113,11 +113,11 @@
"helmet": "^3.23.3",
"history": "^4.10.1",
"html-minifier": "^4.0.0",
"i18next": "^19.5.1",
"i18next": "^19.5.4",
"i18next-browser-languagedetector": "^5.0.0",
"i18next-xhr-backend": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"moment-timezone": "^0.5.27",
"mongodb": "^3.5.8",
"node-sass": "^4.13.0",
Expand All @@ -141,7 +141,7 @@
"react-router-last-location": "^2.0.1",
"react-spinners": "^0.9.0",
"react-switch": "^5.0.1",
"react-toastify": "^6.0.6",
"react-toastify": "^6.0.8",
"reactstrap": "^8.5.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
Expand All @@ -154,20 +154,20 @@
"validator": "^13.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/node": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/plugin-transform-spread": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.10.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.6.3",
"@babel/runtime": "^7.10.3",
"@loadable/babel-plugin": "^5.11.0",
"@loadable/webpack-plugin": "^5.7.1",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/plugin-transform-spread": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@loadable/babel-plugin": "^5.13.0",
"@loadable/webpack-plugin": "^5.13.0",
"@storybook/react": "^5.2.8",
"address": "^1.1.2",
"babel-eslint": "^10.0.3",
Expand All @@ -176,16 +176,16 @@
"compression-webpack-plugin": "^4.0.0",
"css-loader": "^3.6.0",
"del-cli": "^3.0.0",
"eslint": "^7.3.1",
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.16.0",
"flow-bin": "^0.128.0",
"eslint-plugin-react": "^7.20.3",
"flow-bin": "^0.129.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"imagemin-webpack-plugin": "^2.4.2",
"jest": "^26.1.0",
Expand All @@ -199,7 +199,7 @@
"prettier": "^2.0.2",
"react-dev-utils": "^10.2.1",
"react-test-renderer": "^16.12.0",
"sass-loader": "^8.0.0",
"sass-loader": "^9.0.2",
"tcp-port-used": "^1.0.1",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.0.0",
Expand Down
Loading

0 comments on commit 97f4912

Please sign in to comment.