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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-04-15 10:47:07 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-04-15 10:47:07 +0300
commit76ed6d48372a55095de2028462b0c979243ef9fb (patch)
tree4227addbea9f24cb117990921d85bf273d8349c1
parentc463ced7b4e5eb1c77d45533088041ba53f84f23 (diff)
Bump nextcloud/eslint-plugin from 1.1.0 to 1.4.0
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index beae5120..276d3c0a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3873,12 +3873,12 @@
"dev": true
},
"@nextcloud/eslint-plugin": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-1.1.0.tgz",
- "integrity": "sha512-EH9HpO28vEbBRLOREJpqwVEj9EMDedlgYP0IGwbWByF0ppD1lfz6eo4AbEPwtzJ3+B7chymvHMslPCmrYXzpSA==",
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-1.4.0.tgz",
+ "integrity": "sha512-w3k04Rj1lBHO4MNhiO4e4WPnijsqTYJhBJ3v+8bYlBi83L5OG+oqu7UHq4ETeDrHVC8QLweu/8vx6iGah00img==",
"dev": true,
"requires": {
- "requireindex": "~1.2.0"
+ "requireindex": "^1.2.0"
}
},
"@nextcloud/event-bus": {
diff --git a/package.json b/package.json
index dd9ee1f3..9356a30d 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
"@babel/preset-env": "^7.9.5",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.0.0",
- "@nextcloud/eslint-plugin": "^1.1.0",
+ "@nextcloud/eslint-plugin": "^1.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",