From ad9504985bddac965d1b4328ca3d83339d55db80 Mon Sep 17 00:00:00 2001 From: genomics-geek Date: Fri, 9 Aug 2019 07:36:42 -0400 Subject: [PATCH] Updated JS dependencies --- {{cookiecutter.project_slug}}/frontend/package.json | 6 +++--- {{cookiecutter.project_slug}}/frontend/src/serviceWorker.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.project_slug}}/frontend/package.json b/{{cookiecutter.project_slug}}/frontend/package.json index 77b899db4..ca93c7579 100644 --- a/{{cookiecutter.project_slug}}/frontend/package.json +++ b/{{cookiecutter.project_slug}}/frontend/package.json @@ -13,14 +13,14 @@ "extends": "react-app" }, "dependencies": { - "react": "16.8.6", - "react-dom": "16.8.6", + "react": "16.9.0", + "react-dom": "16.9.0", "react-scripts": "3.0.1" }, "devDependencies": { "axios": "0.19.0", "node-sass": "4.12.0", - "raven-js": "3.27.1" + "raven-js": "3.27.2" }, "engines": { "node": ">=9.11.1", diff --git a/{{cookiecutter.project_slug}}/frontend/src/serviceWorker.js b/{{cookiecutter.project_slug}}/frontend/src/serviceWorker.js index 2283ff9ce..f8c7e50c2 100644 --- a/{{cookiecutter.project_slug}}/frontend/src/serviceWorker.js +++ b/{{cookiecutter.project_slug}}/frontend/src/serviceWorker.js @@ -8,7 +8,7 @@ // resources are updated in the background. // 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( window.location.hostname === 'localhost' || @@ -43,7 +43,7 @@ export function register(config) { navigator.serviceWorker.ready.then(() => { console.log( '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 { @@ -71,7 +71,7 @@ function registerValidSW(swUrl, config) { // content until all client tabs are closed. console.log( '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