Compare commits

...

4 Commits

Author SHA1 Message Date
cd944e6c9a Update dependency @emotion/styled to ^11.14.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-20 00:25:58 +00:00
069ca185cc Remove temporary fix
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-19 10:43:04 +02:00
9b8f2bd3cf Remove temporary fix
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-19 10:42:39 +02:00
6c9a0db8d5 Update mui-color-input to v7.0.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-19 10:38:16 +02:00
3 changed files with 1409 additions and 656 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

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