Skip to content

Commit

Permalink
New Lunatic version & business welcome page (#275)
Browse files Browse the repository at this point in the history
* fix: upgrade Lunatic version & implement first error modal

* fix: remove depracted props of dialog : disableBackdropClick

* fix: modal-error to skip validation on ignore errors

* fix: visu with no suggesters

* build: upgrade version

* build: upgrade date-fns lib

* fix: update or clean errors whatever result of controls compilation

* fix: add new json & modify continue button

* fix: manage empty errors

* fix: modal errors apperance

* fix: validation on last page

* fix: miss hook depenendencies onNext

* fix: errors color contrast

* build: upgrade lunatic version

* V2 welcome business page (#268)

* feat: add welcomeBusiness page

* feat: add business example

---------

Co-authored-by: Ophélie Bibonne <[email protected]>

* V2 fix suggesters (#267)

* fix: suggesters interface with lunatic

- create getReferentiel function

* fix: add comment

* feat: add suggester example

* build: upgrade version

* fix: remobe useless code

---------

Co-authored-by: Laurent Caouissin <[email protected]>

* fix: sonar analysis

* fix: business example

* fix: better promise

* fix: downloading data for vizu

* build: upgrade lunatic version (#274)

---------

Co-authored-by: MickaelMenet <[email protected]>
Co-authored-by: MickaelMenet <[email protected]>
Co-authored-by: Ophélie Bibonne <[email protected]>
  • Loading branch information
4 people authored Apr 7, 2023
1 parent 9cc8fa6 commit 03e2983
Show file tree
Hide file tree
Showing 31 changed files with 653,569 additions and 45,265 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stromae",
"version": "2.3.2",
"version": "2.4.1",
"description": "Web application for the management of questionnaires powered by Lunatic",
"repository": {
"type": "git",
Expand All @@ -10,15 +10,15 @@
"license": "MIT",
"dependencies": {
"@craco/craco": "^6.4.0",
"@inseefr/lunatic": "2.0.6-v2",
"@inseefr/lunatic": "2.4.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"date-fns": "^2.17.0",
"date-fns": "^2.29.3",
"keycloak-js": "16.1.1",
"oidc-client": "^1.10.1",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 03e2983

Please sign in to comment.