Skip to content

Commit ef93d26

Browse files
committed
fix: fix engines field
1 parent 222ea60 commit ef93d26

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
"url": "git+https://github.com/react-navigation/react-navigation.git"
1212
},
1313
"packageManager": "[email protected]",
14-
"engines": {
15-
"node": ">= 20.19.0 || >= 22.12.0 || >= 23.1.0"
16-
},
1714
"scripts": {
1815
"lint": "eslint \"**/*.{js,ts,tsx}\"",
1916
"typecheck": "tsc --noEmit",

packages/create-react-native-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"templates"
3131
],
3232
"engines": {
33-
"node": ">= 20.19.0 || >= 22.12.0 || >= 23.1.0"
33+
"node": "^20.19.0 || ^22.12.0 || >= 23.1.0"
3434
},
3535
"publishConfig": {
3636
"access": "public",

packages/react-native-builder-bob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel-config.js"
3030
],
3131
"engines": {
32-
"node": ">= 20.19.0 || >= 22.12.0 || >= 23.1.0"
32+
"node": "^20.19.0 || ^22.12.0 || >= 23.1.0"
3333
},
3434
"publishConfig": {
3535
"access": "public",

0 commit comments

Comments
 (0)