This commit is contained in:
John Molakvoæ (skjnldsv) 2020-08-03 08:43:09 +02:00
commit 5b83cf7cb9
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
2 changed files with 339 additions and 464 deletions

797
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -51,9 +51,9 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.4.0",
@ -81,7 +81,7 @@
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.0.9"
}