Skip to content

Commit b1982e1

Browse files
committed
update dependencies
1 parent d2ab780 commit b1982e1

File tree

2 files changed

+119
-58
lines changed

2 files changed

+119
-58
lines changed

package-lock.json

Lines changed: 113 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
},
1515
"dependencies": {
1616
"@nextcloud/axios": "^1.3.3",
17-
"@nextcloud/dialogs": "^1.4.0",
17+
"@nextcloud/dialogs": "^2.0.0",
1818
"@nextcloud/event-bus": "^1.2.0",
1919
"@nextcloud/moment": "^1.1.1",
2020
"@nextcloud/router": "^1.1.0",
21-
"@nextcloud/vue": "^2.3.0",
21+
"@nextcloud/vue": "^2.6.0",
2222
"@nextcloud/webpack-vue-config": "^1.1.0",
2323
"easymde": "^2.11.0",
2424
"markdown-it": "^11.0.0",
2525
"stylelint-webpack-plugin": "^2.1.0",
26-
"vue": "^2.6.11",
26+
"vue": "^2.6.12",
2727
"vue-fragment": "^1.5.1",
2828
"vue-observe-visibility": "^0.4.6",
29-
"vue-router": "^3.3.4",
29+
"vue-router": "^3.4.3",
3030
"vuex": "^3.5.1"
3131
},
3232
"browserslist": [
@@ -36,7 +36,7 @@
3636
"node": ">=10.0.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.11.0",
39+
"@babel/core": "^7.11.4",
4040
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4141
"@babel/preset-env": "^7.11.0",
4242
"@nextcloud/browserslist-config": "^1.0.0",
@@ -62,7 +62,7 @@
6262
"stylelint-scss": "^3.18.0",
6363
"url-loader": "^4.1.0",
6464
"vue-loader": "^15.9.3",
65-
"vue-template-compiler": "^2.6.11",
65+
"vue-template-compiler": "^2.6.12",
6666
"webpack": "^4.44.1",
6767
"webpack-cli": "^3.3.12"
6868
}

0 commit comments

Comments
 (0)