From cf4f00cb48f025c2176b65c18bdd5199b9732d38 Mon Sep 17 00:00:00 2001 From: Matthias Giger Date: Thu, 7 Dec 2023 23:04:05 +0100 Subject: [PATCH] fix(package): proper RN peer version and possible workflow bun issue fix release-npm --- .github/workflows/push.yml | 2 +- README.md | 4 +--- package.json | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 33c4083..86bbb47 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,7 +6,7 @@ on: jobs: test-build-publish-release: - runs-on: ubuntu-latest + runs-on: macos-latest permissions: id-token: write contents: write diff --git a/README.md b/README.md index 5e703f6..5f52711 100644 --- a/README.md +++ b/README.md @@ -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" } } ``` diff --git a/package.json b/package.json index 2975b19..a084652 100644 --- a/package.json +++ b/package.json @@ -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", @@ -62,7 +62,7 @@ "peerDependencies": { "openai": ">= 4", "react": ">= 18", - "react-native": ">= 72" + "react-native": ">= 0.72" }, "peerDependenciesMeta": { "react-native": {