Compare commits
8 Commits
20260323
...
renovate/f
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ae3af19f1 | |||
| a4b7bcc0a0 | |||
| 9965fb1626 | |||
| 58995c2dfb | |||
| fde757e9d3 | |||
| 7c59367d44 | |||
| 109a3b5742 | |||
| 5d6490a084 |
@@ -11,7 +11,7 @@ steps:
|
||||
path: /tmp/web_build
|
||||
commands:
|
||||
- cd virtweb_frontend
|
||||
- npm install --legacy-peer-deps # TODO remove --legacy-peer-deps ASAP
|
||||
- npm install
|
||||
- npm run lint
|
||||
- npm run build
|
||||
- mv dist /tmp/web_build
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
"@mui/icons-material": "^7.3.9",
|
||||
"@mui/material": "^7.3.9",
|
||||
"@mui/x-charts": "^8.28.0",
|
||||
"@mui/x-data-grid": "^8.28.0",
|
||||
"@mui/x-data-grid": "^8.28.1",
|
||||
"date-and-time": "^4.3.1",
|
||||
"filesize": "^11.0.13",
|
||||
"filesize": "^11.0.15",
|
||||
"humanize-duration": "^3.33.2",
|
||||
"is-cidr": "^6.0.3",
|
||||
"monaco-editor": "^0.55.1",
|
||||
@@ -43,7 +43,7 @@
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/uuid": "^11.0.0",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"eslint": "^10.1.0",
|
||||
"eslint-plugin-react-dom": "^3.0.0",
|
||||
@@ -53,6 +53,6 @@
|
||||
"globals": "^17.4.0",
|
||||
"typescript": "^6.0.2",
|
||||
"typescript-eslint": "^8.57.2",
|
||||
"vite": "^8.0.2"
|
||||
"vite": "^8.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user