Skip to content

Commit

Permalink
Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Mar 7, 2020
1 parent 273a2e7 commit fe3684d
Show file tree
Hide file tree
Showing 2 changed files with 1,275 additions and 1,108 deletions.
42 changes: 21 additions & 21 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,50 +18,50 @@
"wait:frontend": "wait-on http-get://localhost:3000/go"
},
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.0",
"@sentry/browser": "^5.11.1",
"@sentry/browser": "^5.13.2",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"http-proxy-middleware": "^0.20.0",
"http-proxy-middleware": "^1.0.1",
"js-cookie": "^2.2.1",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-scripts": "3.4.0",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.1",
"@types/classnames": "^2.2.9",
"@types/faker": "^4.1.9",
"@types/js-cookie": "^2.2.4",
"@types/qs": "^6.9.0",
"@types/react": "^16.9.19",
"@cypress/webpack-preprocessor": "^4.1.3",
"@types/classnames": "^2.2.10",
"@types/faker": "^4.1.10",
"@types/js-cookie": "^2.2.5",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/recompose": "^0.30.7",
"babel-eslint": "^10.0.3",
"cypress": "^3.8.3",
"babel-eslint": "^10.1.0",
"cypress": "^4.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-cypress": "^2.8.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react": "^7.19.0",
"faker": "^4.1.0",
"prettier": "^1.19.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"wait-on": "^4.0.0"
"typescript": "^3.8.3",
"wait-on": "^4.0.1"
},
"resolutions": {
"set-value": "^3.0.1"
Expand Down
Loading

0 comments on commit fe3684d

Please sign in to comment.