Updated JS dependencies

This commit is contained in:
genomics-geek 2019-08-09 07:36:42 -04:00
parent 4529248b35
commit ad9504985b
2 changed files with 6 additions and 6 deletions

View File

@ -13,14 +13,14 @@
"extends": "react-app" "extends": "react-app"
}, },
"dependencies": { "dependencies": {
"react": "16.8.6", "react": "16.9.0",
"react-dom": "16.8.6", "react-dom": "16.9.0",
"react-scripts": "3.0.1" "react-scripts": "3.0.1"
}, },
"devDependencies": { "devDependencies": {
"axios": "0.19.0", "axios": "0.19.0",
"node-sass": "4.12.0", "node-sass": "4.12.0",
"raven-js": "3.27.1" "raven-js": "3.27.2"
}, },
"engines": { "engines": {
"node": ">=9.11.1", "node": ">=9.11.1",

View File

@ -8,7 +8,7 @@
// resources are updated in the background. // resources are updated in the background.
// To learn more about the benefits of this model and instructions on how to // To learn more about the benefits of this model and instructions on how to
// opt-in, read http://bit.ly/CRA-PWA // opt-in, read https://bit.ly/CRA-PWA
const isLocalhost = Boolean( const isLocalhost = Boolean(
window.location.hostname === 'localhost' || window.location.hostname === 'localhost' ||
@ -43,7 +43,7 @@ export function register(config) {
navigator.serviceWorker.ready.then(() => { navigator.serviceWorker.ready.then(() => {
console.log( console.log(
'This web app is being served cache-first by a service ' + 'This web app is being served cache-first by a service ' +
'worker. To learn more, visit http://bit.ly/CRA-PWA' 'worker. To learn more, visit https://bit.ly/CRA-PWA'
); );
}); });
} else { } else {
@ -71,7 +71,7 @@ function registerValidSW(swUrl, config) {
// content until all client tabs are closed. // content until all client tabs are closed.
console.log( console.log(
'New content is available and will be used when all ' + 'New content is available and will be used when all ' +
'tabs for this page are closed. See http://bit.ly/CRA-PWA.' 'tabs for this page are closed. See https://bit.ly/CRA-PWA.'
); );
// Execute callback // Execute callback