mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
QQQ-30: fixes from yesterday's review
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
"@fullcalendar/interaction": "5.10.0",
|
||||
"@fullcalendar/react": "5.10.0",
|
||||
"@fullcalendar/timegrid": "5.10.0",
|
||||
"@kingsrook/qqq-frontend-core": "1.0.2",
|
||||
"@kingsrook/qqq-frontend-core": "1.0.3",
|
||||
"@mui/icons-material": "5.4.1",
|
||||
"@mui/material": "5.4.1",
|
||||
"@mui/styled-engine": "5.4.1",
|
||||
@ -45,13 +45,14 @@
|
||||
"react-table": "7.7.0",
|
||||
"stylis": "4.0.13",
|
||||
"stylis-plugin-rtl": "2.1.1",
|
||||
"ts-md5": "1.2.11",
|
||||
"uuid": "8.3.2",
|
||||
"web-vitals": "2.1.4",
|
||||
"yup": "0.32.11"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "react-scripts build",
|
||||
"clean": "rm -rf node_modules package-lock-bak.json",
|
||||
"clean": "rm -rf node_modules package-lock.json",
|
||||
"eject": "react-scripts eject",
|
||||
"geff-ham": "rm -rf node_modules/ && rm -rf package-lock-bak.json && npm install --legacy-peer-deps && npm start",
|
||||
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
|
||||
|
Reference in New Issue
Block a user