Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed May 15, 2024
1 parent 85a2afc commit 7d6c1dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@codegouvfr/react-dsfr": "^1.9.10",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@inseefr/lunatic": "3.0.0",
"@inseefr/lunatic-dsfr": "2.0.0",
"@inseefr/lunatic": "^3.0.1",
"@inseefr/lunatic-dsfr": "^2.0.0",
"@mui/material": "^5.15.17",
"@tanstack/react-query": "^5.35.5",
"@tanstack/react-router": "^1.32.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Orchestrator/Orchestrator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function Orchestrator(props: OrchestratorProps) {
personalization: surveyUnitData?.personalization,
},
//The label of source is not dynamic
filename: `${source.label.value}-${new Date().toLocaleDateString()}`,
filename: `${source.label?.value}-${new Date().toLocaleDateString()}`,
})
})

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -757,17 +757,17 @@
minimatch "^6.2.0"
validator "^13.11.0"

"@inseefr/[email protected]":
"@inseefr/lunatic-dsfr@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic-dsfr/-/lunatic-dsfr-2.0.0.tgz#26848db8641bfec879f0aca5cb9875ba6e03f9cc"
integrity sha512-onZ8UcsggLFznZauOrkt4VJjiJPMRAskAlKTEDpdffCr5qdOijcAjyaR9tvuZAa5zZC9GaRuHjllY+2zMDK7eA==
dependencies:
react-number-format "^5.3.4"

"@inseefr/[email protected].0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-3.0.0.tgz#e259a85076635b50eff7c237dc86afcb7f60af4f"
integrity sha512-yeOujy8aO8/mD/1aLGhz02Gp/b79HXRwzjf5dRkb2hT49XOCcVB/tyy3CmTw1P+gQIFGTRGOE0uToD49d1ZGyQ==
"@inseefr/lunatic@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-3.0.1.tgz#114902c171906bda0431914a6729b4e26ec406ab"
integrity sha512-JaID3u9blZOT/MzTcnoqclnQ3Kns1g98a4e0rOfkyub9oa8lgsRv6pToPPsvudMxKqT5CzJQOBj1K0eK85SULg==
dependencies:
"@inseefr/trevas" "^0.1.21"
"@inseefr/vtl-2.0-antlr-tools" "^0.3.2"
Expand Down

0 comments on commit 7d6c1dc

Please sign in to comment.