Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-17 15:21:19 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-17 15:21:19 +0300
commit4daa5b7e78d6343d80f0252efb8752e57ddc2197 (patch)
treea00037063b6bbbb1238136c94687e995901319d3 /package.json
parentd44fc8f982600c348a860c666acc8fee82d85b43 (diff)
Bump all kind of packages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json
index 56c6418..569589d 100644
--- a/package.json
+++ b/package.json
@@ -14,13 +14,13 @@
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"dependencies": {
- "@nextcloud/auth": "^1.3.0",
- "@nextcloud/axios": "^1.10.0",
- "@nextcloud/dialogs": "^3.1.4",
- "@nextcloud/initial-state": "^1.2.1",
+ "@nextcloud/auth": "^2.0.0",
+ "@nextcloud/axios": "^2.1.0",
+ "@nextcloud/dialogs": "^3.2.0",
+ "@nextcloud/initial-state": "^2.0.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
- "vue": "^2.7.4",
+ "vue": "^2.7.13",
"vue-material-design-icons": "^5.1.2",
"vuex": "^3.6.2"
},
@@ -35,7 +35,8 @@
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",
- "@nextcloud/stylelint-config": "^2.1.2",
- "@nextcloud/webpack-vue-config": "^5.2.1"
+ "@nextcloud/stylelint-config": "^2.3.0",
+ "@nextcloud/webpack-vue-config": "^5.3.0",
+ "vue-template-compiler": "^2.7.13"
}
}