mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-09 19:55:28 +01:00
Bump eslint-config-xo-typescript from 0.35.0 to 0.36.0
Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases) - [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v0.35.0...v0.36.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
b6bb4bea1c
commit
a34efc4352
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -1301,9 +1301,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-config-xo-typescript": {
|
"eslint-config-xo-typescript": {
|
||||||
"version": "0.35.0",
|
"version": "0.36.0",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.35.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.36.0.tgz",
|
||||||
"integrity": "sha512-Pgj9mX0T74Ro8FCvVO1ZjWWcPDW6J42SByG4GMRwMXXZrSwOUY83vj4Ii/+Q+amg2XJwyx0o5/sCprUP/nGM0Q==",
|
"integrity": "sha512-wze9CboL9XHj4KRfqFedXjsJ9yM7iiJJnnVgiXJWdwzPXewFfdIUWHQVRoEYjGZ94cA8kVBkKnTCp8pi3EU3HQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"eslint-scope": {
|
"eslint-scope": {
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"@typescript-eslint/parser": "^4.8.1",
|
"@typescript-eslint/parser": "^4.8.1",
|
||||||
"eslint": "^7.13.0",
|
"eslint": "^7.13.0",
|
||||||
"eslint-config-xo": "^0.33.1",
|
"eslint-config-xo": "^0.33.1",
|
||||||
"eslint-config-xo-typescript": "^0.35.0",
|
"eslint-config-xo-typescript": "^0.36.0",
|
||||||
"husky": "^4.3.0",
|
"husky": "^4.3.0",
|
||||||
"nodemon": "^2.0.6",
|
"nodemon": "^2.0.6",
|
||||||
"ts-node": "^9.0.0",
|
"ts-node": "^9.0.0",
|
||||||
|
|
|
@ -944,10 +944,10 @@ escape-string-regexp@^1.0.5:
|
||||||
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
||||||
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
||||||
|
|
||||||
eslint-config-xo-typescript@^0.35.0:
|
eslint-config-xo-typescript@^0.36.0:
|
||||||
version "0.35.0"
|
version "0.36.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.35.0.tgz#4cd8c1208e0f96b80ec8d39dd61930e978e95b59"
|
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.36.0.tgz#4161d6342198c176f7264e76fc5fab20dfcc021e"
|
||||||
integrity sha512-Pgj9mX0T74Ro8FCvVO1ZjWWcPDW6J42SByG4GMRwMXXZrSwOUY83vj4Ii/+Q+amg2XJwyx0o5/sCprUP/nGM0Q==
|
integrity sha512-wze9CboL9XHj4KRfqFedXjsJ9yM7iiJJnnVgiXJWdwzPXewFfdIUWHQVRoEYjGZ94cA8kVBkKnTCp8pi3EU3HQ==
|
||||||
|
|
||||||
eslint-config-xo@^0.33.1:
|
eslint-config-xo@^0.33.1:
|
||||||
version "0.33.1"
|
version "0.33.1"
|
||||||
|
|
Loading…
Reference in a new issue