mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
chore(deps): update typescript-eslint monorepo to v5.43.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3f2fe22faf
commit
5c4cbb1380
4 changed files with 187 additions and 44 deletions
|
@ -98,8 +98,8 @@
|
||||||
"@types/source-map-support": "0.5.6",
|
"@types/source-map-support": "0.5.6",
|
||||||
"@types/supertest": "2.0.12",
|
"@types/supertest": "2.0.12",
|
||||||
"@types/ws": "8.5.3",
|
"@types/ws": "8.5.3",
|
||||||
"@typescript-eslint/eslint-plugin": "5.42.1",
|
"@typescript-eslint/eslint-plugin": "5.43.0",
|
||||||
"@typescript-eslint/parser": "5.42.1",
|
"@typescript-eslint/parser": "5.43.0",
|
||||||
"eslint": "8.27.0",
|
"eslint": "8.27.0",
|
||||||
"eslint-config-prettier": "8.5.0",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-plugin-import": "2.26.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
|
|
|
@ -2143,13 +2143,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/eslint-plugin@npm:5.42.1":
|
"@typescript-eslint/eslint-plugin@npm:5.43.0":
|
||||||
version: 5.42.1
|
version: 5.43.0
|
||||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.42.1"
|
resolution: "@typescript-eslint/eslint-plugin@npm:5.43.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager": 5.42.1
|
"@typescript-eslint/scope-manager": 5.43.0
|
||||||
"@typescript-eslint/type-utils": 5.42.1
|
"@typescript-eslint/type-utils": 5.43.0
|
||||||
"@typescript-eslint/utils": 5.42.1
|
"@typescript-eslint/utils": 5.43.0
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
ignore: ^5.2.0
|
ignore: ^5.2.0
|
||||||
natural-compare-lite: ^1.4.0
|
natural-compare-lite: ^1.4.0
|
||||||
|
@ -2162,24 +2162,24 @@ __metadata:
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 6e80b15df7e655964ddd3041d5f7c0bf564e9901f9e3a9cdaf8d056301841fad8d40cd253d83669f01e0ddc62521af9286a27f098df43e304cf932d768995e98
|
checksum: aa0e9bcd9982e9601ada2088f46c1e9389abd31ceaf6cd1d492684fd711a67d595d4c95d97ba14081c2ea7eb3b98a9ebb33f91ef008e7450ce2f70b2a8ec4309
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/parser@npm:5.42.1":
|
"@typescript-eslint/parser@npm:5.43.0":
|
||||||
version: 5.42.1
|
version: 5.43.0
|
||||||
resolution: "@typescript-eslint/parser@npm:5.42.1"
|
resolution: "@typescript-eslint/parser@npm:5.43.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager": 5.42.1
|
"@typescript-eslint/scope-manager": 5.43.0
|
||||||
"@typescript-eslint/types": 5.42.1
|
"@typescript-eslint/types": 5.43.0
|
||||||
"@typescript-eslint/typescript-estree": 5.42.1
|
"@typescript-eslint/typescript-estree": 5.43.0
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 7208a085102be5c569ac2be5799d05e080a9c0b9157ed3efa5d7eadb675185bddfa05f2f27e20c235910193a2bd835e5375fb9fc13561a6e20d110e444f37caa
|
checksum: a28e0ef2807f1c3381c6dc1d9ddfd83ea8db657d3f808511adf13023b469ed64fc09619e05d7f68746b05ea68770a0882883c77ce908682965ba266f95e168c9
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -2193,12 +2193,22 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/type-utils@npm:5.42.1":
|
"@typescript-eslint/scope-manager@npm:5.43.0":
|
||||||
version: 5.42.1
|
version: 5.43.0
|
||||||
resolution: "@typescript-eslint/type-utils@npm:5.42.1"
|
resolution: "@typescript-eslint/scope-manager@npm:5.43.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/typescript-estree": 5.42.1
|
"@typescript-eslint/types": 5.43.0
|
||||||
"@typescript-eslint/utils": 5.42.1
|
"@typescript-eslint/visitor-keys": 5.43.0
|
||||||
|
checksum: e594c7a32c3fa29e46dd0b0bc62f97f154bd864682ae7da87a14b6f4336f4cb02f6ed0602bbdb15783e4230ecdf8a0ccc6f7c5820850e8f11240c9e4fb0e388d
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/type-utils@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/type-utils@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/typescript-estree": 5.43.0
|
||||||
|
"@typescript-eslint/utils": 5.43.0
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
tsutils: ^3.21.0
|
tsutils: ^3.21.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -2206,7 +2216,7 @@ __metadata:
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 7ac3180aeb966351e54055440f42b723aa864fd39c74be5a41aae97401e6424df94d9f96ae945f1c3a6023860ffd7ba424ff6506c21bd373a6cd878466d9ba62
|
checksum: 08dbc0b194d0ef1454a95d76c082503e04d9957e89a056068002e233f8d98113f50b2707f7c4b9b44f428e223d5b4485ee2b4df4e0cde354827c5edc92ede973
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -2217,6 +2227,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/types@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/types@npm:5.43.0"
|
||||||
|
checksum: fc5e5431c305feee4a3faae84f34df482e08d74b910a6f9376b01326c682ceefeeb0e270d03d7778787bc94ef05b3b85ee6d3c9d732290fbdb4a67ae1b110226
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@npm:5.42.1":
|
"@typescript-eslint/typescript-estree@npm:5.42.1":
|
||||||
version: 5.42.1
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/typescript-estree@npm:5.42.1"
|
resolution: "@typescript-eslint/typescript-estree@npm:5.42.1"
|
||||||
|
@ -2235,7 +2252,43 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/utils@npm:5.42.1, @typescript-eslint/utils@npm:^5.10.0":
|
"@typescript-eslint/typescript-estree@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/typescript-estree@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": 5.43.0
|
||||||
|
"@typescript-eslint/visitor-keys": 5.43.0
|
||||||
|
debug: ^4.3.4
|
||||||
|
globby: ^11.1.0
|
||||||
|
is-glob: ^4.0.3
|
||||||
|
semver: ^7.3.7
|
||||||
|
tsutils: ^3.21.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
typescript:
|
||||||
|
optional: true
|
||||||
|
checksum: 3479f9413d73369ab3d574580c90a72f74d2ae1ec4afe485eebfad054c3d15c89f23a137bb9d6197dfdae33e444a76a99f6832688787feabbb064e09d39a3f55
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/utils@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@types/json-schema": ^7.0.9
|
||||||
|
"@types/semver": ^7.3.12
|
||||||
|
"@typescript-eslint/scope-manager": 5.43.0
|
||||||
|
"@typescript-eslint/types": 5.43.0
|
||||||
|
"@typescript-eslint/typescript-estree": 5.43.0
|
||||||
|
eslint-scope: ^5.1.1
|
||||||
|
eslint-utils: ^3.0.0
|
||||||
|
semver: ^7.3.7
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
|
checksum: 4c6b383b51506b57230f2624f883ae21e5d8411d138587c04fe3145f915bf8c289cc2a9f7b0b3faba98345ba230504e5014922bcc578aa0badd594d9eaa8f9ef
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:^5.10.0":
|
||||||
version: 5.42.1
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/utils@npm:5.42.1"
|
resolution: "@typescript-eslint/utils@npm:5.42.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -2263,6 +2316,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/visitor-keys@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/visitor-keys@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": 5.43.0
|
||||||
|
eslint-visitor-keys: ^3.3.0
|
||||||
|
checksum: 4820679e50096dcdaadc7c95d32e5dca3ba8510acf1a865e283822bae3940a2faec02ad8abe793f8a25f75b600f1e7215e1fd3b3ba73779eff737fa90d092550
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@vue/compiler-core@npm:3.2.45":
|
"@vue/compiler-core@npm:3.2.45":
|
||||||
version: 3.2.45
|
version: 3.2.45
|
||||||
resolution: "@vue/compiler-core@npm:3.2.45"
|
resolution: "@vue/compiler-core@npm:3.2.45"
|
||||||
|
@ -5529,8 +5592,8 @@ __metadata:
|
||||||
"@types/source-map-support": 0.5.6
|
"@types/source-map-support": 0.5.6
|
||||||
"@types/supertest": 2.0.12
|
"@types/supertest": 2.0.12
|
||||||
"@types/ws": 8.5.3
|
"@types/ws": 8.5.3
|
||||||
"@typescript-eslint/eslint-plugin": 5.42.1
|
"@typescript-eslint/eslint-plugin": 5.43.0
|
||||||
"@typescript-eslint/parser": 5.42.1
|
"@typescript-eslint/parser": 5.43.0
|
||||||
"@zxcvbn-ts/core": 2.1.0
|
"@zxcvbn-ts/core": 2.1.0
|
||||||
"@zxcvbn-ts/language-common": 2.0.1
|
"@zxcvbn-ts/language-common": 2.0.1
|
||||||
"@zxcvbn-ts/language-en": 2.1.0
|
"@zxcvbn-ts/language-en": 2.1.0
|
||||||
|
|
|
@ -146,8 +146,8 @@
|
||||||
"@types/sass": "1.43.1",
|
"@types/sass": "1.43.1",
|
||||||
"@types/testing-library__jest-dom": "5.14.5",
|
"@types/testing-library__jest-dom": "5.14.5",
|
||||||
"@types/uuid": "8.3.4",
|
"@types/uuid": "8.3.4",
|
||||||
"@typescript-eslint/eslint-plugin": "5.42.1",
|
"@typescript-eslint/eslint-plugin": "5.43.0",
|
||||||
"@typescript-eslint/parser": "5.42.1",
|
"@typescript-eslint/parser": "5.43.0",
|
||||||
"csstype": "3.1.1",
|
"csstype": "3.1.1",
|
||||||
"cypress": "11.1.0",
|
"cypress": "11.1.0",
|
||||||
"cypress-commands": "3.0.0",
|
"cypress-commands": "3.0.0",
|
||||||
|
|
|
@ -1944,8 +1944,8 @@ __metadata:
|
||||||
"@types/sass": 1.43.1
|
"@types/sass": 1.43.1
|
||||||
"@types/testing-library__jest-dom": 5.14.5
|
"@types/testing-library__jest-dom": 5.14.5
|
||||||
"@types/uuid": 8.3.4
|
"@types/uuid": 8.3.4
|
||||||
"@typescript-eslint/eslint-plugin": 5.42.1
|
"@typescript-eslint/eslint-plugin": 5.43.0
|
||||||
"@typescript-eslint/parser": 5.42.1
|
"@typescript-eslint/parser": 5.43.0
|
||||||
"@uiw/react-codemirror": 4.13.2
|
"@uiw/react-codemirror": 4.13.2
|
||||||
abcjs: 6.1.6
|
abcjs: 6.1.6
|
||||||
bootstrap: 5.2.2
|
bootstrap: 5.2.2
|
||||||
|
@ -3614,13 +3614,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/eslint-plugin@npm:5.42.1":
|
"@typescript-eslint/eslint-plugin@npm:5.43.0":
|
||||||
version: 5.42.1
|
version: 5.43.0
|
||||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.42.1"
|
resolution: "@typescript-eslint/eslint-plugin@npm:5.43.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager": 5.42.1
|
"@typescript-eslint/scope-manager": 5.43.0
|
||||||
"@typescript-eslint/type-utils": 5.42.1
|
"@typescript-eslint/type-utils": 5.43.0
|
||||||
"@typescript-eslint/utils": 5.42.1
|
"@typescript-eslint/utils": 5.43.0
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
ignore: ^5.2.0
|
ignore: ^5.2.0
|
||||||
natural-compare-lite: ^1.4.0
|
natural-compare-lite: ^1.4.0
|
||||||
|
@ -3633,11 +3633,28 @@ __metadata:
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 6e80b15df7e655964ddd3041d5f7c0bf564e9901f9e3a9cdaf8d056301841fad8d40cd253d83669f01e0ddc62521af9286a27f098df43e304cf932d768995e98
|
checksum: aa0e9bcd9982e9601ada2088f46c1e9389abd31ceaf6cd1d492684fd711a67d595d4c95d97ba14081c2ea7eb3b98a9ebb33f91ef008e7450ce2f70b2a8ec4309
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/parser@npm:5.42.1, @typescript-eslint/parser@npm:^5.42.0":
|
"@typescript-eslint/parser@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/parser@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/scope-manager": 5.43.0
|
||||||
|
"@typescript-eslint/types": 5.43.0
|
||||||
|
"@typescript-eslint/typescript-estree": 5.43.0
|
||||||
|
debug: ^4.3.4
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
typescript:
|
||||||
|
optional: true
|
||||||
|
checksum: a28e0ef2807f1c3381c6dc1d9ddfd83ea8db657d3f808511adf13023b469ed64fc09619e05d7f68746b05ea68770a0882883c77ce908682965ba266f95e168c9
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/parser@npm:^5.42.0":
|
||||||
version: 5.42.1
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/parser@npm:5.42.1"
|
resolution: "@typescript-eslint/parser@npm:5.42.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -3664,12 +3681,22 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/type-utils@npm:5.42.1":
|
"@typescript-eslint/scope-manager@npm:5.43.0":
|
||||||
version: 5.42.1
|
version: 5.43.0
|
||||||
resolution: "@typescript-eslint/type-utils@npm:5.42.1"
|
resolution: "@typescript-eslint/scope-manager@npm:5.43.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/typescript-estree": 5.42.1
|
"@typescript-eslint/types": 5.43.0
|
||||||
"@typescript-eslint/utils": 5.42.1
|
"@typescript-eslint/visitor-keys": 5.43.0
|
||||||
|
checksum: e594c7a32c3fa29e46dd0b0bc62f97f154bd864682ae7da87a14b6f4336f4cb02f6ed0602bbdb15783e4230ecdf8a0ccc6f7c5820850e8f11240c9e4fb0e388d
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/type-utils@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/type-utils@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/typescript-estree": 5.43.0
|
||||||
|
"@typescript-eslint/utils": 5.43.0
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
tsutils: ^3.21.0
|
tsutils: ^3.21.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -3677,7 +3704,7 @@ __metadata:
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 7ac3180aeb966351e54055440f42b723aa864fd39c74be5a41aae97401e6424df94d9f96ae945f1c3a6023860ffd7ba424ff6506c21bd373a6cd878466d9ba62
|
checksum: 08dbc0b194d0ef1454a95d76c082503e04d9957e89a056068002e233f8d98113f50b2707f7c4b9b44f428e223d5b4485ee2b4df4e0cde354827c5edc92ede973
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -3688,6 +3715,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/types@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/types@npm:5.43.0"
|
||||||
|
checksum: fc5e5431c305feee4a3faae84f34df482e08d74b910a6f9376b01326c682ceefeeb0e270d03d7778787bc94ef05b3b85ee6d3c9d732290fbdb4a67ae1b110226
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@npm:5.42.1":
|
"@typescript-eslint/typescript-estree@npm:5.42.1":
|
||||||
version: 5.42.1
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/typescript-estree@npm:5.42.1"
|
resolution: "@typescript-eslint/typescript-estree@npm:5.42.1"
|
||||||
|
@ -3706,7 +3740,43 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/utils@npm:5.42.1, @typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
"@typescript-eslint/typescript-estree@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/typescript-estree@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": 5.43.0
|
||||||
|
"@typescript-eslint/visitor-keys": 5.43.0
|
||||||
|
debug: ^4.3.4
|
||||||
|
globby: ^11.1.0
|
||||||
|
is-glob: ^4.0.3
|
||||||
|
semver: ^7.3.7
|
||||||
|
tsutils: ^3.21.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
typescript:
|
||||||
|
optional: true
|
||||||
|
checksum: 3479f9413d73369ab3d574580c90a72f74d2ae1ec4afe485eebfad054c3d15c89f23a137bb9d6197dfdae33e444a76a99f6832688787feabbb064e09d39a3f55
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/utils@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@types/json-schema": ^7.0.9
|
||||||
|
"@types/semver": ^7.3.12
|
||||||
|
"@typescript-eslint/scope-manager": 5.43.0
|
||||||
|
"@typescript-eslint/types": 5.43.0
|
||||||
|
"@typescript-eslint/typescript-estree": 5.43.0
|
||||||
|
eslint-scope: ^5.1.1
|
||||||
|
eslint-utils: ^3.0.0
|
||||||
|
semver: ^7.3.7
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
|
checksum: 4c6b383b51506b57230f2624f883ae21e5d8411d138587c04fe3145f915bf8c289cc2a9f7b0b3faba98345ba230504e5014922bcc578aa0badd594d9eaa8f9ef
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
||||||
version: 5.42.1
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/utils@npm:5.42.1"
|
resolution: "@typescript-eslint/utils@npm:5.42.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -3734,6 +3804,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/visitor-keys@npm:5.43.0":
|
||||||
|
version: 5.43.0
|
||||||
|
resolution: "@typescript-eslint/visitor-keys@npm:5.43.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": 5.43.0
|
||||||
|
eslint-visitor-keys: ^3.3.0
|
||||||
|
checksum: 4820679e50096dcdaadc7c95d32e5dca3ba8510acf1a865e283822bae3940a2faec02ad8abe793f8a25f75b600f1e7215e1fd3b3ba73779eff737fa90d092550
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@uiw/codemirror-extensions-basic-setup@npm:4.13.2":
|
"@uiw/codemirror-extensions-basic-setup@npm:4.13.2":
|
||||||
version: 4.13.2
|
version: 4.13.2
|
||||||
resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.13.2"
|
resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.13.2"
|
||||||
|
|
Loading…
Reference in a new issue