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 28, 2025
1 parent 6b90a28 commit dc0862c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@mui/lab": "6.0.0-beta.20",
"@mui/lab": "6.0.0-beta.24",
"@mui/material": "6.4.1",
"@mui/x-charts": "7.24.1",
"@mui/x-data-grid": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@mui/lab": "6.0.0-beta.20",
"@mui/lab": "6.0.0-beta.24",
"@mui/material": "6.2.1",
"@mui/x-charts": "7.23.2",
"@mui/x-data-grid": "7.23.3",
Expand Down
24 changes: 12 additions & 12 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/roboto": "5.1.0",
"@fontsource/roboto": "5.1.1",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@mui/lab": "6.0.0-beta.20",
"@mui/material": "6.2.1",
"@mui/x-charts": "7.23.2",
"@mui/x-data-grid": "7.23.3",
"@mui/x-date-pickers": "7.23.3",
"@types/node": "22.10.2",
"@mui/lab": "6.0.0-beta.24",
"@mui/material": "6.4.1",
"@mui/x-charts": "7.24.1",
"@mui/x-data-grid": "7.24.1",
"@mui/x-date-pickers": "7.24.1",
"@types/node": "22.12.0",
"@types/node-rsa": "1.1.4",
"@types/qs": "6.9.17",
"@types/qs": "6.9.18",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-virtualized": "9.22.0",
Expand All @@ -58,28 +58,28 @@
"is-mobile": "5.0.0",
"jsencrypt": "3.3.2",
"linq": "4.0.3",
"mathjs": "14.0.1",
"mathjs": "14.1.0",
"mobx-react-use-autorun": "4.0.52",
"node-polyfill-webpack-plugin": "4.0.0",
"node-rsa": "1.1.1",
"postcss": "8.4.49",
"qs": "6.13.1",
"qs": "6.14.0",
"react": "18.3.1",
"react-app-rewired": "2.2.1",
"react-dom": "18.3.1",
"react-git-info": "2.0.1",
"react-intl": "6.8.7",
"react-router-dom": "6.28.0",
"react-scripts": "5.0.1",
"react-virtualized": "9.22.5",
"react-virtualized": "9.22.6",
"rxjs": "7.8.1",
"rxjs-exhaustmap-with-trailing": "2.1.1",
"rxjs-websockets": "9.0.0",
"tailwindcss": "3.4.17",
"typedjson": "1.8.0",
"typescript": "4.9.5",
"typestyle": "2.4.0",
"uuid": "11.0.3",
"uuid": "11.0.5",
"vh-check": "2.0.5",
"web-vitals": "4.2.4",
"webworker-promise": "0.5.1",
Expand Down

0 comments on commit dc0862c

Please sign in to comment.