mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge dcf4f8fe79 into 79e79bcadb
This commit is contained in:
commit
4f6a5355c6
2 changed files with 9 additions and 8 deletions
15
frontend/package-lock.json
generated
15
frontend/package-lock.json
generated
|
|
@ -31,6 +31,7 @@
|
|||
"@types/qrcode": "~1.5.0",
|
||||
"bootstrap": "~5.3.8",
|
||||
"clipboard": "^2.0.11",
|
||||
"cypress": "15.18.0",
|
||||
"domino": "^2.1.6",
|
||||
"echarts": "~6.1.0",
|
||||
"ngx-echarts": "~20.0.2",
|
||||
|
|
@ -56,7 +57,7 @@
|
|||
},
|
||||
"optionalDependencies": {
|
||||
"@cypress/schematic": "^2.5.0",
|
||||
"cypress": "^15.16.0",
|
||||
"cypress": "^15.18.0",
|
||||
"cypress-fail-on-console-error": "~5.1.1",
|
||||
"cypress-wait-until": "^3.0.1",
|
||||
"mock-socket": "~9.3.1",
|
||||
|
|
@ -10364,9 +10365,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "15.16.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.16.0.tgz",
|
||||
"integrity": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==",
|
||||
"version": "15.18.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz",
|
||||
"integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==",
|
||||
"hasInstallScript": true,
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
|
|
@ -24818,9 +24819,9 @@
|
|||
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
|
||||
},
|
||||
"cypress": {
|
||||
"version": "15.16.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.16.0.tgz",
|
||||
"integrity": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==",
|
||||
"version": "15.18.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz",
|
||||
"integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==",
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^4.0.0",
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
},
|
||||
"optionalDependencies": {
|
||||
"@cypress/schematic": "^2.5.0",
|
||||
"cypress": "^15.16.0",
|
||||
"cypress": "^15.18.0",
|
||||
"cypress-fail-on-console-error": "~5.1.1",
|
||||
"cypress-wait-until": "^3.0.1",
|
||||
"mock-socket": "~9.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue