From a7789a571e455a0d402d78a90da5a6b12a7f3bee Mon Sep 17 00:00:00 2001 From: Daniel Stoian Date: Fri, 27 Jan 2023 16:57:21 +0200 Subject: [PATCH 1/3] updated dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b2b972f..c4ea5c4 100644 --- a/package.json +++ b/package.json @@ -32,25 +32,25 @@ "dist/*" ], "dependencies": { - "@enact/core": "^4.5.2", - "@enact/i18n": "^4.5.2", - "@enact/sandstone": "^2.5.5", - "@enact/spotlight": "^4.5.2", - "@enact/ui": "^4.5.2", - "@enact/webos": "^4.5.2", + "@enact/core": "^4.6.0", + "@enact/i18n": "^4.6.0", + "@enact/sandstone": "^2.6.0", + "@enact/spotlight": "^4.6.0", + "@enact/ui": "^4.6.0", + "@enact/webos": "^4.6.0", "dotenv": "^16.0.3", - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.8", "prop-types": "^15.8.1", - "qs": "^6.6.0", + "qs": "^6.11.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^5.2.0" + "react-router-dom": "^5.3.4" }, "devDependencies": { "jest": "^27.5.1", "npm-run-all": "^4.1.5", "puppeteer": "^18.2.1", "puppeteer-core": "^18.2.1", - "wait-on": "^3.2.0" + "wait-on": "^3.3.0" } } From f4d0849f0f3d05393557e900c00156c581fb6d89 Mon Sep 17 00:00:00 2001 From: Daniel Stoian Date: Fri, 27 Jan 2023 18:03:06 +0200 Subject: [PATCH 2/3] updated dependencies --- package.json | 2 +- performanceMetrics/package.json | 16 ++--- src/App/App.js | 100 ++++++++++++++++---------------- 3 files changed, 60 insertions(+), 58 deletions(-) diff --git a/package.json b/package.json index c4ea5c4..0ae9d07 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "qs": "^6.11.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^5.3.4" + "react-router-dom": "^6.8.0" }, "devDependencies": { "jest": "^27.5.1", diff --git a/performanceMetrics/package.json b/performanceMetrics/package.json index 4e9b3f3..c76d6bf 100644 --- a/performanceMetrics/package.json +++ b/performanceMetrics/package.json @@ -30,16 +30,16 @@ "dist/*" ], "dependencies": { - "@enact/core": "^4.5.2", - "@enact/i18n": "^4.5.2", - "@enact/sandstone": "^2.5.2", - "@enact/spotlight": "^4.5.2", - "@enact/ui": "^4.5.2", - "axios": "^0.24.0", - "classnames": "^2.2.5", + "@enact/core": "^4.6.0", + "@enact/i18n": "^4.6.0", + "@enact/sandstone": "^2.6.0", + "@enact/spotlight": "^4.6.0", + "@enact/ui": "^4.6.0", + "axios": "^1.2.5", + "classnames": "^2.3.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "recharts": "^2.1.8" + "recharts": "^2.3.2" } } diff --git a/src/App/App.js b/src/App/App.js index 7854d8d..c4e7cf1 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -52,7 +52,7 @@ import WizardPanels from '../views/WizardPanels'; import css from './App.less'; -import {BrowserRouter as Router, Route} from 'react-router-dom'; +import {BrowserRouter as Router, Route, Routes} from 'react-router-dom'; const App = kind({ name: 'App', @@ -65,54 +65,56 @@ const App = kind({ render: (props) => (
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> +
) From 33ea29efa9f44f7ef941740d72dab3334d03ad00 Mon Sep 17 00:00:00 2001 From: Daniel Stoian Date: Fri, 27 Jan 2023 18:28:25 +0200 Subject: [PATCH 3/3] updated dependencies --- package.json | 2 +- src/App/App.js | 100 ++++++++++++++++++++++++------------------------- 2 files changed, 50 insertions(+), 52 deletions(-) diff --git a/package.json b/package.json index 0ae9d07..c4ea5c4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "qs": "^6.11.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.8.0" + "react-router-dom": "^5.3.4" }, "devDependencies": { "jest": "^27.5.1", diff --git a/src/App/App.js b/src/App/App.js index c4e7cf1..7854d8d 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -52,7 +52,7 @@ import WizardPanels from '../views/WizardPanels'; import css from './App.less'; -import {BrowserRouter as Router, Route, Routes} from 'react-router-dom'; +import {BrowserRouter as Router, Route} from 'react-router-dom'; const App = kind({ name: 'App', @@ -65,56 +65,54 @@ const App = kind({ render: (props) => (
- - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
)