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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index a647f09..e695760 100644
--- a/package.json
+++ b/package.json
@@ -19,8 +19,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
- "css-loader": "^3.6.0",
- "jquery": "^3.5.1",
+ "css-loader": "^6.7.1",
"nextcloud_fetch": "^2.1.0",
"vue": "^2.6.14",
"vue-loader": "^15.9.3",
@@ -29,7 +28,7 @@
},
"devDependencies": {
"webpack": "^5.72.0",
- "webpack-cli": "^3.3.12",
+ "webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
}
}