Skip to content

Commit

Permalink
Remove deprecated packages
Browse files Browse the repository at this point in the history
- text-encoding
- @json-rpc-tools/utils
  • Loading branch information
nop33 committed Dec 12, 2024
1 parent 0919a73 commit 7edc8c0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 45 deletions.
1 change: 0 additions & 1 deletion apps/desktop-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@alephium/web3": "1.5.1",
"@alephium/web3-wallet": "1.5.1",
"@electron/notarize": "^1.2.3",
"@json-rpc-tools/utils": "^1.7.6",
"@ledgerhq/devices": "^8.4.4",
"@ledgerhq/hw-transport-webhid": "^6.29.4",
"@ledgerhq/hw-transport-webusb": "^6.29.4",
Expand Down
2 changes: 0 additions & 2 deletions apps/mobile-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@alephium/walletconnect-provider": "1.5.1",
"@alephium/web3": "1.5.1",
"@expo/vector-icons": "^14.0.4",
"@json-rpc-tools/utils": "^1.7.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/cli": "^15.1.3",
"@react-native-community/netinfo": "^11.4.1",
Expand Down Expand Up @@ -112,7 +111,6 @@
"react-redux": "^8.0.5",
"styled-components": "^6.1.8",
"stylis": "^4.0.0",
"text-encoding": "^0.7.0",
"victory-native": "^36.6.10",
"web3-validator": "^2.0.6"
},
Expand Down
2 changes: 0 additions & 2 deletions apps/mobile-wallet/shim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ along with the library. If not, see <http://www.gnu.org/licenses/>.
*/
require('react-native-get-random-values')
if (typeof BigInt === 'undefined') global.BigInt = require('big-integer')
if (typeof TextEncoder === 'undefined') global.TextEncoder = require('text-encoding').TextEncoder
if (typeof TextDecoder === 'undefined') global.TextDecoder = require('text-encoding').TextDecoder
43 changes: 3 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7edc8c0

Please sign in to comment.