@@ -66,7 +66,6 @@
|
|||||||
"camelcase-keys": "*",
|
"camelcase-keys": "*",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
"isomorphic-unfetch": "3.1.0",
|
|
||||||
"ky": "0.33.2",
|
"ky": "0.33.2",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"node-fetch": "3.3.0",
|
"node-fetch": "3.3.0",
|
||||||
|
|||||||
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
@@ -270,7 +270,6 @@ importers:
|
|||||||
camelcase-keys: '*'
|
camelcase-keys: '*'
|
||||||
cors: 2.8.5
|
cors: 2.8.5
|
||||||
express: 4.18.2
|
express: 4.18.2
|
||||||
isomorphic-unfetch: 3.1.0
|
|
||||||
ky: 0.33.2
|
ky: 0.33.2
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
node-fetch: 3.3.0
|
node-fetch: 3.3.0
|
||||||
@@ -286,7 +285,6 @@ importers:
|
|||||||
camelcase-keys: 8.0.2
|
camelcase-keys: 8.0.2
|
||||||
cors: 2.8.5
|
cors: 2.8.5
|
||||||
express: 4.18.2
|
express: 4.18.2
|
||||||
isomorphic-unfetch: 3.1.0
|
|
||||||
ky: 0.33.2
|
ky: 0.33.2
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
node-fetch: 3.3.0
|
node-fetch: 3.3.0
|
||||||
@@ -6163,15 +6161,6 @@ packages:
|
|||||||
whatwg-fetch: 3.6.2
|
whatwg-fetch: 3.6.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/isomorphic-unfetch/3.1.0:
|
|
||||||
resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==}
|
|
||||||
dependencies:
|
|
||||||
node-fetch: 2.6.9
|
|
||||||
unfetch: 4.2.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- encoding
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/iterare/1.2.1:
|
/iterare/1.2.1:
|
||||||
resolution: {integrity: sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==}
|
resolution: {integrity: sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
@@ -8612,10 +8601,6 @@ packages:
|
|||||||
has-symbols: 1.0.3
|
has-symbols: 1.0.3
|
||||||
which-boxed-primitive: 1.0.2
|
which-boxed-primitive: 1.0.2
|
||||||
|
|
||||||
/unfetch/4.2.0:
|
|
||||||
resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/uniq/1.0.1:
|
/uniq/1.0.1:
|
||||||
resolution: {integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=}
|
resolution: {integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=}
|
||||||
dev: false
|
dev: false
|
||||||
|
|||||||
@@ -16,9 +16,14 @@
|
|||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"nanoid",
|
"nanoid",
|
||||||
"camelcase-keys",
|
"camelcase-keys",
|
||||||
"@socket.io/redis-emitter",
|
|
||||||
"class-validator",
|
"class-validator",
|
||||||
"class-transformer"
|
"class-transformer",
|
||||||
|
"@swc/core",
|
||||||
|
"vite",
|
||||||
|
"vitest",
|
||||||
|
|
||||||
|
"@socket.io/redis-emitter",
|
||||||
|
"@socket.io/redis-adapter"
|
||||||
],
|
],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user