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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-11-15 13:31:43 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-11-25 15:46:44 +0300
commitcea9f36ac1c2a4be0c74988903e482ed5bdb8390 (patch)
treea1656d459a8ddf0df2dae6a7d9dbfef0c00d3d70 /package.json
parent7842eade05e4d5a97a839222a7c9b7421b346f84 (diff)
Bump vue-virtual-grid ^2.1.1 → ^2.2.1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json55
1 files changed, 27 insertions, 28 deletions
diff --git a/package.json b/package.json
index 9dca0e0f..61e91df6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "photos",
"description": "Your memories under your control",
- "version": "1.3.0",
+ "version": "1.2.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>"
@@ -33,14 +33,14 @@
"dependencies": {
"@essentials/request-timeout": "^1.3.0",
"@nextcloud/auth": "^1.3.0",
- "@nextcloud/axios": "^1.4.0",
+ "@nextcloud/axios": "^1.5.0",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/router": "^1.2.0",
- "@nextcloud/vue": "^2.7.0",
- "camelcase": "^6.1.0",
- "core-js": "^3.6.5",
+ "@nextcloud/vue": "^3.2.0",
+ "camelcase": "^6.2.0",
+ "core-js": "^3.7.0",
"debounce": "^1.2.0",
"moment": "^2.29.1",
"path-posix": "^1.0.0",
@@ -48,11 +48,11 @@
"regenerator-runtime": "^0.13.7",
"url-parse": "^1.4.7",
"vue": "^2.6.12",
- "vue-router": "^3.4.6",
- "vue-virtual-grid": "^2.1.1",
+ "vue-router": "^3.4.9",
+ "vue-virtual-grid": "^2.2.1",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0",
- "webdav": "^3.6.0"
+ "webdav": "^3.6.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
@@ -61,45 +61,44 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.12.0",
+ "@babel/core": "^7.12.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.12.0",
+ "@babel/preset-env": "^7.12.7",
"@nextcloud/browserslist-config": "^1.0.0",
- "@nextcloud/eslint-config": "^2.2.0",
- "@nextcloud/eslint-plugin": "^1.5.0",
- "@nextcloud/webpack-vue-config": "^1.4.1",
- "@vue/test-utils": "^1.1.0",
+ "@nextcloud/eslint-config": "^3.0.0",
+ "@nextcloud/eslint-plugin": "^2.0.0",
+ "@nextcloud/webpack-vue-config": "^2.0.0",
+ "@vue/test-utils": "^1.1.1",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
- "babel-loader": "^8.1.0",
+ "babel-loader": "^8.2.1",
"babel-loader-exclude-node-modules-except": "^1.0.3",
"css-loader": "^4.3.0",
- "eslint": "^6.8.0",
- "eslint-config-standard": "^14.1.1",
- "eslint-loader": "^4.0.2",
+ "eslint": "^7.14.0",
+ "eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "eslint-plugin-vue": "^6.2.2",
+ "eslint-plugin-standard": "^4.1.0",
+ "eslint-plugin-vue": "^7.1.0",
+ "eslint-webpack-plugin": "^2.4.0",
"module-replace-webpack-plugin": "0.0.12",
- "node-sass": "^4.14.1",
+ "node-sass": "^5.0.0",
"node-sass-utils": "^1.1.3",
- "postcss-loader": "^4.0.4",
+ "postcss-loader": "^4.1.0",
"raw-loader": "^4.0.2",
- "sass-loader": "^8.0.2",
- "style-loader": "^1.3.0",
- "stylelint": "^13.7.2",
+ "sass-loader": "^10.1.0",
+ "style-loader": "^2.0.0",
+ "stylelint": "^13.8.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^2.1.1",
- "svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.1",
- "vue-loader": "^15.9.3",
+ "vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
- "webpack-merge": "^5.2.0",
+ "webpack-merge": "^5.4.0",
"workbox-webpack-plugin": "^5.1.4"
}
}