Skip to content

Commit

Permalink
update react to 16.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yai111 committed Mar 6, 2019
1 parent bafd907 commit 9a3fd3f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
33 changes: 16 additions & 17 deletions backend/.eslintrc.json
@@ -1,18 +1,17 @@
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
}
}
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {}
}
22 changes: 11 additions & 11 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Expand Up @@ -5,9 +5,9 @@
"dependencies": {
"aws-amplify": "^1.1.17",
"aws-amplify-react": "^2.2.4",
"react": "^16.7.0-alpha.2",
"react": "^16.8.4",
"react-chat-window": "^1.0.8",
"react-dom": "^16.7.0-alpha.2",
"react-dom": "^16.8.4",
"react-scripts": "2.1.1",
"sockette": "^2.0.5"
},
Expand Down

0 comments on commit 9a3fd3f

Please sign in to comment.