mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix: ignore global missing dependencies (used in jest magic / doc)
This commit is contained in:
committed by
Peter Sanderson
parent
ae268312d0
commit
31ec149c43
@@ -13,6 +13,9 @@
|
||||
"protobufjs-cli",
|
||||
"buffer",
|
||||
"node-gyp",
|
||||
"version-bump-prompt"
|
||||
"version-bump-prompt",
|
||||
"uuid",
|
||||
"uint8array-tools",
|
||||
"bitcore-lib"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
"eslint": "^9.34.0",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "29.7.0",
|
||||
"jest-environment-node": "^29.7.0",
|
||||
"jest-expo": "53.0.9",
|
||||
"node-fetch": "^2.6.4",
|
||||
"node-gyp": "10.2.0",
|
||||
|
||||
@@ -39998,6 +39998,7 @@ __metadata:
|
||||
eslint: "npm:^9.34.0"
|
||||
husky: "npm:^9.1.7"
|
||||
jest: "npm:29.7.0"
|
||||
jest-environment-node: "npm:^29.7.0"
|
||||
jest-expo: "npm:53.0.9"
|
||||
node-fetch: "npm:^2.6.4"
|
||||
node-gyp: "npm:10.2.0"
|
||||
@@ -40009,6 +40010,7 @@ __metadata:
|
||||
tslib: "npm:^2.6.2"
|
||||
tsx: "npm:^4.20.3"
|
||||
typescript: "npm:5.8.3"
|
||||
uuid: "npm:^11.1.0"
|
||||
version-bump-prompt: "npm:^6.1.0"
|
||||
dependenciesMeta:
|
||||
core-js-pure:
|
||||
|
||||
Reference in New Issue
Block a user