Possible fix for github build error

This commit is contained in:
softsimon 2025-03-13 21:13:40 +07:00
parent 2918fe0fe4
commit 1622d1f0e1
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 33 additions and 8 deletions

View File

@ -28,6 +28,7 @@
"@fortawesome/free-solid-svg-icons": "~6.7.2",
"@mempool/mempool.js": "2.3.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@rollup/rollup-linux-x64-gnu": "*",
"@types/qrcode": "~1.5.5",
"bootstrap": "~4.6.2",
"browserify": "^17.0.0",
@ -60,6 +61,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.5.0",
"@rollup/rollup-linux-x64-gnu": "^4.35.0",
"@types/cypress": "^1.1.3",
"cypress": "^13.17.0",
"cypress-fail-on-console-error": "~5.1.0",
@ -6509,12 +6511,13 @@
]
},
"node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
"integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
"version": "4.35.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.35.0.tgz",
"integrity": "sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
@ -16880,6 +16883,19 @@
"fsevents": "~2.3.2"
}
},
"node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
"integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/run-applescript": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
@ -23932,9 +23948,9 @@
"optional": true
},
"@rollup/rollup-linux-x64-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
"integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
"version": "4.35.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.35.0.tgz",
"integrity": "sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA==",
"optional": true
},
"@rollup/rollup-linux-x64-musl": {
@ -31523,6 +31539,14 @@
"@rollup/rollup-win32-x64-msvc": "4.24.0",
"@types/estree": "1.0.6",
"fsevents": "~2.3.2"
},
"dependencies": {
"@rollup/rollup-linux-x64-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
"integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
"optional": true
}
}
},
"run-applescript": {

View File

@ -87,11 +87,11 @@
"clipboard": "^2.0.11",
"domino": "^2.1.6",
"echarts": "~5.6.0",
"esbuild": "^0.24.0",
"ngx-echarts": "~18.0.0",
"ngx-infinite-scroll": "^18.0.0",
"qrcode": "1.5.4",
"rxjs": "~7.8.1",
"esbuild": "^0.24.0",
"tinyify": "^4.0.0",
"tlite": "^0.1.9",
"tslib": "~2.8.0",
@ -103,8 +103,8 @@
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"browser-sync": "^3.0.3",
"eslint": "^8.57.0",
"http-proxy-middleware": "~2.0.6",
"prettier": "^3.0.0",
"source-map-support": "^0.5.21",
@ -113,6 +113,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.5.0",
"@rollup/rollup-linux-x64-gnu": "^4.35.0",
"@types/cypress": "^1.1.3",
"cypress": "^13.17.0",
"cypress-fail-on-console-error": "~5.1.0",