1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #~: Bump eslint config version to 2.0.1 (#1766)

This commit is contained in:
Sergio Betanzos 2022-02-09 18:59:27 +01:00 committed by GitHub
parent bb67fb28db
commit c789a59a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -113,7 +113,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.1",
"cross-env": "7.0.2",
"eslint": "7.32.0",
"eslint-config-opennebula": "2.0.0",
"eslint-config-opennebula": "2.0.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.0",
"opennebula-generatepotfile": "1.0.0",
@ -5542,10 +5542,11 @@
}
},
"node_modules/eslint-config-opennebula": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.0.tgz",
"integrity": "sha512-crQCwDFZO56PcDAdr9Q8q6BErsn8DSsQy8fBWLYvOcH8GkauNzNyv2a87JX8K7vRhWLFBTkT+uA222dxOmc5sA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.1.tgz",
"integrity": "sha512-soNL+9o6BEa4CZWvwiIzw6I3LbL5MTzNhk216YOIfs+wCTry/CnaZjmTzUBdgQvSB0f2S8OC72mI5lCue+Zqpg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "7.15.8",
"@babel/eslint-parser": "7.15.4",
@ -16645,9 +16646,9 @@
}
},
"eslint-config-opennebula": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.0.tgz",
"integrity": "sha512-crQCwDFZO56PcDAdr9Q8q6BErsn8DSsQy8fBWLYvOcH8GkauNzNyv2a87JX8K7vRhWLFBTkT+uA222dxOmc5sA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-opennebula/-/eslint-config-opennebula-2.0.1.tgz",
"integrity": "sha512-soNL+9o6BEa4CZWvwiIzw6I3LbL5MTzNhk216YOIfs+wCTry/CnaZjmTzUBdgQvSB0f2S8OC72mI5lCue+Zqpg==",
"dev": true,
"requires": {
"@babel/core": "7.15.8",

View File

@ -33,7 +33,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.1",
"cross-env": "7.0.2",
"eslint": "7.32.0",
"eslint-config-opennebula": "2.0.0",
"eslint-config-opennebula": "2.0.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.0",
"opennebula-generatepotfile": "1.0.0",