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 Jan 19, 2024
1 parent d4e0b58 commit 9bed5f7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ execa (Current project not support ES module)<br/>
get-port (Current project not support ES module)<br/>
linq (Current project not support ES module)<br/>
typescript (Dependency incompatibility)<br/>
react-intl <br/>
date-fns <br/>

## Notes - Things to note

Expand Down
52 changes: 26 additions & 26 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,71 +64,71 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babylonjs/core": "6.30.0",
"@emotion/react": "11.11.1",
"@babylonjs/core": "6.39.0",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "5.0.8",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@mui/lab": "5.0.0-alpha.161",
"@mui/material": "5.15.5",
"@mui/x-date-pickers": "6.18.1",
"@nestjs/cli": "10.2.1",
"@mui/x-date-pickers": "6.19.0",
"@nestjs/cli": "10.3.0",
"@types/crypto-js": "4.2.1",
"@types/node": "20.9.1",
"@types/node": "20.11.5",
"@types/node-os-utils": "1.3.4",
"@types/node-rsa": "1.1.4",
"@types/qs": "6.9.10",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/qs": "6.9.11",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "9.0.7",
"@types/wait-on": "5.3.4",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.17",
"crypto-js": "4.2.0",
"dexie": "3.2.4",
"electron": "27.1.0",
"electron-builder": "24.6.4",
"eslint": "8.54.0",
"electron": "28.1.4",
"electron-builder": "24.9.1",
"eslint": "8.56.0",
"execa": "5.1.1",
"get-port": "5.1.1",
"is-mobile": "4.0.0",
"jsencrypt": "3.3.2",
"node-polyfill-webpack-plugin": "2.0.1",
"node-polyfill-webpack-plugin": "3.0.0",
"node-rsa": "1.1.1",
"postcss": "8.4.31",
"postcss": "8.4.33",
"react-app-rewired": "2.2.1",
"react-git-info": "2.0.1",
"react-intl": "6.4.7",
"react-router-dom": "6.19.0",
"react-intl": "6.6.1",
"react-router-dom": "6.21.3",
"react-scripts": "5.0.1",
"rxjs-exhaustmap-with-trailing": "2.1.1",
"source-map-support": "0.5.21",
"tailwindcss": "3.3.5",
"tailwindcss": "3.4.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "4.9.5",
"typestyle": "2.4.0",
"wait-on": "7.2.0",
"web-vitals": "3.5.0",
"web-vitals": "3.5.1",
"webworker-promise": "0.5.1",
"windows-locale": "1.1.3"
},
"dependencies": {
"@electron/remote": "2.1.0",
"axios": "1.6.2",
"@electron/remote": "2.1.1",
"axios": "1.6.5",
"date-fns": "2.30.0",
"electron-log": "5.0.0",
"electron-log": "5.0.3",
"linq": "3.2.4",
"mathjs": "12.1.0",
"mathjs": "12.3.0",
"mobx-react-use-autorun": "4.0.18",
"node-os-utils": "1.3.7",
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1",
"stream-to-string": "1.2.1",
"tree-kill": "1.2.2",
Expand Down

0 comments on commit 9bed5f7

Please sign in to comment.