Lower @react-native/metro-config peer dependency to >=0.79.4
Support React Native 0.79.4 to avoid Flow v0.275.0 compatibility issues that prevent Jest tests from running properly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@metatrom/ior-resolver",
|
"name": "@metatrom/ior-resolver",
|
||||||
"version": "1.1.0-beta.3",
|
"version": "1.1.0-beta.4",
|
||||||
"description": "Interoperable Object Reference (IOR) resolver for Metro bundler and Node.js with support for local and remote component fetching",
|
"description": "Interoperable Object Reference (IOR) resolver for Metro bundler and Node.js with support for local and remote component fetching",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
"sync-fetch": "^0.5.2"
|
"sync-fetch": "^0.5.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@react-native/metro-config": ">=0.79.6"
|
"@react-native/metro-config": ">=0.79.4"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@react-native/metro-config": {
|
"@react-native/metro-config": {
|
||||||
|
|||||||
Reference in New Issue
Block a user