Skip to content

Commit

Permalink
build(deps): define mui/base version (#513)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacopo Carlini <jacopo.carlini@gmail.com>
  • Loading branch information
svariant and jacopocarlini authored May 29, 2024
1 parent 763b723 commit 1f4cfa2
Show file tree
Hide file tree
Showing 2 changed files with 2,273 additions and 2,481 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"generate:api-portal": "wget https://raw.githubusercontent.com/pagopa/pagopa-selfcare-ms-backoffice-backend/main/openapi/openapi.json -O ./openApi/portal-api-docs.json && jq 'walk(if type == \"object\" and has(\"parameters\") then .parameters |= map(select(.name != \"X-Request-Id\")) else . end)' ./openApi/portal-api-docs.json > ./openApi/portal-api-docs.json.temp && mv ./openApi/portal-api-docs.json.temp ./openApi/portal-api-docs.json && yarn run clean:api-portal && mkdirp openApi/generated && api-spec-converter --from=openapi_3 --to=swagger_2 openApi/portal-api-docs.json > openApi/generated/portal-swagger20.json && node openApi/scripts/api-portal_fixPreGen.js && node ./node_modules/@pagopa/selfcare-common-frontend/utils/fixSwagger20ArraySchemaDef.js openApi/generated/portal-swagger20.json && gen-api-models --api-spec openApi/generated/portal-swagger20.json --out-dir src/api/generated/portal --no-strict --request-types --response-decoders --client && node openApi/scripts/api-portal_fixPostGen.js"
},
"dependencies": {
"@mui/base": "5.0.0-alpha.79",
"@mui/icons-material": "^5.15.9",
"@mui/lab": "^5.0.0-alpha.80",
"@mui/material": "^5.8.2",
Expand Down
Loading

0 comments on commit 1f4cfa2

Please sign in to comment.