Skip to content

Commit

Permalink
Downgrade vue-fragment as the upgrade broke oh-repeater in some circu…
Browse files Browse the repository at this point in the history
…mstances (#2514)

When we upgrade to Vue 3, we can remove this dependency as Vue 3 has
this functionality integrated, see
https://api.vueframework.com/guide/migration/fragments.html.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored Mar 30, 2024
1 parent 57025c3 commit c9f2a4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions bundles/org.openhab.ui/web/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 bundles/org.openhab.ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"vue-codemirror": "^4.0.6",
"vue-draggable-resizable": "^2.3.0",
"vue-echarts": "^6.6.9",
"vue-fragment": "^1.6.0",
"vue-fragment": "^1.5.1",
"vue-fullscreen": "^2.6.1",
"vue-grid-layout": "^2.4.0",
"vue-i18n": "^8.28.2",
Expand Down

0 comments on commit c9f2a4e

Please sign in to comment.