Skip to content

Commit

Permalink
chore: maj rosetta-culture pour réduire taille bundles
Browse files Browse the repository at this point in the history
Signed-off-by: Maud Royer <[email protected]>
  • Loading branch information
jillro committed Jun 5, 2024
1 parent c52e3e5 commit 1482233
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": "^20.0.0"
},
"dependencies": {
"@agencebio/rosetta-cultures": "^1.4.0",
"@agencebio/rosetta-cultures": "^2.0.1",
"@algolia/autocomplete-js": "^1.8.3",
"@algolia/autocomplete-theme-classic": "^1.8.3",
"@gouvfr/dsfr": "1.11.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Features/CultureTypeSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const hasErrors = computed(() => errors.value.size > 0)
const query = ref(fromCodeCpf(props.modelValue)?.libelle_code_cpf || '')
const choices = computed(() => {
const selectableCpf = cpf
const selectableCpf = cpf.CPF
.filter(({ is_selectable }) => is_selectable)
.sort((a, b) => a.libelle_code_cpf.localeCompare(b.libelle_code_cpf))
Expand Down

0 comments on commit 1482233

Please sign in to comment.