Make eslint a peer deependency of rush-stack-compiler, rather than a dev dependency
This commit is contained in:
Родитель
890211d96e
Коммит
51d100e797
|
@ -1218,15 +1218,13 @@ importers:
|
|||
'@rushstack/heft-node-rig': 1.11.0
|
||||
'@rushstack/node-core-library': ~3.53.0
|
||||
'@types/node': 10.17.13
|
||||
eslint: 8.7.0
|
||||
import-lazy: ~4.0.0
|
||||
typescript: ~4.5.5
|
||||
dependencies:
|
||||
'@microsoft/api-extractor': 7.15.2
|
||||
'@rushstack/eslint-config': 3.1.0_eslint@8.7.0
|
||||
'@rushstack/eslint-config': 3.1.0
|
||||
'@rushstack/node-core-library': 3.53.0
|
||||
'@types/node': 10.17.13
|
||||
eslint: 8.7.0
|
||||
import-lazy: 4.0.0
|
||||
typescript: 4.5.5
|
||||
devDependencies:
|
||||
|
@ -1566,6 +1564,7 @@ packages:
|
|||
strip-json-comments: 3.1.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@humanwhocodes/config-array/0.9.5:
|
||||
resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==}
|
||||
|
@ -1576,9 +1575,11 @@ packages:
|
|||
minimatch: 3.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@humanwhocodes/object-schema/1.2.1:
|
||||
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
||||
dev: true
|
||||
|
||||
/@istanbuljs/load-nyc-config/1.1.0:
|
||||
resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==}
|
||||
|
@ -2248,6 +2249,27 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@rushstack/eslint-config/3.1.0:
|
||||
resolution: {integrity: sha512-1xV215H326tBe6rd7YNiOkJSFRMHngBcn6MADHna5bpKzGfUKjg0tG74Wp6Js8SPMKG+3D7h0J1wN9fyBatphw==}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@rushstack/eslint-patch': 1.2.0
|
||||
'@rushstack/eslint-plugin': 0.11.0_typescript@4.8.4
|
||||
'@rushstack/eslint-plugin-packlets': 0.6.0_typescript@4.8.4
|
||||
'@rushstack/eslint-plugin-security': 0.5.0_typescript@4.8.4
|
||||
'@typescript-eslint/eslint-plugin': 5.38.1_b1d54454612116594b587228f17204c2
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_typescript@4.8.4
|
||||
'@typescript-eslint/parser': 5.38.1_typescript@4.8.4
|
||||
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4
|
||||
eslint-plugin-promise: 6.0.1
|
||||
eslint-plugin-react: 7.27.1
|
||||
eslint-plugin-tsdoc: 0.2.17
|
||||
typescript: 4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@rushstack/eslint-config/3.1.0_eslint@7.12.1:
|
||||
resolution: {integrity: sha512-1xV215H326tBe6rd7YNiOkJSFRMHngBcn6MADHna5bpKzGfUKjg0tG74Wp6Js8SPMKG+3D7h0J1wN9fyBatphw==}
|
||||
peerDependencies:
|
||||
|
@ -2269,28 +2291,6 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@rushstack/eslint-config/3.1.0_eslint@8.7.0:
|
||||
resolution: {integrity: sha512-1xV215H326tBe6rd7YNiOkJSFRMHngBcn6MADHna5bpKzGfUKjg0tG74Wp6Js8SPMKG+3D7h0J1wN9fyBatphw==}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@rushstack/eslint-patch': 1.2.0
|
||||
'@rushstack/eslint-plugin': 0.11.0_eslint@8.7.0+typescript@4.8.4
|
||||
'@rushstack/eslint-plugin-packlets': 0.6.0_eslint@8.7.0+typescript@4.8.4
|
||||
'@rushstack/eslint-plugin-security': 0.5.0_eslint@8.7.0+typescript@4.8.4
|
||||
'@typescript-eslint/eslint-plugin': 5.38.1_1986b9f3ed17bde8aadb6f692c045090
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
'@typescript-eslint/parser': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4
|
||||
eslint: 8.7.0
|
||||
eslint-plugin-promise: 6.0.1_eslint@8.7.0
|
||||
eslint-plugin-react: 7.27.1_eslint@8.7.0
|
||||
eslint-plugin-tsdoc: 0.2.17
|
||||
typescript: 4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@rushstack/eslint-patch/1.0.6:
|
||||
resolution: {integrity: sha512-Myxw//kzromB9yWgS8qYGuGVf91oBUUJpNvy5eM50sqvmKLbKjwLxohJnkWGTeeI9v9IBMtPLxz5Gc60FIfvCA==}
|
||||
dev: true
|
||||
|
@ -2323,14 +2323,13 @@ packages:
|
|||
- supports-color
|
||||
- typescript
|
||||
|
||||
/@rushstack/eslint-plugin-packlets/0.6.0_eslint@8.7.0+typescript@4.8.4:
|
||||
/@rushstack/eslint-plugin-packlets/0.6.0_typescript@4.8.4:
|
||||
resolution: {integrity: sha512-51J5N8UywQamDtBQq6qCCVhHojb753hr26DRe7erIqW+tTMWPfFrb2X5BQxYiFNmkQ6ii4p5RI/6j136IuALHg==}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@rushstack/tree-pattern': 0.2.4
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
eslint: 8.7.0
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_typescript@4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
@ -2361,14 +2360,13 @@ packages:
|
|||
- supports-color
|
||||
- typescript
|
||||
|
||||
/@rushstack/eslint-plugin-security/0.5.0_eslint@8.7.0+typescript@4.8.4:
|
||||
/@rushstack/eslint-plugin-security/0.5.0_typescript@4.8.4:
|
||||
resolution: {integrity: sha512-qDtij3D2DY8VDHKeUdf+M2SpoctrY+eIA+fJFkpuHP7CTJZLBv5186+oCsJ59lZmKoBFREdgpaV3coXamoT8RQ==}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@rushstack/tree-pattern': 0.2.4
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
eslint: 8.7.0
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_typescript@4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
@ -2386,14 +2384,13 @@ packages:
|
|||
- supports-color
|
||||
- typescript
|
||||
|
||||
/@rushstack/eslint-plugin/0.11.0_eslint@8.7.0+typescript@4.8.4:
|
||||
/@rushstack/eslint-plugin/0.11.0_typescript@4.8.4:
|
||||
resolution: {integrity: sha512-e8eVBOgb/xkpkgFmPP+oifrqCLh8I5BFI/emB/nf5+WnuS4hsTHkgprCEiJuvkhJRypsWrbchkIda9/1YFadxg==}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@rushstack/tree-pattern': 0.2.4
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
eslint: 8.7.0
|
||||
'@typescript-eslint/experimental-utils': 5.38.1_typescript@4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
@ -2957,32 +2954,6 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.38.1_1986b9f3ed17bde8aadb6f692c045090:
|
||||
resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
'@typescript-eslint/scope-manager': 5.38.1
|
||||
'@typescript-eslint/type-utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
'@typescript-eslint/utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.7.0
|
||||
ignore: 5.2.0
|
||||
regexpp: 3.2.0
|
||||
semver: 7.3.7
|
||||
tsutils: 3.21.0_typescript@4.8.4
|
||||
typescript: 4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.38.1_3a04e3c0829ca025f448acbdc4398d6c:
|
||||
resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
|
@ -3008,6 +2979,31 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.38.1_b1d54454612116594b587228f17204c2:
|
||||
resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.38.1_typescript@4.8.4
|
||||
'@typescript-eslint/scope-manager': 5.38.1
|
||||
'@typescript-eslint/type-utils': 5.38.1_typescript@4.8.4
|
||||
'@typescript-eslint/utils': 5.38.1_typescript@4.8.4
|
||||
debug: 4.3.4
|
||||
ignore: 5.2.0
|
||||
regexpp: 3.2.0
|
||||
semver: 7.3.7
|
||||
tsutils: 3.21.0_typescript@4.8.4
|
||||
typescript: 4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/experimental-utils/3.10.1_eslint@7.12.1+typescript@4.1.5:
|
||||
resolution: {integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
|
@ -3053,14 +3049,13 @@ packages:
|
|||
- supports-color
|
||||
- typescript
|
||||
|
||||
/@typescript-eslint/experimental-utils/5.38.1_eslint@8.7.0+typescript@4.8.4:
|
||||
/@typescript-eslint/experimental-utils/5.38.1_typescript@4.8.4:
|
||||
resolution: {integrity: sha512-Zv0EcU0iu64DiVG3pRZU0QYCgANO//U1fS3oEs3eqHD1eIVVcQsFd/T01ckaNbL2H2aCqRojY2xZuMAPcOArEA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
eslint: 8.7.0
|
||||
'@typescript-eslint/utils': 5.38.1_typescript@4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
@ -3105,7 +3100,7 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@typescript-eslint/parser/5.38.1_eslint@8.7.0+typescript@4.8.4:
|
||||
/@typescript-eslint/parser/5.38.1_typescript@4.8.4:
|
||||
resolution: {integrity: sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -3119,7 +3114,6 @@ packages:
|
|||
'@typescript-eslint/types': 5.38.1
|
||||
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.7.0
|
||||
typescript: 4.8.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -3151,7 +3145,7 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@typescript-eslint/type-utils/5.38.1_eslint@8.7.0+typescript@4.8.4:
|
||||
/@typescript-eslint/type-utils/5.38.1_typescript@4.8.4:
|
||||
resolution: {integrity: sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -3162,9 +3156,8 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4
|
||||
'@typescript-eslint/utils': 5.38.1_eslint@8.7.0+typescript@4.8.4
|
||||
'@typescript-eslint/utils': 5.38.1_typescript@4.8.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.7.0
|
||||
tsutils: 3.21.0_typescript@4.8.4
|
||||
typescript: 4.8.4
|
||||
transitivePeerDependencies:
|
||||
|
@ -3260,7 +3253,7 @@ packages:
|
|||
- supports-color
|
||||
- typescript
|
||||
|
||||
/@typescript-eslint/utils/5.38.1_eslint@8.7.0+typescript@4.8.4:
|
||||
/@typescript-eslint/utils/5.38.1_typescript@4.8.4:
|
||||
resolution: {integrity: sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -3270,9 +3263,8 @@ packages:
|
|||
'@typescript-eslint/scope-manager': 5.38.1
|
||||
'@typescript-eslint/types': 5.38.1
|
||||
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4
|
||||
eslint: 8.7.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.7.0
|
||||
eslint-utils: 3.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
@ -3470,6 +3462,7 @@ packages:
|
|||
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
acorn: 8.7.1
|
||||
dev: true
|
||||
|
||||
/acorn-walk/6.2.0:
|
||||
resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==}
|
||||
|
@ -3499,6 +3492,7 @@ packages:
|
|||
resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/agent-base/6.0.2:
|
||||
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
|
||||
|
@ -3634,6 +3628,7 @@ packages:
|
|||
|
||||
/argparse/2.0.1:
|
||||
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
||||
dev: true
|
||||
|
||||
/arr-diff/4.0.0:
|
||||
resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=}
|
||||
|
@ -5232,6 +5227,7 @@ packages:
|
|||
/escape-string-regexp/4.0.0:
|
||||
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/escodegen/1.14.3:
|
||||
resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==}
|
||||
|
@ -5287,6 +5283,13 @@ packages:
|
|||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-promise/6.0.1:
|
||||
resolution: {integrity: sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-promise/6.0.1_eslint@7.12.1:
|
||||
resolution: {integrity: sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
|
@ -5295,15 +5298,6 @@ packages:
|
|||
dependencies:
|
||||
eslint: 7.12.1
|
||||
|
||||
/eslint-plugin-promise/6.0.1_eslint@8.7.0:
|
||||
resolution: {integrity: sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.7.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-react/7.20.6_eslint@7.12.1:
|
||||
resolution: {integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==}
|
||||
engines: {node: '>=4'}
|
||||
|
@ -5324,6 +5318,28 @@ packages:
|
|||
string.prototype.matchall: 4.0.5
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react/7.27.1:
|
||||
resolution: {integrity: sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||
dependencies:
|
||||
array-includes: 3.1.4
|
||||
array.prototype.flatmap: 1.2.5
|
||||
doctrine: 2.1.0
|
||||
estraverse: 5.3.0
|
||||
jsx-ast-utils: 2.4.1
|
||||
minimatch: 3.0.4
|
||||
object.entries: 1.1.5
|
||||
object.fromentries: 2.0.5
|
||||
object.hasown: 1.1.0
|
||||
object.values: 1.1.5
|
||||
prop-types: 15.7.2
|
||||
resolve: 2.0.0-next.3
|
||||
semver: 6.3.0
|
||||
string.prototype.matchall: 4.0.6
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-react/7.27.1_eslint@7.12.1:
|
||||
resolution: {integrity: sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==}
|
||||
engines: {node: '>=4'}
|
||||
|
@ -5346,29 +5362,6 @@ packages:
|
|||
semver: 6.3.0
|
||||
string.prototype.matchall: 4.0.6
|
||||
|
||||
/eslint-plugin-react/7.27.1_eslint@8.7.0:
|
||||
resolution: {integrity: sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||
dependencies:
|
||||
array-includes: 3.1.4
|
||||
array.prototype.flatmap: 1.2.5
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.7.0
|
||||
estraverse: 5.3.0
|
||||
jsx-ast-utils: 2.4.1
|
||||
minimatch: 3.0.4
|
||||
object.entries: 1.1.5
|
||||
object.fromentries: 2.0.5
|
||||
object.hasown: 1.1.0
|
||||
object.values: 1.1.5
|
||||
prop-types: 15.7.2
|
||||
resolve: 2.0.0-next.3
|
||||
semver: 6.3.0
|
||||
string.prototype.matchall: 4.0.6
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-tsdoc/0.2.14:
|
||||
resolution: {integrity: sha512-fJ3fnZRsdIoBZgzkQjv8vAj6NeeOoFkTfgosj6mKsFjX70QV256sA/wq+y/R2+OL4L8E79VVaVWrPeZnKNe8Ng==}
|
||||
dependencies:
|
||||
|
@ -5403,6 +5396,7 @@ packages:
|
|||
dependencies:
|
||||
esrecurse: 4.3.0
|
||||
estraverse: 5.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-utils/2.1.0:
|
||||
resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==}
|
||||
|
@ -5410,6 +5404,15 @@ packages:
|
|||
dependencies:
|
||||
eslint-visitor-keys: 1.3.0
|
||||
|
||||
/eslint-utils/3.0.0:
|
||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=5'
|
||||
dependencies:
|
||||
eslint-visitor-keys: 2.1.0
|
||||
dev: false
|
||||
|
||||
/eslint-utils/3.0.0_eslint@7.12.1:
|
||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
|
@ -5427,6 +5430,7 @@ packages:
|
|||
dependencies:
|
||||
eslint: 8.7.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
dev: true
|
||||
|
||||
/eslint-visitor-keys/1.3.0:
|
||||
resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==}
|
||||
|
@ -5527,6 +5531,7 @@ packages:
|
|||
v8-compile-cache: 2.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/espree/7.3.1:
|
||||
resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==}
|
||||
|
@ -5543,6 +5548,7 @@ packages:
|
|||
acorn: 8.7.1
|
||||
acorn-jsx: 5.3.2_acorn@8.7.1
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
/esprima/1.2.5:
|
||||
resolution: {integrity: sha1-CZNQL+r2aBODJXVvMPmlH+7sEek=}
|
||||
|
@ -5882,6 +5888,7 @@ packages:
|
|||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
dependencies:
|
||||
flat-cache: 3.0.4
|
||||
dev: true
|
||||
|
||||
/file-uri-to-path/1.0.0:
|
||||
resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
|
||||
|
@ -6010,12 +6017,14 @@ packages:
|
|||
dependencies:
|
||||
flatted: 3.2.4
|
||||
rimraf: 3.0.2
|
||||
dev: true
|
||||
|
||||
/flatted/2.0.2:
|
||||
resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==}
|
||||
|
||||
/flatted/3.2.4:
|
||||
resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==}
|
||||
dev: true
|
||||
|
||||
/flush-write-stream/1.1.1:
|
||||
resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==}
|
||||
|
@ -6237,6 +6246,7 @@ packages:
|
|||
engines: {node: '>=10.13.0'}
|
||||
dependencies:
|
||||
is-glob: 4.0.3
|
||||
dev: true
|
||||
|
||||
/glob-stream/6.1.0:
|
||||
resolution: {integrity: sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=}
|
||||
|
@ -6337,6 +6347,7 @@ packages:
|
|||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
type-fest: 0.20.2
|
||||
dev: true
|
||||
|
||||
/globby/11.1.0:
|
||||
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
|
||||
|
@ -8210,6 +8221,7 @@ packages:
|
|||
hasBin: true
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
dev: true
|
||||
|
||||
/jsbn/0.1.1:
|
||||
resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=}
|
||||
|
@ -11978,6 +11990,7 @@ packages:
|
|||
/type-fest/0.20.2:
|
||||
resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/type-fest/0.21.3:
|
||||
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
|
||||
{
|
||||
"pnpmShrinkwrapHash": "307e7b3b07f441fc2efc6146966337c83e44699a",
|
||||
"pnpmShrinkwrapHash": "a5c52ab9dc4b9a096367bf93b11b9a04e740239c",
|
||||
"preferredVersionsHash": "6a96c5550f3ce50aa19e8d1141c6c5d4176953ff"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"@rushstack/eslint-config": "~3.1.0",
|
||||
"@rushstack/node-core-library": "~3.53.0",
|
||||
"@types/node": "10.17.13",
|
||||
"eslint": "8.7.0",
|
||||
"import-lazy": "~4.0.0",
|
||||
"typescript": "~4.5.5"
|
||||
},
|
||||
|
@ -33,5 +32,8 @@
|
|||
"@rushstack/eslint-config": "~3.1.0",
|
||||
"@rushstack/heft": "0.48.0",
|
||||
"@rushstack/heft-node-rig": "1.11.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^8.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче