Skip to content

Commit

Permalink
chore(deps): upgrade lunatic to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Sep 14, 2023
1 parent 0708de7 commit 4362bad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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.9",
"version": "2.4.10",
"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.9",
"@inseefr/lunatic": "^2.5.2",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1446,12 +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/lunatic@2.4.9":
version "2.4.9"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.4.9.tgz#788892acc94e3a52dd4f1b4a02ea702b2ab4405f"
integrity sha512-qQDnARkPVHjMD/xlIRVPdizTjqZKNFT9Ws4P9Yy6hfEELnOrUemMBgKqmydiHazNhYX4BN5Kdn1dn0AbfBCYjQ==
"@inseefr/lunatic@^2.5.2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-2.5.2.tgz#768ea4f202414181f4b23e0304da8144f1e81150"
integrity sha512-dTMRncHVTpAohXPRImjZR7yn/RHf2QmGZWpYu2UkzN8yMyzXvqND1vzp13CPrzM+O1al4WgbuXZ4a87zyvbikg==
dependencies:
"@inseefr/trevas" "^0.1.17"
"@inseefr/trevas" "^0.1.19"
"@inseefr/vtl-2.0-antlr-tools" "^0.1.0-bundle"
antlr4 "4.11.0"
classnames "^2.3.1"
Expand All @@ -1470,10 +1470,10 @@
snowball "^0.3.1"
string-tokenizer "^0.0.8"

"@inseefr/trevas@^0.1.17":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@inseefr/trevas/-/trevas-0.1.18.tgz#f6872fdc7a6181d04614fc100d8e3e315c799116"
integrity sha512-tVlep51UZXzCSuBnV34Y47o3bf0POB94uJN8YbusVnaDS5IX2tGkuRVN3WMIhKx9BOYZerKJUY5urOnZPZCXpg==
"@inseefr/trevas@^0.1.19":
version "0.1.20"
resolved "https://registry.yarnpkg.com/@inseefr/trevas/-/trevas-0.1.20.tgz#a1d68cf3d22a4da1ef99c1c8560470c8dda407d7"
integrity sha512-x1UotSHqHfGhut0JgPCLu+TXZtDpcYSrFQtlIl/L1kav6zYBa888AHhkADWB2hpJM/XAG3lQEfZrqgnsgbQK1g==
dependencies:
"@inseefr/vtl-2.0-antlr-tools" "0.1.0"
antlr4 "4.8.0"
Expand Down

0 comments on commit 4362bad

Please sign in to comment.