Skip to content

Commit

Permalink
Bumb: lunatic & queenv2 version (#98)
Browse files Browse the repository at this point in the history
* bumb: lunatic to 2.7.12

* bumb drama-quee,-container to 1.3.23 & queenV2 to 1.1.21
  • Loading branch information
laurentC35 authored Dec 20, 2023
1 parent c8edf2e commit 41cc262
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "drama-queen-container",
"private": true,
"version": "1.3.22",
"version": "1.3.23",
"workspaces": [
"drama-queen",
"queen-v2",
Expand Down
8 changes: 4 additions & 4 deletions queen-v2/package.json
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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1983,10 +1983,10 @@
remove-accents "^0.4.2"
sass "^1.32.2"

"@inseefr/lunatic@^2.7.11":
version "2.7.11"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.7.11.tgz#a7f8cedd7e3030dd2c8c9b9c205103b8a8db047e"
integrity sha512-zPwdvcjfKfXi1bFOBmDwXFp36m2KGfD7z7Xg6bpABHnDzuFpC5/oLQ7di4y3uYv7A0dZmo++0EceLeCXg/ErdA==
"@inseefr/lunatic@^2.7.12":
version "2.7.12"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.7.12.tgz#0c491b31c50c2e9309e213ca2ab1f15755bfb6d9"
integrity sha512-xUojd6LCtPmByQl6B8sqrMZCIFZKbUAmsM5FAJTxrlJnBqjAmzhJM26ExsVfUVqrESt5XacNqafn0Dpb2eCaSA==
dependencies:
"@inseefr/trevas" "^0.1.20"
"@inseefr/vtl-2.0-antlr-tools" "^0.1.0"
Expand Down

0 comments on commit 41cc262

Please sign in to comment.