Compare commits
3 Commits
ed09023af8
...
renovate/e
Author | SHA1 | Date | |
---|---|---|---|
1fa542cf2a | |||
9a74c6c951 | |||
c64fa838c9 |
@ -6,7 +6,7 @@ name: default
|
||||
steps:
|
||||
# Frontend
|
||||
- name: web_build
|
||||
image: node:24
|
||||
image: node:23
|
||||
volumes:
|
||||
- name: web_app
|
||||
path: /tmp/web_build
|
||||
|
1084
moneymgr_web/package-lock.json
generated
1084
moneymgr_web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,8 +18,8 @@
|
||||
"@mdi/react": "^1.6.1",
|
||||
"@mui/icons-material": "^7.1.1",
|
||||
"@mui/material": "^7.1.1",
|
||||
"@mui/x-charts": "^8.5.2",
|
||||
"@mui/x-data-grid": "^8.5.2",
|
||||
"@mui/x-charts": "^8.5.3",
|
||||
"@mui/x-data-grid": "^8.5.3",
|
||||
"@mui/x-date-pickers": "^8.5.2",
|
||||
"date-and-time": "^3.6.0",
|
||||
"dayjs": "^1.11.13",
|
||||
@ -36,7 +36,7 @@
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@vitejs/plugin-react": "^4.5.2",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-plugin-react-dom": "^1.49.0",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^00.4.20",
|
||||
|
Reference in New Issue
Block a user