Skip to content

Commit

Permalink
chore: bump react-native to 0.75 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Oct 3, 2024
1 parent 471a1b8 commit db99ba9
Show file tree
Hide file tree
Showing 7 changed files with 888 additions and 983 deletions.
51 changes: 29 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"name": "@react-native-async-storage/root",
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.2.2",
"engines": {
"node": "v20.11.1"
},
"name": "@react-native-async-storage/root",
"version": "0.0.1-dev",
"scripts": {
"build": "turbo run build",
"format": "concurrently 'yarn:format:*'",
Expand All @@ -27,19 +21,32 @@
"turbo": "^1.12.5",
"typescript": "^5.3.0"
},
"engines": {
"node": "v20.11.1"
},
"packageManager": "yarn@4.2.2",
"resolutions": {
"@react-native-community/cli": "^12.3.0",
"@react-native-community/cli-platform-android": "^12.3.0",
"@react-native-community/cli-platform-ios": "^12.3.0",
"@react-native/babel-preset": "^0.73.0",
"@react-native/community-cli-plugin": "^0.73.0",
"@react-native/community-cli-plugin/@react-native-community/cli-server-api": "^12.3.0",
"@react-native/community-cli-plugin/@react-native-community/cli-tools": "^12.3.0",
"body-parser/qs": "^6.7.3",
"find-babel-config/json5": "^2.1.1",
"uuid": "^9.0.0",
"ts-node": "^10.9.1",
"recursive-readdir/minimatch": "^3.0.5",
"serve-handler/minimatch": "^3.0.5"
}
"@react-native-community/cli": "^14.0.0",
"@react-native-community/cli-platform-android": "^14.0.0",
"@react-native-community/cli-platform-ios": "^14.0.0",
"@react-native/assets-registry": "^0.75.0",
"@react-native/babel-plugin-codegen": "^0.75.0",
"@react-native/babel-preset": "^0.75.0",
"@react-native/codegen": "^0.75.0",
"@react-native/community-cli-plugin": "^0.75.0",
"@react-native/community-cli-plugin/@react-native-community/cli-server-api": "^14.0.0",
"@react-native/community-cli-plugin/@react-native-community/cli-tools": "^14.0.0",
"@react-native/gradle-plugin": "^0.75.0",
"@react-native/js-polyfills": "^0.75.0",
"@react-native/normalize-colors": "^0.75.0",
"@react-native/virtualized-lists": "^0.75.0",
"find-babel-config/json5": "^2.1.1"
},
"workspaces": [
"packages/api",
"packages/default-storage",
"packages/eslint-config",
"packages/sqlite-storage",
"packages/website"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
18 changes: 9 additions & 9 deletions packages/default-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@react-native/babel-preset": "^0.73.19",
"@react-native/metro-config": "^0.73.3",
"@rnx-kit/metro-config": "^1.3.15",
"@react-native/babel-preset": "^0.75.0",
"@react-native/metro-config": "^0.75.0",
"@rnx-kit/metro-config": "^2.0.0",
"@types/lodash": "^4.14.184",
"@types/mocha": "^10.0.1",
"@types/react": "^18.0.0",
Expand All @@ -90,15 +90,15 @@
"expo": "^48.0.0",
"lodash": "^4.17.21",
"prettier": "2.8.8",
"react": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.73.0",
"react-native": "^0.75.0",
"react-native-builder-bob": "^0.18.0",
"react-native-macos": "^0.73.0",
"react-native-test-app": "^3.7.3",
"react-native-macos": "^0.75.0",
"react-native-test-app": "^3.9.2",
"react-native-web": "~0.18.10",
"react-native-windows": "^0.73.0",
"react-test-renderer": "18.2.0",
"react-native-windows": "^0.75.0",
"react-test-renderer": "^18.2.0",
"typescript": "^5.3.0",
"webdriverio": "^8.24.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@eslint/eslintrc": "^2.1.3",
"@eslint/js": "^8.33.0",
"@rnx-kit/eslint-plugin": "^0.6.0",
"@rnx-kit/eslint-plugin": "^0.8.0",
"eslint-plugin-wdio": "^8.20.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/sqlite-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "^0.73.0",
"@rnx-kit/metro-config": "^1.3.14",
"@react-native/babel-preset": "^0.75.0",
"@rnx-kit/metro-config": "^2.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"jest": "^29.2.1",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-native": "^0.73.0",
"react": "^18.2.0",
"react-native": "^0.75.0",
"react-native-builder-bob": "^0.20.0",
"react-native-test-app": "^3.7.3",
"react-native-test-app": "^3.9.2",
"typescript": "^5.2.2"
},
"react-native-builder-bob": {
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@docusaurus/preset-classic": "^2.4.0",
"classnames": "^2.2.6",
"docusaurus-lunr-search": "^3.4.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit db99ba9

Please sign in to comment.