Skip to content

Commit d30bcce

Browse files
committed
Use "nightly" version for all dependencies on main
1 parent ef04031 commit d30bcce

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

package.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
11
{
2-
"name": "@react-native-community/template",
3-
"version": "0.83.0-main",
4-
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
5-
"license": "MIT",
6-
"publishConfig": {
7-
"access": "public"
8-
},
2+
"private": true,
93
"scripts": {
10-
"format": "prettier --write .",
114
"test": "jest"
125
},
13-
"type": "commonjs",
14-
"files": [
15-
"template/*",
16-
"template.config.js"
17-
],
186
"dependencies": {},
197
"devDependencies": {
208
"jest": "^29.7.0",
21-
"prettier": "^3.6.2",
229
"semver": "^7.6.3"
23-
},
24-
"homepage": "https://github.com/react-native-community/template/tree/main",
25-
"repository": {
26-
"type": "git",
27-
"url": "git+https://github.com/react-native-community/template.git"
2810
}
2911
}

template/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"react": "19.2.0",
14-
"react-native": "1000.0.0",
15-
"@react-native/new-app-screen": "0.83.0-main",
14+
"react-native": "nightly",
15+
"@react-native/new-app-screen": "nightly",
1616
"react-native-safe-area-context": "^5.5.2"
1717
},
1818
"devDependencies": {
@@ -22,10 +22,10 @@
2222
"@react-native-community/cli": "20.0.0",
2323
"@react-native-community/cli-platform-android": "20.0.0",
2424
"@react-native-community/cli-platform-ios": "20.0.0",
25-
"@react-native/babel-preset": "0.83.0-main",
26-
"@react-native/eslint-config": "0.83.0-main",
27-
"@react-native/metro-config": "0.83.0-main",
28-
"@react-native/typescript-config": "0.83.0-main",
25+
"@react-native/babel-preset": "nightly",
26+
"@react-native/eslint-config": "nightly",
27+
"@react-native/metro-config": "nightly",
28+
"@react-native/typescript-config": "nightly",
2929
"@types/jest": "^29.5.13",
3030
"@types/react": "^19.2.0",
3131
"@types/react-test-renderer": "^19.1.0",

0 commit comments

Comments
 (0)