This commit is contained in:
parent
fb66770831
commit
18c89348f9
14
package.json
14
package.json
|
@ -46,16 +46,16 @@
|
|||
"vitest": "^0.29.8"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.3",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"@achingbrain/ssdp@4.0.1": "patches/@achingbrain__ssdp@4.0.1.patch",
|
||||
"@libp2p/bootstrap@9.0.10": "patches/@libp2p+bootstrap+9.0.10.patch",
|
||||
"it-length-prefixed@9.0.3": "patches/it-length-prefixed+9.0.3.patch"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{md,mdx,yml,yaml,json}": [
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"@achingbrain/ssdp@4.0.1": "patches/@achingbrain__ssdp@4.0.1.patch",
|
||||
"@libp2p/bootstrap@9.0.10": "patches/@libp2p__bootstrap@9.0.10.patch",
|
||||
"it-length-prefixed@9.0.3": "patches/it-length-prefixed@9.0.3.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff --git a/node_modules/@achingbrain/ssdp/dist/src/default-ssdp-options.js b/node_modules/@achingbrain/ssdp/dist/src/default-ssdp-options.js
|
||||
index bcce6af..f687757 100644
|
||||
--- a/node_modules/@achingbrain/ssdp/dist/src/default-ssdp-options.js
|
||||
+++ b/node_modules/@achingbrain/ssdp/dist/src/default-ssdp-options.js
|
||||
diff --git a/dist/src/default-ssdp-options.js b/dist/src/default-ssdp-options.js
|
||||
index bcce6af79fa2f406a428501b098c3a4b26bb72d4..f687757d3d852eda3229487ca43ba0fd70a2ab78 100644
|
||||
--- a/dist/src/default-ssdp-options.js
|
||||
+++ b/dist/src/default-ssdp-options.js
|
||||
@@ -1,11 +1,8 @@
|
||||
import { v4 } from 'uuid';
|
||||
import { defaultSocketOptions } from './default-socket-options.js';
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/node_modules/@libp2p/bootstrap/package.json b/node_modules/@libp2p/bootstrap/package.json
|
||||
index 11a2f41..d8ae3f8 100644
|
||||
--- a/node_modules/@libp2p/bootstrap/package.json
|
||||
+++ b/node_modules/@libp2p/bootstrap/package.json
|
||||
@@ -24,7 +24,7 @@
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
- "types": "./src/index.d.ts",
|
||||
+ "types": "./dist/src/index.d.ts",
|
||||
"import": "./dist/src/index.js"
|
||||
}
|
||||
},
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/package.json b/package.json
|
||||
index 11a2f4140081ebc25b840e544b2d005124d27e0e..d8ae3f86d2bee2e8838979e04c76e1f37256da3f 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -24,7 +24,7 @@
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
- "types": "./src/index.d.ts",
|
||||
+ "types": "./dist/src/index.d.ts",
|
||||
"import": "./dist/src/index.js"
|
||||
}
|
||||
},
|
|
@ -1,7 +1,7 @@
|
|||
diff --git a/node_modules/it-length-prefixed/dist/src/decode.js b/node_modules/it-length-prefixed/dist/src/decode.js
|
||||
index 313fdff..9f2a618 100644
|
||||
--- a/node_modules/it-length-prefixed/dist/src/decode.js
|
||||
+++ b/node_modules/it-length-prefixed/dist/src/decode.js
|
||||
diff --git a/dist/src/decode.js b/dist/src/decode.js
|
||||
index 313fdff5f4bbac228bd6e6e4954bce89ea341cab..d15be8a606b81987f16bd932a7836186d9419b09 100644
|
||||
--- a/dist/src/decode.js
|
||||
+++ b/dist/src/decode.js
|
||||
@@ -6,7 +6,9 @@ import { isAsyncIterable } from './utils.js';
|
||||
// Maximum length of the length section of the message
|
||||
export const MAX_LENGTH_LENGTH = 8; // Varint.encode(Number.MAX_SAFE_INTEGER).length
|
187
pnpm-lock.yaml
187
pnpm-lock.yaml
|
@ -8,6 +8,17 @@ overrides:
|
|||
'@types/react': 18.0.33
|
||||
'@types/react-dom': 18.0.11
|
||||
|
||||
patchedDependencies:
|
||||
'@achingbrain/ssdp@4.0.1':
|
||||
hash: ehp5yuiwuoixnl6zhi4guy6q54
|
||||
path: patches/@achingbrain__ssdp@4.0.1.patch
|
||||
'@libp2p/bootstrap@9.0.10':
|
||||
hash: 2qjq4t2g7sxtbtzajj7gkmqb5q
|
||||
path: patches/@libp2p__bootstrap@9.0.10.patch
|
||||
it-length-prefixed@9.0.3:
|
||||
hash: qmuwtv474nwwchmh5i4hyi27hm
|
||||
path: patches/it-length-prefixed@9.0.3.patch
|
||||
|
||||
importers:
|
||||
.:
|
||||
devDependencies:
|
||||
|
@ -15,8 +26,8 @@ importers:
|
|||
specifier: ^2.26.2
|
||||
version: 2.26.2
|
||||
'@status-im/eslint-config':
|
||||
specifier: '*'
|
||||
version: 1.0.0(tailwindcss@3.4.11)(typescript@5.6.2)
|
||||
specifier: workspace:*
|
||||
version: link:packages/eslint-config
|
||||
'@tsconfig/strictest':
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
|
@ -163,8 +174,8 @@ importers:
|
|||
specifier: ^0.6.3
|
||||
version: 0.6.3
|
||||
'@status-im/eslint-config':
|
||||
specifier: '*'
|
||||
version: 1.0.0(tailwindcss@3.4.11)(typescript@5.6.2)
|
||||
specifier: workspace:*
|
||||
version: link:../eslint-config
|
||||
colorjs.io:
|
||||
specifier: ^0.4.3
|
||||
version: 0.4.3
|
||||
|
@ -214,11 +225,11 @@ importers:
|
|||
specifier: ^1.1.2
|
||||
version: 1.1.2(@types/react-dom@18.0.11)(@types/react@18.0.33)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
'@status-im/colors':
|
||||
specifier: '*'
|
||||
version: 1.0.0
|
||||
specifier: workspace:*
|
||||
version: link:../colors
|
||||
'@status-im/icons':
|
||||
specifier: '*'
|
||||
version: 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
specifier: workspace:*
|
||||
version: link:../icons
|
||||
cva:
|
||||
specifier: ^1.0.0-beta.1
|
||||
version: 1.0.0-beta.1(typescript@5.6.2)
|
||||
|
@ -239,8 +250,8 @@ importers:
|
|||
version: 4.3.7(react@18.3.1)
|
||||
devDependencies:
|
||||
'@status-im/eslint-config':
|
||||
specifier: '*'
|
||||
version: 1.0.0(tailwindcss@3.4.11)(typescript@5.6.2)
|
||||
specifier: workspace:*
|
||||
version: link:../eslint-config
|
||||
'@storybook/addon-designs':
|
||||
specifier: ^8.0.3
|
||||
version: 8.0.3(@storybook/blocks@8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0))(@storybook/components@8.3.0(storybook@8.3.0))(@storybook/theming@8.3.0(storybook@8.3.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
@ -366,8 +377,8 @@ importers:
|
|||
specifier: ^0.7.0
|
||||
version: 0.7.0
|
||||
'@status-im/eslint-config':
|
||||
specifier: '*'
|
||||
version: 1.0.0(tailwindcss@3.4.11)(typescript@5.6.2)
|
||||
specifier: workspace:*
|
||||
version: link:../eslint-config
|
||||
'@svgr/cli':
|
||||
specifier: ^8.1.0
|
||||
version: 8.1.0
|
||||
|
@ -412,7 +423,7 @@ importers:
|
|||
version: 1.4.2
|
||||
'@libp2p/bootstrap':
|
||||
specifier: ^9.0.10
|
||||
version: 9.0.10
|
||||
version: 9.0.10(patch_hash=2qjq4t2g7sxtbtzajj7gkmqb5q)
|
||||
'@scure/base':
|
||||
specifier: ^1.1.1
|
||||
version: 1.1.1
|
||||
|
@ -439,8 +450,8 @@ importers:
|
|||
specifier: 1.4.2
|
||||
version: 1.4.2(@bufbuild/protobuf@1.4.2)
|
||||
'@status-im/eslint-config':
|
||||
specifier: '*'
|
||||
version: 1.0.0(tailwindcss@3.4.11)(typescript@5.6.2)
|
||||
specifier: workspace:*
|
||||
version: link:../eslint-config
|
||||
'@waku/interfaces':
|
||||
specifier: ^0.0.21
|
||||
version: 0.0.21
|
||||
|
@ -5163,33 +5174,12 @@ packages:
|
|||
integrity: sha512-BqJ4mOyGLAW0ePCRgKEHmy6VwZhdnfYfHezBF7T5mYinGoOdfKVajq2rhKVQ8hekeMAA9WEhtCv1W/tcF+h6BQ==,
|
||||
}
|
||||
|
||||
'@status-im/colors@1.0.0':
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-GNPUXxRQTMU0H5lAiyVmQbr6SOMuwJbR0ia0S7EpR4TgIGbGAQ0N+YsJ2CgNQsnbYlXa1gyODbZKchr5CDIkOA==,
|
||||
}
|
||||
|
||||
'@status-im/eslint-config@0.3.0':
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-jdu5I/q1VrCX9PemHZiKs0po/2G1xh+QWX+r/x/bpIYyvOHusI9ga0kF1UxrMu/bE82MEkXYLLNv2bmEJkHGAQ==,
|
||||
}
|
||||
|
||||
'@status-im/eslint-config@1.0.0':
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-NEU4LmqA6SWJNsZ4qeRMSYSyl1TOxSXD+tTfBOmJjvxJleho+tuG+lemH7bYuvBrJDhKrkofuDZHDvESqg4r2g==,
|
||||
}
|
||||
|
||||
'@status-im/icons@1.0.0':
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-uO355Bb3rBAQJNN/5jTTaxODDaSkZu9hXMZP+9AMdCLf6cNYDutSdC/na0NL7WrKY3jpCJjtryfv+apO2X0sIQ==,
|
||||
}
|
||||
peerDependencies:
|
||||
react: ^16.x || ^17.x || ^18.x
|
||||
react-dom: '*'
|
||||
|
||||
'@storybook/addon-actions@8.3.0':
|
||||
resolution:
|
||||
{
|
||||
|
@ -14604,7 +14594,7 @@ packages:
|
|||
snapshots:
|
||||
'@achingbrain/nat-port-mapper@1.0.12':
|
||||
dependencies:
|
||||
'@achingbrain/ssdp': 4.0.1
|
||||
'@achingbrain/ssdp': 4.0.1(patch_hash=ehp5yuiwuoixnl6zhi4guy6q54)
|
||||
'@libp2p/logger': 3.1.0
|
||||
default-gateway: 7.2.2
|
||||
err-code: 3.0.1
|
||||
|
@ -14615,7 +14605,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@achingbrain/ssdp@4.0.1':
|
||||
'@achingbrain/ssdp@4.0.1(patch_hash=ehp5yuiwuoixnl6zhi4guy6q54)':
|
||||
dependencies:
|
||||
event-iterator: 2.0.0
|
||||
freeport-promise: 2.0.0
|
||||
|
@ -14806,7 +14796,7 @@ snapshots:
|
|||
'@multiformats/multiaddr': 12.2.0
|
||||
abortable-iterator: 5.0.1
|
||||
denque: 2.1.0
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-pipe: 3.0.1
|
||||
it-pushable: 3.2.3
|
||||
multiformats: 12.1.3
|
||||
|
@ -14828,7 +14818,7 @@ snapshots:
|
|||
'@noble/curves': 1.2.0
|
||||
'@noble/hashes': 1.3.2
|
||||
it-byte-stream: 1.0.1
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-length-prefixed-stream: 1.0.2
|
||||
it-pair: 2.0.6
|
||||
it-pipe: 3.0.1
|
||||
|
@ -15506,7 +15496,7 @@ snapshots:
|
|||
dependencies:
|
||||
'@lezer/common': 1.2.3
|
||||
|
||||
'@libp2p/bootstrap@9.0.10':
|
||||
'@libp2p/bootstrap@9.0.10(patch_hash=2qjq4t2g7sxtbtzajj7gkmqb5q)':
|
||||
dependencies:
|
||||
'@libp2p/interface': 0.1.6
|
||||
'@libp2p/logger': 3.1.0
|
||||
|
@ -15613,7 +15603,7 @@ snapshots:
|
|||
abortable-iterator: 5.0.1
|
||||
it-first: 3.0.3
|
||||
it-handshake: 4.1.3
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-merge: 3.0.2
|
||||
it-pipe: 3.0.1
|
||||
it-pushable: 3.2.3
|
||||
|
@ -15688,7 +15678,7 @@ snapshots:
|
|||
'@libp2p/peer-collections': 4.0.7
|
||||
'@libp2p/peer-id': 3.0.5
|
||||
abortable-iterator: 5.0.1
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-pipe: 3.0.1
|
||||
it-pushable: 3.2.3
|
||||
multiformats: 12.1.3
|
||||
|
@ -18834,8 +18824,6 @@ snapshots:
|
|||
|
||||
'@status-im/colors@0.4.0': {}
|
||||
|
||||
'@status-im/colors@1.0.0': {}
|
||||
|
||||
'@status-im/eslint-config@0.3.0(tailwindcss@3.4.11)(typescript@5.3.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.60.0(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0)(typescript@5.3.3)
|
||||
|
@ -18844,7 +18832,7 @@ snapshots:
|
|||
eslint-config-next: 13.3.0(eslint@8.43.0)(typescript@5.3.3)
|
||||
eslint-config-prettier: 8.8.0(eslint@8.43.0)
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0)
|
||||
eslint-plugin-eslint-comments: 3.2.0(eslint@8.43.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.43.0)
|
||||
|
@ -18858,33 +18846,6 @@ snapshots:
|
|||
- tailwindcss
|
||||
- typescript
|
||||
|
||||
'@status-im/eslint-config@1.0.0(tailwindcss@3.4.11)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.60.0(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.6.2)
|
||||
eslint: 8.43.0
|
||||
eslint-config-next: 13.3.0(eslint@8.43.0)(typescript@5.6.2)
|
||||
eslint-config-prettier: 8.8.0(eslint@8.43.0)
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-plugin-eslint-comments: 3.2.0(eslint@8.43.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.43.0)
|
||||
eslint-plugin-react: 7.32.2(eslint@8.43.0)
|
||||
eslint-plugin-react-hooks: 4.6.0(eslint@8.43.0)
|
||||
eslint-plugin-simple-import-sort: 10.0.0(eslint@8.43.0)
|
||||
eslint-plugin-tailwindcss: 3.17.4(tailwindcss@3.4.11)
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
- tailwindcss
|
||||
- typescript
|
||||
|
||||
'@status-im/icons@1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||
dependencies:
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
|
||||
'@storybook/addon-actions@8.3.0(storybook@8.3.0)':
|
||||
dependencies:
|
||||
'@storybook/global': 5.0.0
|
||||
|
@ -20002,7 +19963,7 @@ snapshots:
|
|||
'@waku/utils': 0.0.14
|
||||
debug: 4.3.7
|
||||
it-all: 3.0.4
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-pipe: 3.0.1
|
||||
libp2p: 0.46.18
|
||||
p-event: 6.0.0
|
||||
|
@ -20064,7 +20025,7 @@ snapshots:
|
|||
'@waku/utils': 0.0.14
|
||||
debug: 4.3.7
|
||||
it-all: 3.0.4
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-pipe: 3.0.1
|
||||
transitivePeerDependencies:
|
||||
- '@multiformats/multiaddr'
|
||||
|
@ -21243,7 +21204,7 @@ snapshots:
|
|||
'@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.3.3)
|
||||
eslint: 8.43.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.43.0)
|
||||
eslint-plugin-react: 7.32.2(eslint@8.43.0)
|
||||
|
@ -21261,8 +21222,8 @@ snapshots:
|
|||
'@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.6.2)
|
||||
eslint: 8.43.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.43.0)
|
||||
eslint-plugin-react: 7.32.2(eslint@8.43.0)
|
||||
eslint-plugin-react-hooks: 4.6.0(eslint@8.43.0)
|
||||
|
@ -21284,12 +21245,12 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0))(eslint@8.43.0):
|
||||
eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0):
|
||||
dependencies:
|
||||
debug: 4.3.7
|
||||
enhanced-resolve: 5.12.0
|
||||
eslint: 8.43.0
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0)
|
||||
get-tsconfig: 4.5.0
|
||||
globby: 13.1.3
|
||||
|
@ -21302,24 +21263,6 @@ snapshots:
|
|||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0):
|
||||
dependencies:
|
||||
debug: 4.3.7
|
||||
enhanced-resolve: 5.12.0
|
||||
eslint: 8.43.0
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0)
|
||||
get-tsconfig: 4.5.0
|
||||
globby: 13.1.3
|
||||
is-core-module: 2.15.1
|
||||
is-glob: 4.0.3
|
||||
synckit: 0.8.5
|
||||
transitivePeerDependencies:
|
||||
- '@typescript-eslint/parser'
|
||||
- eslint-import-resolver-node
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0):
|
||||
dependencies:
|
||||
debug: 4.3.7
|
||||
|
@ -21338,25 +21281,14 @@ snapshots:
|
|||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-module-utils@2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0):
|
||||
eslint-module-utils@2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0):
|
||||
dependencies:
|
||||
debug: 3.2.7
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.3.3)
|
||||
eslint: 8.43.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0))(eslint@8.43.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-module-utils@2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0):
|
||||
dependencies:
|
||||
debug: 3.2.7
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.6.2)
|
||||
eslint: 8.43.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
@ -21386,7 +21318,7 @@ snapshots:
|
|||
doctrine: 2.1.0
|
||||
eslint: 8.43.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0)
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0)
|
||||
has: 1.0.4
|
||||
is-core-module: 2.15.1
|
||||
is-glob: 4.0.3
|
||||
|
@ -21402,31 +21334,6 @@ snapshots:
|
|||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0):
|
||||
dependencies:
|
||||
array-includes: 3.1.6
|
||||
array.prototype.flat: 1.3.1
|
||||
array.prototype.flatmap: 1.3.1
|
||||
debug: 3.2.7
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.43.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint@8.43.0))(eslint@8.43.0))(eslint@8.43.0)
|
||||
has: 1.0.4
|
||||
is-core-module: 2.15.1
|
||||
is-glob: 4.0.3
|
||||
minimatch: 3.1.2
|
||||
object.values: 1.1.6
|
||||
resolve: 1.22.8
|
||||
semver: 6.3.1
|
||||
tsconfig-paths: 3.14.2
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.6.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0):
|
||||
dependencies:
|
||||
array-includes: 3.1.6
|
||||
|
@ -22402,12 +22309,12 @@ snapshots:
|
|||
it-length-prefixed-stream@1.0.2:
|
||||
dependencies:
|
||||
it-byte-stream: 1.0.1
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-stream-types: 2.0.1
|
||||
uint8-varint: 2.0.4
|
||||
uint8arraylist: 2.4.8
|
||||
|
||||
it-length-prefixed@9.0.3:
|
||||
it-length-prefixed@9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm):
|
||||
dependencies:
|
||||
err-code: 3.0.1
|
||||
it-reader: 6.0.1
|
||||
|
@ -22605,7 +22512,7 @@ snapshots:
|
|||
it-filter: 3.0.3
|
||||
it-first: 3.0.3
|
||||
it-handshake: 4.1.3
|
||||
it-length-prefixed: 9.0.3
|
||||
it-length-prefixed: 9.0.3(patch_hash=qmuwtv474nwwchmh5i4hyi27hm)
|
||||
it-map: 3.0.4
|
||||
it-merge: 3.0.2
|
||||
it-pair: 2.0.6
|
||||
|
|
Loading…
Reference in New Issue