Skip to content

Commit

Permalink
#: Update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zdu-strong committed Nov 8, 2024
1 parent 147aa22 commit 45fe777
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion capacitor-cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
2. From https://nodejs.org install nodejs v20.<br/>
2. From https://nodejs.org install nodejs v22.<br/>

## Available Scripts

Expand Down
2 changes: 1 addition & 1 deletion capacitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
2. From https://nodejs.org install nodejs v20.<br/>
2. From https://nodejs.org install nodejs v22.<br/>
3. For Android:<br/>
From https://adoptium.net install java v21, and choose Entire feature.<br/>
4. For Android:<br/>
Expand Down
2 changes: 1 addition & 1 deletion capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion electron-playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
2. From https://nodejs.org install nodejs v20.<br/>
2. From https://nodejs.org install nodejs v22.<br/>

## Available Scripts

Expand Down
2 changes: 1 addition & 1 deletion electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
2. From https://nodejs.org install nodejs v20.<br/>
2. From https://nodejs.org install nodejs v22.<br/>

## Available Scripts

Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
2. From https://nodejs.org install nodejs v20.<br/>
2. From https://nodejs.org install nodejs v22.<br/>
3. From https://adoptium.net install java v21, and choose Entire feature.

## Available Scripts
Expand Down
2 changes: 1 addition & 1 deletion react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
2. From https://nodejs.org install nodejs v20.<br/>
2. From https://nodejs.org install nodejs v22.<br/>

## Available Scripts

Expand Down
3 changes: 3 additions & 0 deletions react/bin/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ async function startClient() {
stdio: "inherit",
cwd: path.join(__dirname, ".."),
extendEnv: true,
env: {
"GENERATE_SOURCEMAP": "false"
}
}
);
}
Expand Down
36 changes: 17 additions & 19 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 45fe777

Please sign in to comment.