Sfoglia il codice sorgente

Merge pull request #1593 from nealormsbee/ndo/update-readme-and-env

Opencost UI housekeeping
Thomas Evans 3 anni fa
parent
commit
96e670a9d6
5 ha cambiato i file con 8311 aggiunte e 6 eliminazioni
  1. 1 2
      ui/.babelrc
  2. 1 0
      ui/.nvmrc
  3. 2 2
      ui/README.md
  4. 8306 1
      ui/package-lock.json
  5. 1 1
      ui/package.json

+ 1 - 2
ui/.babelrc

@@ -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"]
 }

+ 1 - 0
ui/.nvmrc

@@ -0,0 +1 @@
+18.3.0

+ 2 - 2
ui/README.md

@@ -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

File diff suppressed because it is too large
+ 8306 - 1
ui/package-lock.json


+ 1 - 1
ui/package.json

@@ -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",

Some files were not shown because too many files changed in this diff