Skip to content

Commit

Permalink
chore: update itemfilter package
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Nov 20, 2023
1 parent 612a8d4 commit d7d1d03
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 57 deletions.
146 changes: 91 additions & 55 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 @@ -15,7 +15,7 @@
"test": "jest"
},
"dependencies": {
"@eox/itemfilter": "^0.9.0-alpha.1",
"@eox/itemfilter": "^0.10.1",
"@eox/map": "^0.2.0",
"@nuxt/content": "^1.15.1",
"@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc",
Expand Down
4 changes: 3 additions & 1 deletion pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
<eox-itemfilter
class="row mb-4 fill-height"
style="position: relative; z-index: 1"
></eox-itemfilter>
>
<span slot="filterstitle"><br /><br /></span>
</eox-itemfilter>
</v-col>
</v-row>
</v-col>
Expand Down

0 comments on commit d7d1d03

Please sign in to comment.