Skip to content

Commit

Permalink
bump: lunatic to 3.4.8 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 authored Nov 29, 2024
1 parent f2d18f7 commit 3c014ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"peerDependencies": {
"@codegouvfr/react-dsfr": "^1.10.0",
"@emotion/react": "^11.9.0",
"@inseefr/lunatic": "^3.0.0",
"@inseefr/lunatic": "^3.4.8",
"@mui/material": "^5.15.0",
"@types/react": "^18.0.0",
"react": "^18.0.0",
Expand All @@ -77,7 +77,7 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@eslint/js": "^9.9.0",
"@inseefr/lunatic": "^3.4.3",
"@inseefr/lunatic": "^3.4.8",
"@mui/material": "^5.16.7",
"@playwright/test": "^1.46.1",
"@storybook/addon-a11y": "^8.2.9",
Expand Down
2 changes: 1 addition & 1 deletion src/Suggester.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getErrorStates } from "./utils/errorStates";
import { Button } from "@codegouvfr/react-dsfr/Button";
import { useId } from "react";
import { useQuestionId } from "./Question";
import type { SuggesterOptionType } from "@inseefr/lunatic/lib/components/Suggester/SuggesterType";
import type { SuggesterOptionType } from "@inseefr/lunatic/components/Suggester/SuggesterType";
import TextareaAutosize from "@mui/material/TextareaAutosize";
import { fr } from "@codegouvfr/react-dsfr";

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1455,10 +1455,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==

"@inseefr/lunatic@^3.4.3":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-3.4.3.tgz#ebe76ec4bf655a28122ad6d0526eff3bb06545f6"
integrity sha512-8ubFw1zQndF2ZLkzYCEY/3LwhAgCiO05V3YMQdWVV0ji1PDLapQHSV7yJ9YAAS+7eDiCK9n7HO8WDUTxY80h2g==
"@inseefr/lunatic@^3.4.8":
version "3.4.8"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-3.4.8.tgz#6f036b7db4cfbc5fbd80746b394a192100144742"
integrity sha512-ZvQ13InGEfNRL3yVI0UWczSdtZ7ylNceuvkNPUT+4Fn2g0LynX6uht8RV5oom5p2S6T9gCqhDYmIoEUgfK68Jg==
dependencies:
"@inseefr/trevas" "^0.1.21"
"@inseefr/vtl-2.0-antlr-tools" "^0.3.2"
Expand Down

0 comments on commit 3c014ae

Please sign in to comment.