Skip to content

Commit

Permalink
fix(package): proper RN peer version and possible workflow bun issue fix
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Dec 7, 2023
1 parent 93dedd0 commit cf4f00c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test-build-publish-release:
runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
id-token: write
contents: write
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ For compatibility reasons the following `package.json` entries are required. The
}
},
"overrides": {
"overrides": {
"chalk": "^4.1.2"
}
"chalk": "^4.1.2"
}
}
```
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"devDependencies": {
"@happy-dom/global-registrator": "^12.10.3",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.39",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"bun-types": "^1.0.14",
"bun-types": "^1.0.15",
"happy-dom": "^12.10.3",
"openai": "^4.20.1",
"padua": "^2.0.7",
Expand All @@ -62,7 +62,7 @@
"peerDependencies": {
"openai": ">= 4",
"react": ">= 18",
"react-native": ">= 72"
"react-native": ">= 0.72"
},
"peerDependenciesMeta": {
"react-native": {
Expand Down

0 comments on commit cf4f00c

Please sign in to comment.