Opencost UI housekeeping
@@ -1,4 +1,3 @@
{
- "plugins": ["@babel/plugin-transform-runtime", "@babel/plugin-proposal-class-properties"],
- "presets": ["@babel/preset-react"]
+ "plugins": ["@babel/plugin-transform-runtime", "@babel/plugin-proposal-class-properties"]
}
@@ -0,0 +1 @@
+18.3.0
@@ -5,8 +5,8 @@ To manually run the OpenCost UI, follow the steps below.
## Requirements
-* `nodejs >= 12.0.0`
-* `npm >= 7.0.0`
+* `nodejs >= 18.3.0`
+* `npm >= 8.11.0`
## Installation & Running
To run the UI, open a terminal to the `opencost/ui/` directory (where this README is located) and run
@@ -26,7 +26,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
- "recharts": "^2.0.8"
+ "recharts": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",