Skip to content

Commit

Permalink
Make marked and diacritic dependencies and not dev dependencies
Browse files Browse the repository at this point in the history
They are actual dependencies for Main UI's code, therefore they should not be dev but main dependencies.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Mar 25, 2024
1 parent 576142f commit 03d87c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 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.

4 changes: 2 additions & 2 deletions bundles/org.openhab.ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"cronstrue": "^2.48.0",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.10",
"diacritic": "^0.0.2",
"dom7": "^2.1.5",
"echarts": "^5.5.0",
"event-source-polyfill": "^1.0.22",
Expand All @@ -73,6 +74,7 @@
"leaflet": "^1.9.4",
"leaflet-providers": "^2.0.0",
"lodash": "^4.17.21",
"marked": "^12.0.1",
"moo": "^0.5.2",
"nearley": "^2.20.1",
"path-browserify": "^1.0.1",
Expand Down Expand Up @@ -126,7 +128,6 @@
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"cypress": "^3.8.3",
"diacritic": "0.0.2",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-es": "^4.1.0",
Expand All @@ -141,7 +142,6 @@
"jest-serializer-vue": "^3.1.0",
"jest-transform-nearley": "^2.0.0",
"jest-transform-stub": "^2.0.0",
"marked": "^12.0.1",
"mini-css-extract-plugin": "^2.8.1",
"nearley-loader": "^2.0.0",
"ora": "^5.4.1",
Expand Down

0 comments on commit 03d87c8

Please sign in to comment.