Skip to content

Commit

Permalink
Merge pull request #303 from InseeFr/v2-develop
Browse files Browse the repository at this point in the history
V2 develop
  • Loading branch information
ORogel authored Jun 5, 2023
2 parents 03e2983 + 0d9b6f5 commit 559eed3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SKIP_PREFLIGHT_CHECK=true
REACT_APP_LUNATIC_LOADER_WORKER_PATH=/workers/lunatic-append-worker-0.2.4-experimental.js
REACT_APP_LUNATIC_SEARCH_WORKER_PATH=/workers/lunatic-searching-worker-0.2.4-experimental.js
REACT_APP_LUNATIC_LABEL_WORKER_PATH=/workers/lunatic-label-worker-0.2.4-experimental.js
REACT_APP_LUNATIC_LOADER_WORKER_PATH=/workers/lunatic-append-worker-0.3.0-experimental.js
REACT_APP_LUNATIC_SEARCH_WORKER_PATH=/workers/lunatic-searching-worker-0.3.0-experimental.js
REACT_APP_LUNATIC_LABEL_WORKER_PATH=/workers/lunatic-label-worker-0.3.0-experimental.js
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.1",
"version": "2.4.2",
"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.1",
"@inseefr/lunatic": "2.4.5",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
Expand Down
2 changes: 0 additions & 2 deletions public/workers/lunatic-append-worker-0.2.4-experimental.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/workers/lunatic-append-worker-0.3.0-experimental.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/workers/lunatic-label-worker-0.2.4-experimental.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/workers/lunatic-label-worker-0.3.0-experimental.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/workers/lunatic-searching-worker-0.2.4-experimental.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/workers/lunatic-searching-worker-0.3.0-experimental.js

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1446,10 +1446,12 @@
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]":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.4.1.tgz#52908aeb688130821cb0a68bf53f3652a5232056"
integrity sha512-v9SSItM4bR/lrg3t/Cp0Xr7Y+esapqasXknV6c0rBb7wZ5SsH5DF0sF7OXbvNChcviEzs15LeIUvf1zhHzRP9Q==

"@inseefr/[email protected]":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.4.5.tgz#a58b36cf13827e9eb08145a1e1a77f49d08621fa"
integrity sha512-KSC8D5VBkwUIXR6JgcHTEV+sYt7UF+cs/dlV/O/fhT7Si1VNvvFSY++gDj3kGybLvuPxYHYicOU7UKy30KGk7w==

dependencies:
"@inseefr/trevas" "^0.1.17"
"@inseefr/vtl-2.0-antlr-tools" "^0.1.0-bundle"
Expand Down

0 comments on commit 559eed3

Please sign in to comment.