Skip to content

Commit

Permalink
Updating libs (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
robisson committed Nov 14, 2018
1 parent 143d7c6 commit 1e83b67
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 392 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "3.4.0",
"@material-ui/core": "3.5.1",
"@material-ui/icons": "3.0.1",
"axios": "0.18.0",
"bcrypt-nodejs": "0.0.3",
Expand All @@ -14,16 +14,16 @@
"dotenv": "6.1.0",
"express": "4.16.4",
"immutability-helper": "2.8.1",
"jsonwebtoken": "8.3.0",
"mongoose": "5.3.10",
"jsonwebtoken": "8.4.0",
"mongoose": "5.3.12",
"multer": "1.4.1",
"prop-types": "15.6.2",
"react": "16.6.1",
"react": "16.6.3",
"react-dnd": "6.0.0",
"react-dnd-html5-backend": "6.0.0",
"react-dom": "16.6.1",
"react-dom": "16.6.3",
"react-jss": "8.6.1",
"react-redux": "5.1.0",
"react-redux": "5.1.1",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"redux": "4.0.1",
Expand Down Expand Up @@ -51,10 +51,10 @@
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
Expand All @@ -63,10 +63,10 @@
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-env": "^7.1.6",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"apidoc": "0.17.6",
"apidoc": "0.17.7",
"axios-mock-adapter": "1.15.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
Expand Down Expand Up @@ -95,7 +95,7 @@
"npm-check": "5.9.0",
"npm-run-all": "4.1.3",
"nyc": "13.1.0",
"prettier": "1.15.1",
"prettier": "1.15.2",
"redux-devtools-extension": "2.13.5",
"redux-test-utils": "^0.3.0",
"webpack": "4.25.1",
Expand Down

0 comments on commit 1e83b67

Please sign in to comment.