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

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Jan 17, 2020
1 parent bf719ad commit d203608
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"flow-bin": "^0.114.0",
"flow-bin": "^0.116.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"imagemin-webpack-plugin": "^2.4.2",
"jest": "^24.9.0",
Expand Down Expand Up @@ -173,14 +173,14 @@
"react-hot-loader": "^4.12.15",
"react-html-parser": "^2.0.2",
"react-i18next": "^11.0.0",
"react-mde": "^7.6.2",
"react-mde": "^8.0.1",
"react-paginate": "^6.3.2",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-router-last-location": "^2.0.1",
"react-spinners": "^0.6.1",
"react-spinners": "^0.8.0",
"react-switch": "^5.0.1",
"react-toastify": "^5.4.0",
"reactstrap": "^8.1.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5982,10 +5982,10 @@ flatted@^2.0.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==

flow-bin@^0.114.0:
version "0.114.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.114.0.tgz#9079c5fcdf08fab4db91616f38994e9b7d035842"
integrity sha512-hewufX0nbnhemQn5XtJ97nEFNqoBclPBAZ54aY3jKuZJnLpwqB7Doaplet3M26TOh2NchBsU0+lUkM8oVna2VA==
flow-bin@^0.116.1:
version "0.116.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.116.1.tgz#797964df40f2e32cad7e334583535105161434f4"
integrity sha512-ZSvjx+S4PtDNKcA4U0Afm8sHzzSlTdBBT//N2AltcaN6M/gyxAOGXjC6VkMMGqKWttw+5Psq6fU+RIvD1q/ocA==

flush-write-stream@^1.0.0:
version "1.1.1"
Expand Down Expand Up @@ -11217,10 +11217,10 @@ react-lifecycles-compat@^3.0.4:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==

react-mde@^7.6.2:
version "7.8.0"
resolved "https://registry.yarnpkg.com/react-mde/-/react-mde-7.8.0.tgz#be116abe844e13ca921a695d868b32280158b4ae"
integrity sha512-oVI9oXmKSXJEv1c31DDchL75LYjfgIZNZU8/vyHhTD4HgiUdwugZttfXqF8NXcpmcr9ZCssQqAwGzE+JpZTzKQ==
react-mde@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/react-mde/-/react-mde-8.0.1.tgz#89ac025bd72b29799145266fdce7adf154a4edfd"
integrity sha512-vU5sPauykeAm05EA1sfiTUDco7UzFqh+HRqFDvi/FQCChUNtnbMgOqvPpIC1S10yl4eRfrM8rF0CbzggcS0+aw==

react-paginate@^6.3.2:
version "6.3.2"
Expand Down Expand Up @@ -11320,10 +11320,10 @@ react-sizeme@^2.6.7:
shallowequal "^1.1.0"
throttle-debounce "^2.1.0"

react-spinners@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/react-spinners/-/react-spinners-0.6.1.tgz#c4f31a1d0e4c85cdb1785a8bdbe17311cf269b0a"
integrity sha512-bMCOvwAlzuIDC6Zh69E1EbyKUbvWSl4sMzLXOgnsF4Q/kkAnCNaonWyskMFytbaJSYxBCCOiaeCH2moDJ5y5Pg==
react-spinners@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/react-spinners/-/react-spinners-0.8.0.tgz#a64f5bc4c301f463841cf75ed67d6f64a365997c"
integrity sha512-xeoRNn4YlsqKaqBm0SgCrRt3sI99CGFraZbw9noD9RLKwumEJ55e9dkXjdEbZgJUmPymQCDrsazQe79DoFd9IQ==
dependencies:
"@emotion/core" "^10.0.15"

Expand Down

0 comments on commit d203608

Please sign in to comment.