-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumb: lunatic & queenv2 version (#98)
* bumb: lunatic to 2.7.12 * bumb drama-quee,-container to 1.3.23 & queenV2 to 1.1.21
- Loading branch information
1 parent
c8edf2e
commit 41cc262
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "queen-v2", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"description": "Web application for the management of questionnaires powered by Lunatic", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -12,7 +12,7 @@ | |
"dependencies": { | ||
"@axa-fr/react-oidc-context": "^3.1.6", | ||
"@craco/craco": "7.0.0", | ||
"@inseefr/lunatic": "^2.7.11", | ||
"@inseefr/lunatic": "^2.7.12", | ||
"@inseefr/trevas": "^0.1.16", | ||
"@material-ui/core": "^4.11.3", | ||
"@material-ui/icons": "^4.11.2", | ||
|
@@ -38,9 +38,9 @@ | |
"workbox-strategies": "^6.1.1" | ||
}, | ||
"scripts": { | ||
"prestart": "npx @inseefr/[email protected].11 workers", | ||
"prestart": "npx @inseefr/[email protected].12 workers", | ||
"start": "cross-env PORT=5002 craco start", | ||
"prebuild": "npx @inseefr/[email protected].11 workers", | ||
"prebuild": "npx @inseefr/[email protected].12 workers", | ||
"build": "craco build && npm run post-build", | ||
"post-build": "node ./configuration/build/build-sw.js && node ./configuration/build/manage-public-url.js && copy-and-watch configuration/files/* build", | ||
"test": "craco test", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters