Skip to content

Commit

Permalink
deps: upgrade lunatic to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Nov 8, 2023
1 parent f97a46a commit db60fd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions queen-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@axa-fr/react-oidc-context": "^3.1.6",
"@craco/craco": "^6.4.0",
"@inseefr/lunatic": "^2.7.3",
"@inseefr/lunatic": "^2.7.4",
"@inseefr/trevas": "^0.1.16",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
Expand All @@ -38,10 +38,10 @@
"workbox-strategies": "^6.1.1"
},
"scripts": {
"prestart": "npx @inseefr/lunatic@2.7.3 workers",
"prestart": "npx @inseefr/lunatic@2.7.4 workers",
"start": "cross-env PORT=5002 react-scripts start",
"start-dev": "cross-env PORT=5002 craco start",
"prebuild": "npx @inseefr/lunatic@2.7.3 workers",
"prebuild": "npx @inseefr/lunatic@2.7.4 workers",
"build": "react-scripts 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": "react-scripts test",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1644,10 +1644,10 @@
remove-accents "^0.4.2"
sass "^1.32.2"

"@inseefr/lunatic@^2.7.3":
version "2.7.3"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.7.3.tgz#6e04ee2c7f46ca69ffddf3d737fa9c0101a52cb5"
integrity sha512-U12atC6jvtTymd3/7I6cq9KgWKxDZGpFfAttnhBWCaaj4UAJCDY/i3BHlLkA6HIaWnGMM32sL1EJkgD5vy+bSg==
"@inseefr/lunatic@^2.7.4":
version "2.7.4"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.7.4.tgz#1effadafd95d9333f73a84a3a0da0ac6b2c192c2"
integrity sha512-82+PRRChVK3DeyrhAVBCTYxVi9jTmqUbelWnfjHu4ktDqeRPk6Wm6LubcF3nn29Kzw46Vf7RsVmwi1RDj0+I6A==
dependencies:
"@inseefr/trevas" "^0.1.20"
"@inseefr/vtl-2.0-antlr-tools" "^0.1.0-bundle"
Expand Down

0 comments on commit db60fd0

Please sign in to comment.