-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade React Native to 0.74.2 #46
Merged
SjaakSchilperoort
merged 1 commit into
develop
from
feature/upgrade-react-native-to-0.74.2
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,74 @@ | ||
node_modules | ||
/lib/ | ||
coverage | ||
yarn-error.log | ||
# OSX | ||
# | ||
.DS_Store | ||
|
||
# Xcode | ||
# | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
*.xccheckout | ||
*.moved-aside | ||
DerivedData | ||
*.hmap | ||
*.ipa | ||
*.xcuserstate | ||
**/.xcode.env.local | ||
|
||
# Android/IntelliJ | ||
# | ||
build/ | ||
.idea | ||
.gradle | ||
local.properties | ||
*.iml | ||
*.hprof | ||
.cxx/ | ||
*.keystore | ||
!debug.keystore | ||
|
||
# node.js | ||
# | ||
node_modules/ | ||
npm-debug.log | ||
yarn-error.log | ||
|
||
# fastlane | ||
# | ||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the | ||
# screenshots whenever they are needed. | ||
# For more information about the recommended setup visit: | ||
# https://docs.fastlane.tools/best-practices/source-control/ | ||
|
||
**/fastlane/report.xml | ||
**/fastlane/Preview.html | ||
**/fastlane/screenshots | ||
**/fastlane/test_output | ||
|
||
# Bundle artifact | ||
*.jsbundle | ||
|
||
# Ruby / CocoaPods | ||
**/Pods/ | ||
/vendor/bundle/ | ||
|
||
# Temporary files created by Metro to check the health of the file watcher | ||
.metro-health-check* | ||
|
||
# testing | ||
/coverage | ||
|
||
# Yarn | ||
.yarn/* | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
nodeLinker: node-modules | ||
|
||
npmScopes: | ||
fortawesome: | ||
npmAlwaysAuth: true | ||
npmAuthToken: "${FONTAWESOME_NPM_AUTH_TOKEN}" | ||
npmRegistryServer: "https://npm.fontawesome.com/" | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
spec: "@yarnpkg/plugin-interactive-tools" | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.4.cjs |
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,36 +1,36 @@ | ||
{ | ||
"name": "@observation.org/react-native-components", | ||
"version": "1.35.0", | ||
"version": "1.36.0", | ||
"main": "src/index.ts", | ||
"repository": "[email protected]:observation/react-native-components.git", | ||
"author": "Observation.org", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@react-native/eslint-config": "^0.73.0", | ||
"@react-native/metro-config": "^0.73.0", | ||
"@react-native/typescript-config": "0.73.1", | ||
"@react-navigation/native": "^6.0.8", | ||
"@rnx-kit/align-deps": "^2.3.4", | ||
"@testing-library/react-native": "^12.1.2", | ||
"@types/color": "^3.0.3", | ||
"@types/jest": "^29.5.2", | ||
"@react-native/eslint-config": "0.74.84", | ||
"@react-native/metro-config": "0.74.84", | ||
"@react-native/typescript-config": "0.74.84", | ||
"@react-navigation/native": "^6.1.17", | ||
"@rnx-kit/align-deps": "^2.5.0", | ||
"@testing-library/react-native": "^12.5.1", | ||
"@types/color": "^3.0.6", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.2.6", | ||
"eslint": "^8.19.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsx-a11y": "^6.8.0", | ||
"eslint-plugin-observation": "https://github.com/observation/eslint-rules.git", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-native": "^4.0.0", | ||
"jest": "^29.2.1", | ||
"prettier": "^3.0.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.2", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-native": "^4.1.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.2", | ||
"react": "18.2.0", | ||
"react-native": "^0.73.0", | ||
"react-native-render-html": "^6.1.0", | ||
"react-native": "0.74.2", | ||
"react-native-render-html": "^6.3.4", | ||
"react-test-renderer": "18.2.0", | ||
"ts-jest": "^29.1.0", | ||
"ts-jest": "^29.1.4", | ||
"typescript": "5.0.4" | ||
}, | ||
"react-native": "src/index.ts", | ||
|
@@ -45,30 +45,31 @@ | |
"peerDependencies": { | ||
"@react-navigation/native": "^6.0.8", | ||
"react": "18.2.0", | ||
"react-native": "^0.73.0", | ||
"react-native": "^0.74.0", | ||
"react-native-render-html": "^6.1.0" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.3.0", | ||
"@fortawesome/pro-light-svg-icons": "^6.3.0", | ||
"@fortawesome/pro-solid-svg-icons": "^6.3.0", | ||
"@fortawesome/react-native-fontawesome": "^0.3.1", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.2", | ||
"@fortawesome/pro-light-svg-icons": "^6.5.2", | ||
"@fortawesome/pro-solid-svg-icons": "^6.5.2", | ||
"@fortawesome/react-native-fontawesome": "^0.3.2", | ||
"@observation.org/react-native-image-viewing": "https://github.com/observation/react-native-image-viewing", | ||
"@react-native-community/blur": "^4.2.0", | ||
"accordion-collapse-react-native": "^1.0.0", | ||
"@react-native-community/blur": "^4.4.0", | ||
"accordion-collapse-react-native": "^1.1.1", | ||
"color": "^4.2.3", | ||
"react-native-logs": "^5.0.1", | ||
"react-native-logs": "^5.1.0", | ||
"react-native-scalable-image": "^1.1.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"rnx-kit": { | ||
"kitType": "library", | ||
"alignDeps": { | ||
"requirements": { | ||
"development": [ | ||
"react-native@0.73" | ||
"react-native@0.74" | ||
], | ||
"production": [ | ||
"react-native@>=0.73" | ||
"react-native@>=0.74" | ||
] | ||
}, | ||
"capabilities": [ | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deze nog veranderen naar "0.74.2"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Denk het niet. Dit geeft aan welke versie van RN gebruikers van deze library moeten hebben, minimaal 0.74.0 klopt wel.