Compare commits

..

1 Commits

Author SHA1 Message Date
e28ccf6800 Update dependency @fullcalendar/core to ^6.1.17
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-09 00:26:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ steps:
commands:
# Build website
- cd geneit_app
- npm install
- npm install --legacy-peer-deps # TODO : remove when mui-color-input is updated
- GENERATE_SOURCEMAP=false npm run build
# Install AWS
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"

View File

@ -13,7 +13,7 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.2.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
@ -31,7 +31,7 @@
"email-validator": "^2.0.4",
"filesize": "^10.1.6",
"jspdf": "^3.0.1",
"mui-color-input": "^7.0.0",
"mui-color-input": "^6.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-easy-crop": "^5.4.1",