mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 04:17:58 +00:00
fix: pin TypeScript to 5.5.4 and fix webpack header
This commit is contained in:
+1
-1
@@ -129,6 +129,6 @@
|
|||||||
"@pezkuwi/x-textencoder": "^14.0.11",
|
"@pezkuwi/x-textencoder": "^14.0.11",
|
||||||
"@pezkuwi/x-ws": "^14.0.11",
|
"@pezkuwi/x-ws": "^14.0.11",
|
||||||
"@zondax/ledger-substrate": "1.1.1",
|
"@zondax/ledger-substrate": "1.1.1",
|
||||||
"typescript": "^5.5.4"
|
"typescript": "5.5.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
// Copyright 2017-2026 @pezkuwi/apps-electron authors & contributors
|
// Copyright 2017-2026 @pezkuwi/apps-electron authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
/* eslint-disable camelcase */
|
|
||||||
|
|
||||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user