mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +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-ws": "^14.0.11",
|
||||
"@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
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
/* eslint-disable camelcase */
|
||||
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
const path = require('path');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user