ソースを参照

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

Opencost UI housekeeping
Thomas Evans 3 年 前
コミット
96e670a9d6
5 ファイル変更8311 行追加6 行削除
  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
 ## Requirements
 
 
-* `nodejs >= 12.0.0`
-* `npm >= 7.0.0`
+* `nodejs >= 18.3.0`
+* `npm >= 8.11.0`
 
 
 ## Installation & Running
 ## Installation & Running
 To run the UI, open a terminal to the `opencost/ui/` directory (where this README is located) and run
 To run the UI, open a terminal to the `opencost/ui/` directory (where this README is located) and run

ファイルの差分が大きいため隠しています
+ 8306 - 1
ui/package-lock.json


+ 1 - 1
ui/package.json

@@ -26,7 +26,7 @@
     "react": "^17.0.1",
     "react": "^17.0.1",
     "react-dom": "^17.0.1",
     "react-dom": "^17.0.1",
     "react-router-dom": "^5.2.0",
     "react-router-dom": "^5.2.0",
-    "recharts": "^2.0.8"
+    "recharts": "^2.2.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@babel/core": "^7.13.10",
     "@babel/core": "^7.13.10",

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません