Bump dependencies

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-24 20:35:05 +02:00
parent 69b6fc4d0a
commit 634ae1103c
2 changed files with 2815 additions and 1393 deletions

4177
js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,12 +7,12 @@
"test": "tests" "test": "tests"
}, },
"dependencies": { "dependencies": {
"@uirouter/angularjs": "^1.0.26", "@uirouter/angularjs": "^1.0.28",
"angular": "^1.8.0", "angular": "^1.8.0",
"angular-animate": "^1.7.9", "angular-animate": "^1.8.0",
"angular-file-upload": "^2.5.0", "angular-file-upload": "^2.6.1",
"angular-markdown-it": "^0.6.1", "angular-markdown-it": "^0.6.1",
"angular-sanitize": "^1.7.9", "angular-sanitize": "^1.8.0",
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"markdown-it": "^10.0.0", "markdown-it": "^10.0.0",
"markdown-it-link-target": "^1.0.2", "markdown-it-link-target": "^1.0.2",
@@ -22,25 +22,26 @@
"ng-infinite-scroll": "^1.3.0", "ng-infinite-scroll": "^1.3.0",
"ng-sortable": "^1.3.8", "ng-sortable": "^1.3.8",
"ui-select": "^0.19.8", "ui-select": "^0.19.8",
"vue": "^2.6.11", "vue": "^2.6.12",
"vuex": "^3.3.0" "vuex": "^3.5.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.9.6", "@babel/core": "^7.11.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.7", "@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.9.6", "@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"css-loader": "^3.5.3", "css-loader": "^3.6.0",
"karma": "^5.0.5", "karma": "^5.1.1",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.5",
"style-loader": "^1.2.1", "style-loader": "^1.2.1",
"url-loader": "^4.1.0", "url-loader": "^4.1.0",
"vue-loader": "^15.9.2", "vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2", "vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.12",
"webpack": "^4.43.0", "webpack": "^4.44.1",
"webpack-cli": "^3.3.11", "webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2" "webpack-merge": "^4.2.2"
}, },
"scripts": { "scripts": {