Skip to content

Commit

Permalink
Upgrade some frontend specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Aug 8, 2020
1 parent ae71956 commit 8515f89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.3.6",
"@reduxjs/toolkit": "^1.4.0",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@types/node": "^14.0.27",
"@types/phoenix": "^1.4.4",
"@types/react": "^16.9.35",
"@types/react": "^16.9.45",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.5",
"@types/react-redux": "^7.1.9",
Expand All @@ -18,19 +18,19 @@
"classnames": "^2.2.6",
"date-fns": "^2.14.0",
"http-proxy-middleware": "^1.0.4",
"phoenix": "^1.5.3",
"phoenix": "^1.5.4",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-modal": "^3.11.2",
"react-redux": "^7.2.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-scroll-to-bottom": "^2.0.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typescript": "3.9.3"
"typescript": "3.9.7"
},
"scripts": {
"start-elixir": "REACT_APP_WS_URL=ws://172.22.2.174:4000/socket npm-run-all -p start:css start:js",
Expand Down

0 comments on commit 8515f89

Please sign in to comment.