nextcloud / notes

✎ Distraction-free notes and writing
https://apps.nextcloud.com/apps/notes
GNU Affero General Public License v3.0
608 stars 134 forks source link

Dev dependencies not in dev #707

Closed skjnldsv closed 3 years ago

skjnldsv commented 3 years ago

Some deps should be dev deps, not regular ones :)

"dependencies": {
        "@nextcloud/axios": "^1.6.0",
        "@nextcloud/dialogs": "^3.1.2",
        "@nextcloud/event-bus": "^1.2.0",
        "@nextcloud/moment": "^1.1.1",
        "@nextcloud/router": "^1.2.0",
        "@nextcloud/vue": "^3.8.0",
        "@nextcloud/vue-dashboard": "^2.0.0",
        "@nextcloud/webpack-vue-config": "^4.0.1",
        "diff": "^5.0.0",
        "easymde": "^2.14.0",
        "markdown-it": "^12.0.4",
        "stylelint-webpack-plugin": "^2.1.1",
        "vue": "^2.6.12",
        "vue-fragment": "1.5.1",
        "vue-material-design-icons": "^4.11.0",
        "vue-observe-visibility": "^1.0.0",
        "vue-router": "^3.5.1",
        "vuex": "^3.6.2"
    },

cc @korelstar

korelstar commented 3 years ago

Yep, saw this already, too. Will fix it soon and I will switch to @nextcloud/babel-config. Btw: will be there a non-beta release, soon?

skjnldsv commented 3 years ago

yes, but it will most likely be the same content No issues found yet :)

korelstar commented 3 years ago

Fixed by #709