Skip to content

Commit

Permalink
Merge pull request #284 from IGNF/fix/close-advanced-search
Browse files Browse the repository at this point in the history
fix(AdvancedSearch): correction de la recherche avancée par adresses
  • Loading branch information
elias75015 authored Jul 23, 2024
2 parents 31249fc + 651813f commit 50fb2d2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed geoportal-extensions-openlayers-1.0.0-beta.103.tgz
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@gouvminint/vue-dsfr": "^5.14.2",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"geoportal-extensions-openlayers": "./geoportal-extensions-openlayers-1.0.0-beta.103.tgz",
"geoportal-extensions-openlayers": "./geoportal-extensions-openlayers-1.0.0-beta.111.tgz",
"ol": "8.2.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ declare module 'vue' {
Carto: typeof import('./components/carte/Carto.vue')['default']
CartoAndTools: typeof import('./components/CartoAndTools.vue')['default']
Controls: typeof import('./components/carte/Controls.vue')['default']
DsfrButton: typeof import('@gouvminint/vue-dsfr')['DsfrButton']
DsfrAlert: typeof import('@gouvminint/vue-dsfr')['DsfrAlert']
DsfrButton: typeof import('@gouvminint/vue-dsfr')['DsfrButton']
DsfrCheckboxSet: typeof import('@gouvminint/vue-dsfr')['DsfrCheckboxSet']
DsfrConsent: typeof import('@gouvminint/vue-dsfr')['DsfrConsent']
DsfrFooter: typeof import('@gouvminint/vue-dsfr')['DsfrFooter']
Expand Down

0 comments on commit 50fb2d2

Please sign in to comment.