zrok/ui/package.json
snyk-bot 5cc4c7a459
fix: upgrade @mui/material from 5.11.7 to 5.15.18
Snyk has created this PR to upgrade @mui/material from 5.11.7 to 5.15.18.

See this package in npm:
@mui/material

See this project in Snyk:
https://app.snyk.io/org/mike.gorman/project/e75726e4-0eab-4078-b930-ddbec091fe6f?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-06-15 00:37:06 +00:00

56 lines
1.2 KiB
JSON

{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@mui/material": "^5.15.18",
"bootstrap": "^5.2.3",
"dagre": "^0.8.5",
"eslint-config-react-app": "^7.0.1",
"humanize-duration": "^3.27.3",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-data-table-component": "^7.5.2",
"react-dom": "^18.2.0",
"react-force-graph": "^1.43.0",
"react-router-dom": "^6.4.0",
"react-sizeme": "^3.0.2",
"recharts": "^2.6.1",
"styled-components": "^5.3.5",
"svgo": "^3.0.2"
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://127.0.0.1:18080"
}