Skip to content

Commit

Permalink
deps: Update dependencies (React 18 to 19) (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-yakuza authored Dec 8, 2024
1 parent f51eaa8 commit eb42253
Show file tree
Hide file tree
Showing 9 changed files with 4,330 additions and 3,107 deletions.
542 changes: 271 additions & 271 deletions Develop/ios/Podfile.lock

Large diffs are not rendered by default.

2,540 changes: 1,453 additions & 1,087 deletions Develop/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions Develop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"test": "jest"
},
"dependencies": {
"@react-native-community/cli": "^15.0.2",
"@react-navigation/native": "^7.0.4",
"@react-navigation/native-stack": "^7.1.1",
"@react-native-community/cli": "^16.0.0",
"@react-navigation/native": "^7.0.13",
"@react-navigation/native-stack": "^7.1.14",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.4",
"react-native-fast-image": "^8.6.3",
"react-native-safe-area-context": "^4.14.0",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@react-native/babel-preset": "0.76.3",
"@react-native/eslint-config": "0.76.3",
"@react-native/metro-config": "0.76.3",
"@react-native/typescript-config": "0.76.3",
"@react-native/babel-preset": "0.76.4",
"@react-native/eslint-config": "0.76.4",
"@react-native/metro-config": "0.76.4",
"@react-native/typescript-config": "0.76.4",
"@types/react": "^18.3.12",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"jest": "^29.6.3",
"prettier": "3.3.3",
"jest": "^29.7.0",
"prettier": "3.4.2",
"react-test-renderer": "18.3.1",
"typescript": "5.7.2"
},
Expand Down
2,496 changes: 1,449 additions & 1,047 deletions Example/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@
"test": "jest"
},
"dependencies": {
"@react-native-community/cli": "^15.1.2",
"@react-navigation/native": "^7.0.4",
"@react-navigation/native-stack": "^7.1.1",
"@react-native-community/cli": "^16.0.0",
"@react-navigation/native": "^7.0.13",
"@react-navigation/native-stack": "^7.1.14",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.4",
"react-native-fast-image": "^8.6.3",
"react-native-image-modal": "^3.0.13",
"react-native-safe-area-context": "^4.14.0",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@react-native/babel-preset": "0.76.3",
"@react-native/eslint-config": "0.76.3",
"@react-native/metro-config": "0.76.3",
"@react-native/typescript-config": "0.76.3",
"@react-native/babel-preset": "0.76.4",
"@react-native/eslint-config": "0.76.4",
"@react-native/metro-config": "0.76.4",
"@react-native/typescript-config": "0.76.4",
"@types/react": "^18.3.12",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.57.0",
"jest": "^29.6.3",
"prettier": "3.3.3",
"prettier": "3.4.2",
"react-test-renderer": "18.3.1",
"typescript": "5.7.2"
},
Expand Down
Loading

0 comments on commit eb42253

Please sign in to comment.