Skip to content

Commit

Permalink
Upgrade Framework7 to latest v5 version (openhab#2506)
Browse files Browse the repository at this point in the history
Framework7 v6 requires Vue 3, so we need to upgrade to Vue 3 as well
when upgrading to Framework7 v6.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Mar 26, 2024
1 parent 72f53e6 commit ea59ce1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
55 changes: 34 additions & 21 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.

6 changes: 3 additions & 3 deletions bundles/org.openhab.ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"echarts": "^5.5.0",
"event-source-polyfill": "^1.0.22",
"fast-deep-equal": "^3.1.3",
"framework7": "^5.7.12",
"framework7-icons": "^3.0.1",
"framework7-vue": "^5.7.12",
"framework7": "^5.7.14",
"framework7-icons": "^5.0.5",
"framework7-vue": "^5.7.14",
"jse-eval": "^1.5.2",
"jssip": "^3.10.1",
"leaflet": "^1.9.4",
Expand Down

0 comments on commit ea59ce1

Please sign in to comment.