-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(wallet): RN 74 running within workspace, deps bumped
- Loading branch information
1 parent
d1302c0
commit 0b814e6
Showing
27 changed files
with
3,049 additions
and
4,815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
nodejs 18.19.1 | ||
rust 1.69.0 | ||
java adoptopenjdk-17.0.10+7 | ||
java zulu-17.52.19 | ||
ruby 3.1.2 | ||
python 3.11.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
rootProject.name = 'yoroi' | ||
apply from: file("../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) | ||
apply from: file('../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle'); applyNativeModulesSettingsGradle(settings) | ||
include ':app' | ||
includeBuild('../../../node_modules/@react-native/gradle-plugin') |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,21 @@ | |
"@emurgo/cip14-js": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
"@babel/preset-env": "^7.20.0", | ||
"@babel/runtime": "^7.20.0", | ||
"@react-native/babel-preset": "0.74.86", | ||
"@react-native/eslint-config": "0.74.86", | ||
"@react-native/metro-config": "0.74.86", | ||
"@react-native/typescript-config": "0.74.86", | ||
"@types/react": "^18.2.6", | ||
"@types/react-test-renderer": "^18.0.0", | ||
"babel-jest": "^29.6.3", | ||
"eslint": "^8.19.0", | ||
"jest": "^29.6.3", | ||
"prettier": "2.8.8", | ||
"react-test-renderer": "18.2.0", | ||
"typescript": "5.0.4", | ||
"@commitlint/config-conventional": "^17.0.2", | ||
"@react-native-async-storage/async-storage": "^1.19.3", | ||
"@react-native-community/eslint-config": "^3.0.2", | ||
|
@@ -146,42 +161,37 @@ | |
"@testing-library/react-native": "^12.3.0", | ||
"@tsconfig/react-native": "^3.0.3", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react-test-renderer": "^18.0.7", | ||
"@yoroi/types": "1.5.8", | ||
"axios": "^1.5.0", | ||
"axios-mock-adapter": "^1.21.5", | ||
"commitlint": "^17.0.2", | ||
"del-cli": "^5.0.0", | ||
"dependency-cruiser": "^13.1.1", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-ft-flow": "^3.0.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"flowgen": "^1.21.0", | ||
"jest": "^28.1.1", | ||
"pod-install": "^0.1.0", | ||
"prettier": "^2.0.5", | ||
"react": "18.2.0", | ||
"react-native": "~0.71.0", | ||
"react-native": "0.74.4", | ||
"react-native-builder-bob": "^0.23.2", | ||
"react-query": "^3.39.3", | ||
"react-test-renderer": "^18.2.0", | ||
"release-it": "^15.0.0", | ||
"typescript": "^5.3.3", | ||
"zod": "^3.22.1" | ||
}, | ||
"peerDependencies": { | ||
"@yoroi/common": "^1.5.4", | ||
"axios": "^1.5.0", | ||
"immer": "^10.0.3", | ||
"react": ">= 16.8.0 <= 19.0.0", | ||
"react-query": "^3.39.3", | ||
"zod": "^3.22.1" | ||
}, | ||
"optionalDependencies": { | ||
"react": "18.2.0", | ||
"react-query": "^3.39.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">= 16.19.0" | ||
"node": ">= 18.19.1" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,6 +142,21 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
"@babel/preset-env": "^7.20.0", | ||
"@babel/runtime": "^7.20.0", | ||
"@react-native/babel-preset": "0.74.86", | ||
"@react-native/eslint-config": "0.74.86", | ||
"@react-native/metro-config": "0.74.86", | ||
"@react-native/typescript-config": "0.74.86", | ||
"@types/react": "^18.2.6", | ||
"@types/react-test-renderer": "^18.0.0", | ||
"babel-jest": "^29.6.3", | ||
"eslint": "^8.19.0", | ||
"jest": "^29.6.3", | ||
"prettier": "2.8.8", | ||
"react-test-renderer": "18.2.0", | ||
"typescript": "5.0.4", | ||
"@commitlint/config-conventional": "^17.0.2", | ||
"@react-native-async-storage/async-storage": "^1.19.3", | ||
"@react-native-community/eslint-config": "^3.0.2", | ||
|
@@ -150,46 +165,39 @@ | |
"@testing-library/react-native": "^12.3.0", | ||
"@tsconfig/react-native": "^3.0.3", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react-test-renderer": "^18.0.7", | ||
"@yoroi/common": "^1.5.4", | ||
"@yoroi/portfolio": "1.0.3", | ||
"@yoroi/types": "1.5.8", | ||
"bignumber.js": "^9.0.1", | ||
"commitlint": "^17.0.2", | ||
"del-cli": "^5.0.0", | ||
"dependency-cruiser": "^13.1.1", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-ft-flow": "^3.0.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"flowgen": "^1.21.0", | ||
"immer": "^10.0.2", | ||
"jest": "^29.7.0", | ||
"pod-install": "^0.1.0", | ||
"prettier": "^2.0.5", | ||
"react": "18.2.0", | ||
"react-native": "~0.71.0", | ||
"react-native": "0.74.4", | ||
"react-native-builder-bob": "^0.23.2", | ||
"react-query": "^3.39.3", | ||
"react-test-renderer": "^18.2.0", | ||
"release-it": "^15.0.0", | ||
"typescript": "^5.3.3" | ||
"release-it": "^15.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@react-native-async-storage/async-storage": ">= 1.19.3 <= 1.20.0", | ||
"@yoroi/common": "1.5.4", | ||
"@yoroi/portfolio": "1.0.3", | ||
"immer": "^10.0.2", | ||
"react": ">= 16.8.0 <= 19.0.0", | ||
"react-query": "^3.39.3" | ||
"bignumber.js": "^9.0.1", | ||
"immer": "^10.0.2" | ||
}, | ||
"optionalDependencies": { | ||
"@react-native-async-storage/async-storage": "^1.19.3" | ||
"@react-native-async-storage/async-storage": "^1.19.3", | ||
"react": "18.2.0", | ||
"react-query": "^3.39.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">= 16.19.0" | ||
"node": ">= 18.19.1" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,6 +134,21 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
"@babel/preset-env": "^7.20.0", | ||
"@babel/runtime": "^7.20.0", | ||
"@react-native/babel-preset": "0.74.86", | ||
"@react-native/eslint-config": "0.74.86", | ||
"@react-native/metro-config": "0.74.86", | ||
"@react-native/typescript-config": "0.74.86", | ||
"@types/react": "^18.2.6", | ||
"@types/react-test-renderer": "^18.0.0", | ||
"babel-jest": "^29.6.3", | ||
"eslint": "^8.19.0", | ||
"jest": "^29.6.3", | ||
"prettier": "2.8.8", | ||
"react-test-renderer": "18.2.0", | ||
"typescript": "5.0.4", | ||
"@commitlint/config-conventional": "^17.0.2", | ||
"@react-native-async-storage/async-storage": "^1.19.3", | ||
"@react-native-community/eslint-config": "^3.0.2", | ||
|
@@ -144,49 +159,44 @@ | |
"@testing-library/react-native": "^12.3.0", | ||
"@tsconfig/react-native": "^3.0.3", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react-test-renderer": "^18.0.7", | ||
"@yoroi/types": "1.5.8", | ||
"axios": "^1.5.0", | ||
"axios-mock-adapter": "^1.21.5", | ||
"bignumber.js": "^9.0.1", | ||
"commitlint": "^17.0.2", | ||
"del-cli": "^5.0.0", | ||
"dependency-cruiser": "^13.1.1", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-ft-flow": "^3.0.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"flowgen": "^1.21.0", | ||
"immer": "^10.0.3", | ||
"jest": "^28.1.1", | ||
"pod-install": "^0.1.0", | ||
"prettier": "^2.0.5", | ||
"react": "18.2.0", | ||
"react-native": "~0.71.0", | ||
"react-native": "0.74.4", | ||
"react-native-builder-bob": "^0.23.2", | ||
"react-native-mmkv": "^2.11.0", | ||
"react-query": "^3.39.3", | ||
"react-test-renderer": "^18.2.0", | ||
"release-it": "^15.0.0", | ||
"rxjs": "^7.8.1", | ||
"typescript": "^5.3.3", | ||
"zod": "^3.22.1" | ||
}, | ||
"peerDependencies": { | ||
"@react-native-async-storage/async-storage": ">= 1.19.3 <= 1.20.0", | ||
"axios": "^1.5.0", | ||
"bignumber.js": "^9.0.1", | ||
"immer": "^10.0.3", | ||
"react": ">= 16.8.0 <= 19.0.0", | ||
"react-native-mmkv": "^2.11.0", | ||
"react-query": "^3.39.3", | ||
"rxjs": "^7.8.1", | ||
"zod": "^3.22.1" | ||
}, | ||
"optionalDependencies": { | ||
"@react-native-async-storage/async-storage": "^1.19.3", | ||
"react": "18.2.0", | ||
"react-native-mmkv": "^2.11.0", | ||
"react-query": "^3.39.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">= 16.19.0" | ||
"node": ">= 18.19.1" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
|
Oops, something went wrong.