Compare commits
4 Commits
dce8d3d575
...
7199cc6459
Author | SHA1 | Date | |
---|---|---|---|
7199cc6459 | |||
069ca185cc | |||
9b8f2bd3cf | |||
6c9a0db8d5 |
@ -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"
|
||||||
|
2059
geneit_app/package-lock.json
generated
2059
geneit_app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
|||||||
"@fullcalendar/interaction": "^6.1.15",
|
"@fullcalendar/interaction": "^6.1.15",
|
||||||
"@fullcalendar/list": "^6.1.15",
|
"@fullcalendar/list": "^6.1.15",
|
||||||
"@fullcalendar/react": "^6.1.15",
|
"@fullcalendar/react": "^6.1.15",
|
||||||
"@mdi/js": "^7.2.96",
|
"@mdi/js": "^7.4.47",
|
||||||
"@mdi/react": "^1.6.1",
|
"@mdi/react": "^1.6.1",
|
||||||
"@mui/icons-material": "^7.0.0",
|
"@mui/icons-material": "^7.0.0",
|
||||||
"@mui/lab": "^7.0.0-beta.9",
|
"@mui/lab": "^7.0.0-beta.9",
|
||||||
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user