Skip to content

Commit

Permalink
Merge pull request #325 from InseeFr/v2-develop
Browse files Browse the repository at this point in the history
2.4.6
  • Loading branch information
ORogel authored Jun 30, 2023
2 parents daf8074 + 91b35d2 commit c1bb94b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stromae",
"version": "2.4.4",
"version": "2.4.6",
"description": "Web application for the management of questionnaires powered by Lunatic",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@craco/craco": "^6.4.0",
"@inseefr/lunatic": "2.4.7",
"@inseefr/lunatic": "2.4.9",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
Expand Down
7 changes: 7 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ body {
> svg {
fill: #154783;
}
.lunatic-combo-box-container.default-style
.lunatic-combo-box
.lunatic-combo-box-content
.lunatic-combo-box-panel.expanded {
height: 50vh;
overflow-y: auto;
}
.lunatic-component.outerContainer-Sequence .label-description p {
color: #0f417a !important;
margin: 20px !important;
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1446,10 +1446,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==

"@inseefr/[email protected].7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.4.7.tgz#bb66548ebd071883ee23a3c80944925b29ffc8f7"
integrity sha512-z5cD/dDGoG94WRAD6i7zRQgnMNIIT6KMDBkt96aeLrldj4YkofO4Jvevy5NLzlx8bC6JfH5CFJhWZwuqH0F8HA==
"@inseefr/[email protected].9":
version "2.4.9"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.4.9.tgz#788892acc94e3a52dd4f1b4a02ea702b2ab4405f"
integrity sha512-qQDnARkPVHjMD/xlIRVPdizTjqZKNFT9Ws4P9Yy6hfEELnOrUemMBgKqmydiHazNhYX4BN5Kdn1dn0AbfBCYjQ==
dependencies:
"@inseefr/trevas" "^0.1.17"
"@inseefr/vtl-2.0-antlr-tools" "^0.1.0-bundle"
Expand All @@ -1471,9 +1471,9 @@
string-tokenizer "^0.0.8"

"@inseefr/trevas@^0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@inseefr/trevas/-/trevas-0.1.17.tgz#747ee1b2c712b0d5b277760ea27ce1fb78f65415"
integrity sha512-hQ6mXtcID6kmbpQPuJpyjiBMzGnsC2MAFKIt3qjHBCpYOXbgzl+VteSi+Sj0q4J2EQAx45drIcIZdX7FOf4EUw==
version "0.1.18"
resolved "https://registry.yarnpkg.com/@inseefr/trevas/-/trevas-0.1.18.tgz#f6872fdc7a6181d04614fc100d8e3e315c799116"
integrity sha512-tVlep51UZXzCSuBnV34Y47o3bf0POB94uJN8YbusVnaDS5IX2tGkuRVN3WMIhKx9BOYZerKJUY5urOnZPZCXpg==
dependencies:
"@inseefr/vtl-2.0-antlr-tools" "0.1.0"
antlr4 "4.8.0"
Expand Down

0 comments on commit c1bb94b

Please sign in to comment.