update dependencies

This commit is contained in:
korelstar 2022-01-09 15:02:12 +01:00
parent 73b91ed4db
commit 82e10ae60f
3 changed files with 2026 additions and 1824 deletions

3834
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,9 +4,9 @@
"license": "agpl", "license": "agpl",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "NODE_ENV=production webpack --config webpack.js", "build": "webpack --node-env production --progress",
"dev": "NODE_ENV=development webpack --config webpack.js", "dev": "webpack --node-env development --progress",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", "watch": "webpack --node-env development --progress --watch",
"lint": "eslint --ext .js,.vue src", "lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix", "lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint 'src/**/*.vue' 'css/**/*.scss'", "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.scss'",
@ -18,11 +18,11 @@
"@nextcloud/event-bus": "^2.1.1", "@nextcloud/event-bus": "^2.1.1",
"@nextcloud/moment": "^1.1.1", "@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.0.0", "@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^4.2.0", "@nextcloud/vue": "^4.3.0",
"@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-dashboard": "^2.0.1",
"diff": "^5.0.0", "diff": "^5.0.0",
"easymde": "^2.15.0", "easymde": "^2.15.0",
"markdown-it": "^12.2.0", "markdown-it": "^12.3.2",
"markdown-it-task-checkbox": "^1.0.6", "markdown-it-task-checkbox": "^1.0.6",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-fragment": "1.5.1", "vue-fragment": "1.5.1",
@ -41,8 +41,8 @@
"devDependencies": { "devDependencies": {
"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1", "@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^2.0.1", "@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^4.2.0" "@nextcloud/webpack-vue-config": "^4.3.0"
} }
} }