Skip to content

Commit

Permalink
dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Jan 14, 2025
1 parent 74a5fd4 commit b4fabf6
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 2,342 deletions.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,21 @@
"typescript": "^5.3.0"
},
"resolutions": {
"@react-native-mac/virtualized-lists": "0.76.0"
"@react-native-mac/virtualized-lists": "^0.76.0",
"@react-native-community/cli": "^15.0.0",
"@react-native-community/cli-platform-android": "^15.0.0",
"@react-native-community/cli-platform-ios": "^15.0.0",
"@react-native/assets-registry": "^0.76.0",
"@react-native/babel-plugin-codegen": "^0.76.0",
"@react-native/babel-preset": "^0.76.0",
"@react-native/codegen": "^0.76.0",
"@react-native/community-cli-plugin": "^0.76.0",
"@react-native/community-cli-plugin/@react-native-community/cli-server-api": "^15.0.0",
"@react-native/community-cli-plugin/@react-native-community/cli-tools": "^15.0.0",
"@react-native/gradle-plugin": "^0.76.0",
"@react-native/js-polyfills": "^0.76.0",
"@react-native/normalize-colors": "^0.76.0",
"@react-native/virtualized-lists": "^0.76.0"
},
"engines": {
"node": "v20.11.1"
Expand Down
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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
14 changes: 7 additions & 7 deletions packages/default-storage/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.2",
"@react-native/metro-config": "0.76.2",
"@react-native-community/cli": "^15.0.0",
"@react-native-community/cli-platform-android": "^15.0.0",
"@react-native-community/cli-platform-ios": "^15.0.0",
"@react-native/babel-preset": "^0.76.0",
"@react-native/metro-config": "^0.76.0",
"react-native-builder-bob": "^0.33.3",
"react-native-macos": "^0.76.2",
"react-native-macos": "^0.76.0",
"react-native-test-app": "^4.0.3",
"react-native-windows": "^0.76.2"
"react-native-windows": "^0.76.0"
}
}
6 changes: 3 additions & 3 deletions packages/default-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"prettier": "2.8.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.76.2",
"react-native": "^0.76.1",
"react-native-builder-bob": "^0.33.3",
"react-native-macos": "^0.76.2",
"react-native-macos": "^0.76.1",
"react-native-web": "~0.18.10",
"react-native-windows": "^0.76.2",
"react-native-windows": "^0.76.1",
"react-test-renderer": "^18.2.0",
"typescript": "^5.3.0",
"webdriverio": "^8.24.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/sqlite-storage/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-async-storage/sqlite-storage": "workspace:^",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"@react-native-community/cli": "^15.0.0",
"@react-native-community/cli-platform-android": "^15.0.0",
"@react-native-community/cli-platform-ios": "^15.0.0",
"@react-native/babel-preset": "^0.76.0",
"@react-native/metro-config": "^0.76.0",
"@react-native/typescript-config": "^0.76.0",
"@rnx-kit/metro-config": "^2.0.0",
"react-native-builder-bob": "^0.33.2",
"react-native-test-app": "4.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/sqlite-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"@babel/core": "^7.25.0",
"@babel/preset-env": "^7.25.0",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "^0.76.2",
"@react-native/babel-preset": "^0.76.1",
"@rnx-kit/metro-config": "^2.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.3.12",
"eslint": "^8.54.0",
"jest": "^29.2.1",
"react": "^18.3.1",
"react-native": "^0.76.2",
"react-native": "^0.76.1",
"react-native-builder-bob": "^0.33.3",
"typescript": "^5.3.0"
},
Expand Down
Loading

0 comments on commit b4fabf6

Please sign in to comment.