Skip to content

Commit dcbd860

Browse files
robhoganmeta-codesync[bot]
authored andcommitted
Update package.json references to GitHub org "facebook" -> "react" (#57258)
Summary: Pull Request resolved: #57258 Reflecting the move to https://github.com/react/react-native , update references in first-party `package.json`s The `repository.url` field in particular is load-bearing for Trusted Publish. Changelog: [Internal] ___ Reviewed By: fabriziocucci Differential Revision: D108986410 fbshipit-source-id: 78513ffefc32ddf417dc1479a4834ebc44240080
1 parent 45904c8 commit dcbd860

24 files changed

Lines changed: 66 additions & 60 deletions

File tree

packages/assets-registry/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/facebook/react-native.git",
8+
"url": "git+https://github.com/react/react-native.git",
99
"directory": "packages/assets-registry"
1010
},
11-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/assets-registry#readme",
11+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/assets-registry#readme",
1212
"keywords": [
1313
"assets",
1414
"registry",
1515
"react-native",
1616
"support"
1717
],
18-
"bugs": "https://github.com/facebook/react-native/issues",
18+
"bugs": "https://github.com/react/react-native/issues",
1919
"engines": {
2020
"node": "^22.13.0 || ^24.3.0 || >= 26.0.0"
2121
},

packages/babel-plugin-codegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/facebook/react-native.git",
8+
"url": "git+https://github.com/react/react-native.git",
99
"directory": "packages/babel-plugin-codegen"
1010
},
11-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/babel-plugin-codegen#readme",
11+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/babel-plugin-codegen#readme",
1212
"keywords": [
1313
"babel",
1414
"plugin",
@@ -17,7 +17,7 @@
1717
"native-modules",
1818
"view-manager"
1919
],
20-
"bugs": "https://github.com/facebook/react-native/issues",
20+
"bugs": "https://github.com/react/react-native/issues",
2121
"engines": {
2222
"node": "^22.13.0 || ^24.3.0 || >= 26.0.0"
2323
},

packages/community-cli-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"react-native",
77
"tools"
88
],
9-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/community-cli-plugin#readme",
10-
"bugs": "https://github.com/facebook/react-native/issues",
9+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/community-cli-plugin#readme",
10+
"bugs": "https://github.com/react/react-native/issues",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/facebook/react-native.git",
13+
"url": "git+https://github.com/react/react-native.git",
1414
"directory": "packages/community-cli-plugin"
1515
},
1616
"license": "MIT",

packages/debugger-frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"react-native",
77
"tools"
88
],
9-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/debugger-frontend#readme",
10-
"bugs": "https://github.com/facebook/react-native/issues",
9+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/debugger-frontend#readme",
10+
"bugs": "https://github.com/react/react-native/issues",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/facebook/react-native.git",
13+
"url": "git+https://github.com/react/react-native.git",
1414
"directory": "packages/debugger-frontend"
1515
},
1616
"license": "BSD-3-Clause",

packages/debugger-shell/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"react-native",
88
"tools"
99
],
10-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/debugger-shell#readme",
11-
"bugs": "https://github.com/facebook/react-native/issues",
10+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/debugger-shell#readme",
11+
"bugs": "https://github.com/react/react-native/issues",
1212
"main": "./src/index.js",
1313
"exports": {
1414
".": {
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/facebook/react-native.git",
36+
"url": "git+https://github.com/react/react-native.git",
3737
"directory": "packages/debugger-shell"
3838
},
3939
"license": "MIT",

packages/dev-middleware/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"react-native",
77
"tools"
88
],
9-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/dev-middleware#readme",
10-
"bugs": "https://github.com/facebook/react-native/issues",
9+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/dev-middleware#readme",
10+
"bugs": "https://github.com/react/react-native/issues",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/facebook/react-native.git",
13+
"url": "git+https://github.com/react/react-native.git",
1414
"directory": "packages/dev-middleware"
1515
},
1616
"license": "MIT",

packages/eslint-config-react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/facebook/react-native.git",
8+
"url": "git+https://github.com/react/react-native.git",
99
"directory": "packages/eslint-config-react-native"
1010
},
11-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native#readme",
11+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-config-react-native#readme",
1212
"keywords": [
1313
"eslint",
1414
"config",
1515
"react-native"
1616
],
17-
"bugs": "https://github.com/facebook/react-native/issues",
17+
"bugs": "https://github.com/react/react-native/issues",
1818
"engines": {
1919
"node": "^22.13.0 || ^24.3.0 || >= 26.0.0"
2020
},

packages/eslint-plugin-react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/facebook/react-native.git",
8+
"url": "git+https://github.com/react/react-native.git",
99
"directory": "packages/eslint-plugin-react-native"
1010
},
11-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme",
11+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme",
1212
"keywords": [
1313
"eslint",
1414
"rules",
1515
"eslint-config",
1616
"react-native"
1717
],
18-
"bugs": "https://github.com/facebook/react-native/issues",
18+
"bugs": "https://github.com/react/react-native/issues",
1919
"main": "index.js",
2020
"devDependencies": {
2121
"babel-plugin-syntax-hermes-parser": "0.36.1",

packages/eslint-plugin-specs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/facebook/react-native.git",
8+
"url": "git+https://github.com/react/react-native.git",
99
"directory": "packages/eslint-plugin-specs"
1010
},
11-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-specs#readme",
11+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-specs#readme",
1212
"keywords": [
1313
"eslint",
1414
"rules",
@@ -17,7 +17,7 @@
1717
"components",
1818
"specs"
1919
],
20-
"bugs": "https://github.com/facebook/react-native/issues",
20+
"bugs": "https://github.com/react/react-native/issues",
2121
"main": "index.js",
2222
"scripts": {
2323
"prepack": "node prepack.js",

packages/gradle-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/facebook/react-native.git",
8+
"url": "git+https://github.com/react/react-native.git",
99
"directory": "packages/gradle-plugin"
1010
},
11-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/gradle-plugin#readme",
11+
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/gradle-plugin#readme",
1212
"keywords": [
1313
"gradle",
1414
"plugin",
1515
"react-native"
1616
],
17-
"bugs": "https://github.com/facebook/react-native/issues",
17+
"bugs": "https://github.com/react/react-native/issues",
1818
"engines": {
1919
"node": "^22.13.0 || ^24.3.0 || >= 26.0.0"
2020
},

0 commit comments

Comments
 (0)