Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wduckitt committed May 2, 2024
1 parent 2dcdbfd commit 2ccfb8a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ReactApp/package.json
Expand Up @@ -17,29 +17,29 @@
"@date-io/date-fns": "3.0.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.15.15",
"@mui/material": "5.15.15",
"@mui/styles": "5.15.15",
"@mui/icons-material": "5.15.16",
"@mui/material": "5.15.16",
"@mui/styles": "5.15.16",
"@mui/system": "5.15.15",
"@mui/x-date-pickers": "7.2.0",
"@mui/x-date-pickers": "7.3.2",
"@react-oauth/google": "0.12.1",
"@react-three/fiber": "8.16.2",
"@types/three": "0.163.0",
"@react-three/fiber": "8.16.3",
"@types/three": "0.164.0",
"axios": "1.6.8",
"colormap": "2.3.2",
"date-fns": "3.6.0",
"lodash": "4.17.21",
"mathjs": "12.4.1",
"mathjs": "12.4.2",
"mdi-material-ui": "7.8.0",
"plotly.js": "2.31.1",
"rc-slider": "10.5.0",
"plotly.js": "2.32.0",
"rc-slider": "10.6.2",
"react": "18.3.1",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-plotly.js": "2.6.0",
"react-router-dom": "6.22.3",
"react-router-dom": "6.23.0",
"socket.io-client": "4.7.5",
"three": "0.163.0",
"three": "0.164.1",
"typeface-roboto": "1.1.13",
"uuid": "9.0.1"
},
Expand All @@ -54,7 +54,7 @@
"@storybook/react": "8.0.9",
"@storybook/react-vite": "8.0.9",
"@storybook/testing-library": "0.2.2",
"@testing-library/react": "15.0.5",
"@testing-library/react": "15.0.6",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
Expand All @@ -68,8 +68,8 @@
"prop-types": "15.8.1",
"socket.io": "4.7.5",
"storybook": "8.0.9",
"vite": "5.2.10",
"vitest": "1.5.2"
"vite": "5.2.11",
"vitest": "1.5.3"
},
"homepage": ".",
"eslintConfig": {
Expand Down

0 comments on commit 2ccfb8a

Please sign in to comment.