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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-01-04 18:55:10 +0300
committerRenovate Bot <bot@renovateapp.com>2022-01-04 18:55:10 +0300
commitcf8bfbaebd13c1f4b1caeb54ccc60adad42ae7cf (patch)
tree459c53503c9822308ecc7ac45a0100313a7f3cf0
parentebfc96182b95ba6d5bf0383cd1d5109a440c7ad1 (diff)
Update dependency eslint-config-standard to v11.0.0
-rw-r--r--package-lock.json22
-rw-r--r--package.json2
2 files changed, 12 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index fa0eda1..1c0f0d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.7.0",
"eslint": "4.19.1",
- "eslint-config-standard": "11.0.0-beta.0",
+ "eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.8.0",
@@ -1663,16 +1663,16 @@
}
},
"node_modules/eslint-config-standard": {
- "version": "11.0.0-beta.0",
- "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0-beta.0.tgz",
- "integrity": "sha512-f+vs5HAHQo7NRZ3hVe+UVdT5DbebMNaFTWFp95orJ0LUdYPoWdM8xw/bMeO/IZMvHOPmIteGKGc2QOhSXd5nRg==",
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz",
+ "integrity": "sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==",
"dev": true,
"peerDependencies": {
- "eslint": ">=4.12.1",
- "eslint-plugin-import": ">=2.2.0",
+ "eslint": ">=4.18.0",
+ "eslint-plugin-import": ">=2.8.0",
"eslint-plugin-node": ">=5.2.1",
- "eslint-plugin-promise": ">=3.5.0",
- "eslint-plugin-standard": ">=3.0.0"
+ "eslint-plugin-promise": ">=3.6.0",
+ "eslint-plugin-standard": ">=3.0.1"
}
},
"node_modules/eslint-import-resolver-node": {
@@ -6952,9 +6952,9 @@
}
},
"eslint-config-standard": {
- "version": "11.0.0-beta.0",
- "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0-beta.0.tgz",
- "integrity": "sha512-f+vs5HAHQo7NRZ3hVe+UVdT5DbebMNaFTWFp95orJ0LUdYPoWdM8xw/bMeO/IZMvHOPmIteGKGc2QOhSXd5nRg==",
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz",
+ "integrity": "sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==",
"dev": true,
"requires": {}
},
diff --git a/package.json b/package.json
index a781b69..10b1fcb 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.7.0",
"eslint": "4.19.1",
- "eslint-config-standard": "11.0.0-beta.0",
+ "eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.8.0",