From 45fe7773b9a47021d525ae7e5c3ce66a9e4e1a97 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 8 Nov 2024 23:48:09 +0900 Subject: [PATCH] #: Update versions of dependencies --- capacitor-cypress/README.md | 2 +- capacitor/README.md | 2 +- capacitor/package.json | 2 +- docker/README.md | 2 +- electron-playwright/README.md | 2 +- electron/README.md | 2 +- electron/package.json | 2 +- react-cypress/README.md | 2 +- react/README.md | 2 +- react/bin/start.js | 3 +++ react/package.json | 36 +++++++++++++++++------------------ 11 files changed, 29 insertions(+), 28 deletions(-) diff --git a/capacitor-cypress/README.md b/capacitor-cypress/README.md index 0e0a3741..b0d27021 100644 --- a/capacitor-cypress/README.md +++ b/capacitor-cypress/README.md @@ -4,7 +4,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo ## Development environment setup 1. From https://code.visualstudio.com install Visual Studio Code.
-2. From https://nodejs.org install nodejs v20.
+2. From https://nodejs.org install nodejs v22.
## Available Scripts diff --git a/capacitor/README.md b/capacitor/README.md index 51446c8c..5afcdf05 100644 --- a/capacitor/README.md +++ b/capacitor/README.md @@ -4,7 +4,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo ## Development environment setup 1. From https://code.visualstudio.com install Visual Studio Code.
-2. From https://nodejs.org install nodejs v20.
+2. From https://nodejs.org install nodejs v22.
3. For Android:
From https://adoptium.net install java v21, and choose Entire feature.
4. For Android:
diff --git a/capacitor/package.json b/capacitor/package.json index 8c72f40a..c5f19380 100644 --- a/capacitor/package.json +++ b/capacitor/package.json @@ -99,7 +99,7 @@ "jsencrypt": "3.3.2", "linq": "3.2.4", "mathjs": "13.2.0", - "mobx-react-use-autorun": "4.0.48", + "mobx-react-use-autorun": "4.0.49", "node-polyfill-webpack-plugin": "3.0.0", "node-rsa": "1.1.1", "postcss": "8.4.47", diff --git a/docker/README.md b/docker/README.md index 353b6f8e..804de348 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,7 +4,7 @@ This is a simple nodejs project, in order to store all the Dockerfiles. If you h ## Development environment setup 1. From https://code.visualstudio.com install Visual Studio Code. -2. From https://nodejs.org install nodejs v20. +2. From https://nodejs.org install nodejs v22. 3. From https://www.docker.com/get-started install docker. ## Available Scripts diff --git a/electron-playwright/README.md b/electron-playwright/README.md index d950c9f3..d717e296 100644 --- a/electron-playwright/README.md +++ b/electron-playwright/README.md @@ -4,7 +4,7 @@ This project was bootstrapped with [NestJS](https://nestjs.com). If you have any ## Development environment setup 1. From https://code.visualstudio.com install Visual Studio Code.
-2. From https://nodejs.org install nodejs v20.
+2. From https://nodejs.org install nodejs v22.
## Available Scripts diff --git a/electron/README.md b/electron/README.md index 4f677e9b..8b1cf622 100644 --- a/electron/README.md +++ b/electron/README.md @@ -4,7 +4,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo ## Development environment setup 1. From https://code.visualstudio.com install Visual Studio Code.
-2. From https://nodejs.org install nodejs v20.
+2. From https://nodejs.org install nodejs v22.
## Available Scripts diff --git a/electron/package.json b/electron/package.json index 221c9f23..71bb8444 100644 --- a/electron/package.json +++ b/electron/package.json @@ -100,7 +100,7 @@ "is-mobile": "4.0.0", "jsencrypt": "3.3.2", "mathjs": "13.2.0", - "mobx-react-use-autorun": "4.0.48", + "mobx-react-use-autorun": "4.0.49", "node-polyfill-webpack-plugin": "3.0.0", "node-rsa": "1.1.1", "postcss": "8.4.47", diff --git a/react-cypress/README.md b/react-cypress/README.md index 042ba614..02d83e0c 100644 --- a/react-cypress/README.md +++ b/react-cypress/README.md @@ -4,7 +4,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo ## Development environment setup 1. From https://code.visualstudio.com install Visual Studio Code.
-2. From https://nodejs.org install nodejs v20.
+2. From https://nodejs.org install nodejs v22.
3. From https://adoptium.net install java v21, and choose Entire feature. ## Available Scripts diff --git a/react/README.md b/react/README.md index 3483612a..cd25a5b1 100644 --- a/react/README.md +++ b/react/README.md @@ -4,7 +4,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo ## Development environment setup 1. From https://code.visualstudio.com install Visual Studio Code.
-2. From https://nodejs.org install nodejs v20.
+2. From https://nodejs.org install nodejs v22.
## Available Scripts diff --git a/react/bin/start.js b/react/bin/start.js index 4778d96f..67e23c1e 100644 --- a/react/bin/start.js +++ b/react/bin/start.js @@ -13,6 +13,9 @@ async function startClient() { stdio: "inherit", cwd: path.join(__dirname, ".."), extendEnv: true, + env: { + "GENERATE_SOURCEMAP": "false" + } } ); } diff --git a/react/package.json b/react/package.json index dffa5107..90e8a5d4 100644 --- a/react/package.json +++ b/react/package.json @@ -40,30 +40,28 @@ "@fortawesome/free-brands-svg-icons": "6.6.0", "@fortawesome/free-solid-svg-icons": "6.6.0", "@fortawesome/react-fontawesome": "0.2.2", - "@mui/lab": "6.0.0-beta.9", - "@mui/material": "6.1.2", - "@mui/x-charts": "7.18.0", - "@mui/x-data-grid": "7.18.0", - "@mui/x-date-pickers": "7.18.0", + "@mui/lab": "6.0.0-beta.14", + "@mui/material": "6.1.6", + "@mui/x-charts": "7.22.2", + "@mui/x-data-grid": "7.22.2", + "@mui/x-date-pickers": "7.22.2", "@types/crypto-js": "4.2.2", - "@types/node": "22.7.4", + "@types/node": "22.9.0", "@types/node-rsa": "1.1.4", - "@types/qs": "6.9.16", - "@types/react": "18.3.11", - "@types/react-dom": "18.3.0", - "@types/react-router-dom": "5.3.3", + "@types/qs": "6.9.17", + "@types/react": "18.3.12", + "@types/react-dom": "18.3.1", "@types/react-virtualized": "9.21.30", - "@types/uuid": "10.0.0", "autoprefixer": "10.4.20", "axios": "1.7.7", "crypto-js": "4.2.0", "date-fns": "4.1.0", "execa": "5.1.1", - "is-mobile": "4.0.0", + "is-mobile": "5.0.0", "jsencrypt": "3.3.2", "linq": "4.0.3", - "mathjs": "13.2.0", - "mobx-react-use-autorun": "4.0.48", + "mathjs": "13.2.1", + "mobx-react-use-autorun": "4.0.49", "node-polyfill-webpack-plugin": "3.0.0", "node-rsa": "1.1.1", "postcss": "8.4.47", @@ -72,20 +70,20 @@ "react-app-rewired": "2.2.1", "react-dom": "18.3.1", "react-git-info": "2.0.1", - "react-intl": "6.7.0", - "react-router-dom": "6.26.2", + "react-intl": "6.8.7", + "react-router-dom": "6.28.0", "react-scripts": "5.0.1", "react-virtualized": "9.22.5", "rxjs": "7.8.1", "rxjs-exhaustmap-with-trailing": "2.1.1", "rxjs-websockets": "9.0.0", - "tailwindcss": "3.4.13", + "tailwindcss": "3.4.14", "typedjson": "1.8.0", "typescript": "4.9.5", "typestyle": "2.4.0", - "uuid": "10.0.0", + "uuid": "11.0.2", "vh-check": "2.0.5", - "web-vitals": "4.2.3", + "web-vitals": "4.2.4", "webworker-promise": "0.5.1", "windows-locale": "1.1.3" }