Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-clipboard/clipboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: myfridayio/clipboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 3, 2024

  1. allow react-native 0.74.3

    kiril authored Jul 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    14c55a5 View commit details

Commits on Jul 7, 2024

  1. Update package.json

    kiril authored Jul 7, 2024
    Copy the full SHA
    7215583 View commit details
  2. Update package.json

    kiril authored Jul 7, 2024
    Copy the full SHA
    cecea15 View commit details
Showing with 2 additions and 13 deletions.
  1. +2 −13 package.json
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -63,23 +63,12 @@
"react-native": "^0.73.0",
"react-native-macos": "^0.73.0",
"react-native-test-app": "^3.5.3",
"react-native-windows": "^0.73.0",
"react-test-renderer": "18.2.0",
"typescript": "^4.4.3"
},
"peerDependencies": {
"react": "16.9.0 || 16.11.0 || 16.13.1 || 17.0.1 || 17.0.2 || 18.0.0 || 18.1.0 || 18.2.0",
"react-native": "^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0",
"react-native-macos": "^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0",
"react-native-windows": "^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
},
"react-native-macos": {
"optional": true
}
"react": "16.9.0 || 16.11.0 || 16.13.1 || 17.0.1 || 17.0.2 || 18.0.0 || 18.1.0 || 18.2.0 || 18.3.1",
"react-native": "^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0 || ^0.74.3"
},
"publishConfig": {
"access": "public"