This commit is contained in:
Marcos Rodriguez Velez 2024-06-05 21:25:55 -04:00
parent 6e06bc72c8
commit f4f41137f1
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 2 additions and 16 deletions

13
package-lock.json generated
View File

@ -116,7 +116,6 @@
"@react-native/metro-babel-transformer": "^0.74.83",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "0.73.1",
"@tsconfig/react-native": "^3.0.2",
"@types/bip38": "^3.1.2",
"@types/bs58check": "^2.1.0",
"@types/create-hash": "^1.2.2",
@ -6023,12 +6022,6 @@
"node": ">=6.0.0"
}
},
"node_modules/@tsconfig/react-native": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-3.0.5.tgz",
"integrity": "sha512-0+pmYzHccvwWpFz2Tv5AJxp6UroLALmAy+SX34tKlwaCie1mNbtCv6uOJp7x8pKchgNA9/n6BGrx7uLQvw8p9A==",
"dev": true
},
"node_modules/@types/babel__core": {
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
@ -26823,12 +26816,6 @@
"tiny-secp256k1": "^1.1.6"
}
},
"@tsconfig/react-native": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-3.0.5.tgz",
"integrity": "sha512-0+pmYzHccvwWpFz2Tv5AJxp6UroLALmAy+SX34tKlwaCie1mNbtCv6uOJp7x8pKchgNA9/n6BGrx7uLQvw8p9A==",
"dev": true
},
"@types/babel__core": {
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",

View File

@ -7,15 +7,14 @@
"url": "https://github.com/BlueWallet/BlueWallet.git"
},
"devDependencies": {
"@react-native/babel-preset": "0.73.21",
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@jest/reporters": "^27.5.1",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "^0.74.75",
"@react-native/js-polyfills": "^0.74.83",
"@react-native/metro-babel-transformer": "^0.74.83",
"@react-native/metro-config": "^0.73.5",
"@tsconfig/react-native": "^3.0.2",
"@react-native/typescript-config": "0.73.1",
"@types/bip38": "^3.1.2",
"@types/bs58check": "^2.1.0",
@ -26,9 +25,9 @@
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.0",
"@types/wif": "^2.0.5",
"babel-jest": "^29.6.3",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-jest": "^29.6.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",