Skip to content

Commit

Permalink
Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Oct 30, 2019
1 parent 4c271e0 commit c8d0253
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 241 deletions.
36 changes: 18 additions & 18 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,48 +18,48 @@
"wait:frontend": "wait-on http-get://localhost:3000/go"
},
"dependencies": {
"@material-ui/core": "^4.4.3",
"@material-ui/icons": "^4.4.3",
"@material-ui/styles": "^4.4.3",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"http-proxy-middleware": "^0.20.0",
"js-cookie": "^2.2.1",
"node-sass": "^4.12.0",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"qs": "^6.9.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.1.2",
"react-scripts": "3.2.0",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.0",
"@types/classnames": "^2.2.9",
"@types/faker": "^4.1.5",
"@types/js-cookie": "^2.2.2",
"@types/faker": "^4.1.7",
"@types/js-cookie": "^2.2.4",
"@types/qs": "^6.5.3",
"@types/react": "^16.9.4",
"@types/react-dom": "^16.9.1",
"@types/react-redux": "^7.1.4",
"@types/react-router-dom": "^5.1.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.1",
"@types/recompose": "^0.30.7",
"babel-eslint": "^10.0.3",
"cypress": "^3.4.1",
"eslint": "^6.5.1",
"cypress": "^3.5.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-react": "^7.16.0",
"faker": "^4.1.0",
"prettier": "^1.18.2",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4",
"wait-on": "^3.3.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit c8d0253

Please sign in to comment.