Skip to content

Commit

Permalink
Update frontend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed May 18, 2020
1 parent 52b77b5 commit 6a22bf4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 54 deletions.
90 changes: 42 additions & 48 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 @@ -5,11 +5,11 @@
"dependencies": {
"@reduxjs/toolkit": "^1.3.6",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@types/phoenix": "^1.4.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.5",
"@types/react-redux": "^7.1.8",
"@types/react-router-dom": "^5.1.5",
Expand All @@ -25,12 +25,12 @@
"react-icons": "^3.10.0",
"react-modal": "^3.11.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-scroll-to-bottom": "^1.3.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typescript": "3.8.3"
"typescript": "3.9.2"
},
"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 6a22bf4

Please sign in to comment.