Compare commits

...

4 Commits

3 changed files with 1409 additions and 656 deletions

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

File diff suppressed because it is too large Load Diff

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