@samitouri / QOS-React-2 / commits / dbc37501ff

Update required references to GitHub repo (#36752)

Sebastian "Sebbie" Silbermann committed Jun 12, 2026 at 09:50 UTC dbc37501ffeaf8fec45af5898caf1c3d64ad10bf
51 files changed +72 -72
.github/workflows/compiler_discord_notify.yml
+1 -1
@@ -25,7 +25,7 @@ jobs:
25 check_maintainer:
26 if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
27 needs: [check_access]
28 - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
28 + uses: react/react/.github/workflows/shared_check_maintainer.yml@main
29 permissions:
30 # Used by check_maintainer
31 contents: read
.github/workflows/compiler_prereleases_manual.yml
+1 -1
@@ -29,7 +29,7 @@ env:
29 jobs:
30 publish_prerelease_experimental:
31 name: Publish to Experimental channel
32 - uses: facebook/react/.github/workflows/compiler_prereleases.yml@main
32 + uses: react/react/.github/workflows/compiler_prereleases.yml@main
33 with:
34 commit_sha: ${{ inputs.prerelease_commit_sha || github.sha }}
35 release_channel: ${{ inputs.release_channel }}
.github/workflows/compiler_prereleases_nightly.yml
+1 -1
@@ -13,7 +13,7 @@ env:
13 jobs:
14 publish_prerelease_experimental:
15 name: Publish to Experimental channel
16 - uses: facebook/react/.github/workflows/compiler_prereleases.yml@main
16 + uses: react/react/.github/workflows/compiler_prereleases.yml@main
17 with:
18 commit_sha: ${{ github.sha }}
19 release_channel: experimental
.github/workflows/devtools_discord_notify.yml
+1 -1
@@ -25,7 +25,7 @@ jobs:
25 check_maintainer:
26 if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
27 needs: [check_access]
28 - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
28 + uses: react/react/.github/workflows/shared_check_maintainer.yml@main
29 permissions:
30 # Used by check_maintainer
31 contents: read
.github/workflows/runtime_build_and_test.yml
+1 -1
@@ -488,7 +488,7 @@ jobs:
488 ./build2.tgz
489 if-no-files-found: error
490 - uses: actions/attest-build-provenance@v2
491 - # We don't verify builds generated from pull requests not originating from facebook/react.
491 + # We don't verify builds generated from pull requests not originating from react/react.
492 # However, if the PR lands, the run on release branches will generate the attestation which can then
493 # be used to download a build via scripts/release/download-experimental-build.js.
494 #
.github/workflows/runtime_commit_artifacts.yml
+2 -2
@@ -292,7 +292,7 @@ jobs:
292 git config --global user.name "${{ github.triggering_actor }}"
293
294 git fetch origin --quiet
295 - git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
295 + git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
296 - name: Push changes to branch
297 if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true')
298 run: git push
@@ -466,7 +466,7 @@ jobs:
466 git config --global user.name "${{ github.triggering_actor }}"
467
468 git fetch origin --quiet
469 - git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
469 + git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
470 - name: Push changes to branch
471 if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true')
472 run: git push
.github/workflows/runtime_discord_notify.yml
+1 -1
@@ -27,7 +27,7 @@ jobs:
27 check_maintainer:
28 if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
29 needs: [check_access]
30 - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
30 + uses: react/react/.github/workflows/shared_check_maintainer.yml@main
31 permissions:
32 # Used by check_maintainer
33 contents: read
.github/workflows/shared_label_core_team_prs.yml
+1 -1
@@ -26,7 +26,7 @@ jobs:
26 check_maintainer:
27 if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
28 needs: [check_access]
29 - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
29 + uses: react/react/.github/workflows/shared_check_maintainer.yml@main
30 permissions:
31 # Used by check_maintainer
32 contents: read
compiler/package.json
+1 -1
@@ -7,7 +7,7 @@
7 },
8 "repository": {
9 "type": "git",
10 - "url": "git+https://github.com/facebook/react.git"
10 + "url": "git+https://github.com/react/react.git"
11 },
12 "scripts": {
13 "copyright": "node scripts/copyright.js",
compiler/packages/babel-plugin-react-compiler-rust/package.json
+1 -1
@@ -26,7 +26,7 @@
26 },
27 "repository": {
28 "type": "git",
29 - "url": "git+https://github.com/facebook/react.git",
29 + "url": "git+https://github.com/react/react.git",
30 "directory": "compiler/packages/babel-plugin-react-compiler-rust"
31 }
32 }
compiler/packages/babel-plugin-react-compiler/package.json
+1 -1
@@ -65,7 +65,7 @@
65 },
66 "repository": {
67 "type": "git",
68 - "url": "git+https://github.com/facebook/react.git",
68 + "url": "git+https://github.com/react/react.git",
69 "directory": "compiler/packages/babel-plugin-react-compiler"
70 }
71 }
compiler/packages/eslint-plugin-react-compiler/package.json
+1 -1
@@ -45,7 +45,7 @@
45 },
46 "repository": {
47 "type": "git",
48 - "url": "git+https://github.com/facebook/react.git",
48 + "url": "git+https://github.com/react/react.git",
49 "directory": "compiler/packages/eslint-plugin-react-compiler"
50 },
51 "license": "MIT"
compiler/packages/make-read-only-util/package.json
+1 -1
@@ -24,7 +24,7 @@
24 },
25 "repository": {
26 "type": "git",
27 - "url": "git+https://github.com/facebook/react.git",
27 + "url": "git+https://github.com/react/react.git",
28 "directory": "compiler/packages/make-read-only-util"
29 }
30 }
compiler/packages/react-compiler-healthcheck/package.json
+1 -1
@@ -27,7 +27,7 @@
27 "license": "MIT",
28 "repository": {
29 "type": "git",
30 - "url": "git+https://github.com/facebook/react.git",
30 + "url": "git+https://github.com/react/react.git",
31 "directory": "compiler/packages/react-compiler-healthcheck"
32 }
33 }
compiler/packages/react-compiler-runtime/package.json
+1 -1
@@ -19,7 +19,7 @@
19 },
20 "repository": {
21 "type": "git",
22 - "url": "git+https://github.com/facebook/react.git",
22 + "url": "git+https://github.com/react/react.git",
23 "directory": "compiler/packages/react-compiler-runtime"
24 }
25 }
compiler/packages/react-forgive/client/package.json
+1 -1
@@ -10,7 +10,7 @@
10 },
11 "repository": {
12 "type": "git",
13 - "url": "git+https://github.com/facebook/react.git",
13 + "url": "git+https://github.com/react/react.git",
14 "directory": "compiler/packages/react-forgive"
15 },
16 "dependencies": {
compiler/packages/react-forgive/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "version": "0.0.0",
7 "repository": {
8 "type": "git",
9 - "url": "git+https://github.com/facebook/react.git",
9 + "url": "git+https://github.com/react/react.git",
10 "directory": "compiler/packages/react-forgive"
11 },
12 "categories": [
compiler/packages/react-forgive/server/package.json
+1 -1
@@ -10,7 +10,7 @@
10 },
11 "repository": {
12 "type": "git",
13 - "url": "git+https://github.com/facebook/react.git",
13 + "url": "git+https://github.com/react/react.git",
14 "directory": "compiler/packages/react-forgive"
15 },
16 "dependencies": {
compiler/packages/react-mcp-server/package.json
+1 -1
@@ -35,7 +35,7 @@
35 "license": "MIT",
36 "repository": {
37 "type": "git",
38 - "url": "git+https://github.com/facebook/react.git",
38 + "url": "git+https://github.com/react/react.git",
39 "directory": "compiler/packages/react-mcp-server"
40 }
41 }
compiler/packages/snap/package.json
+1 -1
@@ -17,7 +17,7 @@
17 },
18 "repository": {
19 "type": "git",
20 - "url": "git+https://github.com/facebook/react.git",
20 + "url": "git+https://github.com/react/react.git",
21 "directory": "compiler/packages/snap"
22 },
23 "dependencies": {
dangerfile.js
+1 -1
@@ -105,7 +105,7 @@ function row(result, baseSha, headSha) {
105 // where the branches differ
106
107 const upstreamRepo = danger.github.pr.base.repo.full_name;
108 - if (upstreamRepo !== 'facebook/react') {
108 + if (upstreamRepo !== 'react/react') {
109 // Exit unless we're running in the main repo
110 return;
111 }
packages/eslint-plugin-react-hooks/package.json
+2 -2
@@ -4,7 +4,7 @@
4 "version": "7.0.0",
5 "repository": {
6 "type": "git",
7 - "url": "https://github.com/facebook/react.git",
7 + "url": "https://github.com/react/react.git",
8 "directory": "packages/eslint-plugin-react-hooks"
9 },
10 "files": [
@@ -27,7 +27,7 @@
27 },
28 "license": "MIT",
29 "bugs": {
30 - "url": "https://github.com/facebook/react/issues"
30 + "url": "https://github.com/react/react/issues"
31 },
32 "main": "./index.js",
33 "types": "./index.d.ts",
packages/jest-react/package.json
+2 -2
@@ -5,7 +5,7 @@
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 - "url": "https://github.com/facebook/react.git",
8 + "url": "https://github.com/react/react.git",
9 "directory": "packages/jest-react"
10 },
11 "keywords": [
@@ -15,7 +15,7 @@
15 ],
16 "license": "MIT",
17 "bugs": {
18 - "url": "https://github.com/facebook/react/issues"
18 + "url": "https://github.com/react/react/issues"
19 },
20 "homepage": "https://react.dev/",
21 "peerDependencies": {
packages/react-art/package.json
+2 -2
@@ -5,7 +5,7 @@
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 - "url": "https://github.com/facebook/react.git",
8 + "url": "https://github.com/react/react.git",
9 "directory": "packages/react-art"
10 },
11 "keywords": [
@@ -18,7 +18,7 @@
18 ],
19 "license": "MIT",
20 "bugs": {
21 - "url": "https://github.com/facebook/react/issues"
21 + "url": "https://github.com/react/react/issues"
22 },
23 "homepage": "https://react.dev/",
24 "dependencies": {
packages/react-cache/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "version": "2.0.0-alpha.0",
6 "repository": {
7 "type" : "git",
8 - "url" : "https://github.com/facebook/react.git",
8 + "url" : "https://github.com/react/react.git",
9 "directory": "packages/react-cache"
10 },
11 "files": [
packages/react-client/package.json
+2 -2
@@ -7,7 +7,7 @@
7 "react"
8 ],
9 "homepage": "https://react.dev/",
10 - "bugs": "https://github.com/facebook/react/issues",
10 + "bugs": "https://github.com/react/react/issues",
11 "license": "MIT",
12 "files": [
13 "LICENSE",
@@ -17,7 +17,7 @@
17 ],
18 "repository": {
19 "type" : "git",
20 - "url" : "https://github.com/facebook/react.git",
20 + "url" : "https://github.com/react/react.git",
21 "directory": "packages/react-client"
22 },
23 "engines": {
packages/react-debug-tools/package.json
+2 -2
@@ -7,7 +7,7 @@
7 "react"
8 ],
9 "homepage": "https://react.dev/",
10 - "bugs": "https://github.com/facebook/react/issues",
10 + "bugs": "https://github.com/react/react/issues",
11 "license": "MIT",
12 "files": [
13 "LICENSE",
@@ -18,7 +18,7 @@
18 "main": "index.js",
19 "repository": {
20 "type" : "git",
21 - "url" : "https://github.com/facebook/react.git",
21 + "url" : "https://github.com/react/react.git",
22 "directory": "packages/react-debug-tools"
23 },
24 "engines": {
packages/react-devtools-core/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "main": "./dist/backend.js",
7 "repository": {
8 "type": "git",
9 - "url": "https://github.com/facebook/react.git",
9 + "url": "https://github.com/react/react.git",
10 "directory": "packages/react-devtools-core"
11 },
12 "files": [
packages/react-devtools-inline/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "main": "./dist/backend.js",
7 "repository": {
8 "type": "git",
9 - "url": "https://github.com/facebook/react.git",
9 + "url": "https://github.com/react/react.git",
10 "directory": "packages/react-devtools-inline"
11 },
12 "files": [
packages/react-devtools/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 - "url": "https://github.com/facebook/react.git",
8 + "url": "https://github.com/react/react.git",
9 "directory": "packages/react-devtools"
10 },
11 "bin": {
packages/react-dom-bindings/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "main": "index.js",
7 "repository": {
8 "type": "git",
9 - "url": "https://github.com/facebook/react.git",
9 + "url": "https://github.com/react/react.git",
10 "directory": "packages/react-dom-bindings"
11 },
12 "keywords": [
@@ -14,7 +14,7 @@
14 ],
15 "license": "MIT",
16 "bugs": {
17 - "url": "https://github.com/facebook/react/issues"
17 + "url": "https://github.com/react/react/issues"
18 },
19 "homepage": "https://react.dev/",
20 "peerDependencies": {
packages/react-dom/package.json
+2 -2
@@ -5,7 +5,7 @@
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 - "url": "https://github.com/facebook/react.git",
8 + "url": "https://github.com/react/react.git",
9 "directory": "packages/react-dom"
10 },
11 "keywords": [
@@ -13,7 +13,7 @@
13 ],
14 "license": "MIT",
15 "bugs": {
16 - "url": "https://github.com/facebook/react/issues"
16 + "url": "https://github.com/react/react/issues"
17 },
18 "homepage": "https://react.dev/",
19 "dependencies": {
packages/react-flight-server-fb/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "react"
7 ],
8 "homepage": "https://react.dev/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -21,7 +21,7 @@
21 },
22 "repository": {
23 "type" : "git",
24 - "url" : "https://github.com/facebook/react.git",
24 + "url" : "https://github.com/react/react.git",
25 "directory": "packages/react-flight-server-fb"
26 },
27 "engines": {
packages/react-is/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "sideEffects": false,
7 "repository": {
8 "type": "git",
9 - "url": "https://github.com/facebook/react.git",
9 + "url": "https://github.com/react/react.git",
10 "directory": "packages/react-is"
11 },
12 "keywords": [
@@ -14,7 +14,7 @@
14 ],
15 "license": "MIT",
16 "bugs": {
17 - "url": "https://github.com/facebook/react/issues"
17 + "url": "https://github.com/react/react/issues"
18 },
19 "homepage": "https://react.dev/",
20 "files": [
packages/react-markup/package.json
+2 -2
@@ -5,7 +5,7 @@
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 - "url": "https://github.com/facebook/react.git",
8 + "url": "https://github.com/react/react.git",
9 "directory": "packages/react-markup"
10 },
11 "keywords": [
@@ -13,7 +13,7 @@
13 ],
14 "license": "MIT",
15 "bugs": {
16 - "url": "https://github.com/facebook/react/issues"
16 + "url": "https://github.com/react/react/issues"
17 },
18 "homepage": "https://react.dev/",
19 "peerDependencies": {
packages/react-native-renderer/package.json
+1 -1
@@ -4,7 +4,7 @@
4 "private": true,
5 "repository": {
6 "type": "git",
7 - "url": "https://github.com/facebook/react.git",
7 + "url": "https://github.com/react/react.git",
8 "directory": "packages/react-native-renderer"
9 },
10 "dependencies": {
packages/react-noop-renderer/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "main": "index.js",
7 "repository": {
8 "type" : "git",
9 - "url" : "https://github.com/facebook/react.git",
9 + "url" : "https://github.com/react/react.git",
10 "directory": "packages/react-noop-renderer"
11 },
12 "license": "MIT",
packages/react-reconciler/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "react"
7 ],
8 "homepage": "https://react.dev/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -19,7 +19,7 @@
19 "main": "index.js",
20 "repository": {
21 "type": "git",
22 - "url": "https://github.com/facebook/react.git",
22 + "url": "https://github.com/react/react.git",
23 "directory": "packages/react-reconciler"
24 },
25 "engines": {
packages/react-refresh/package.json
+2 -2
@@ -6,7 +6,7 @@
6 ],
7 "version": "0.19.0",
8 "homepage": "https://react.dev/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -24,7 +24,7 @@
24 },
25 "repository": {
26 "type": "git",
27 - "url": "https://github.com/facebook/react.git",
27 + "url": "https://github.com/react/react.git",
28 "directory": "packages/react"
29 },
30 "engines": {
packages/react-server-dom-esm/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "react"
7 ],
8 "homepage": "https://react.dev/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -47,7 +47,7 @@
47 "main": "index.js",
48 "repository": {
49 "type" : "git",
50 - "url" : "https://github.com/facebook/react.git",
50 + "url" : "https://github.com/react/react.git",
51 "directory": "packages/react-server-dom-esm"
52 },
53 "engines": {
packages/react-server-dom-fb/package.json
+1 -1
@@ -4,7 +4,7 @@
4 "private": true,
5 "repository": {
6 "type": "git",
7 - "url": "https://github.com/facebook/react.git",
7 + "url": "https://github.com/react/react.git",
8 "directory": "packages/react-server-dom-fb"
9 },
10 "dependencies": {
packages/react-server-dom-parcel/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "react"
7 ],
8 "homepage": "https://reactjs.org/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -72,7 +72,7 @@
72 "main": "index.js",
73 "repository": {
74 "type": "git",
75 - "url": "https://github.com/facebook/react.git",
75 + "url": "https://github.com/react/react.git",
76 "directory": "packages/react-server-dom-parcel"
77 },
78 "engines": {
packages/react-server-dom-turbopack/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "react"
7 ],
8 "homepage": "https://react.dev/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -72,7 +72,7 @@
72 "main": "index.js",
73 "repository": {
74 "type": "git",
75 - "url": "https://github.com/facebook/react.git",
75 + "url": "https://github.com/react/react.git",
76 "directory": "packages/react-server-dom-turbopack"
77 },
78 "engines": {
packages/react-server-dom-webpack/package.json
+2 -2
@@ -6,7 +6,7 @@
6 "react"
7 ],
8 "homepage": "https://react.dev/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -78,7 +78,7 @@
78 "main": "index.js",
79 "repository": {
80 "type": "git",
81 - "url": "https://github.com/facebook/react.git",
81 + "url": "https://github.com/react/react.git",
82 "directory": "packages/react-server-dom-webpack"
83 },
84 "engines": {
packages/react-server/package.json
+2 -2
@@ -7,7 +7,7 @@
7 "react"
8 ],
9 "homepage": "https://react.dev/",
10 - "bugs": "https://github.com/facebook/react/issues",
10 + "bugs": "https://github.com/react/react/issues",
11 "license": "MIT",
12 "files": [
13 "LICENSE",
@@ -19,7 +19,7 @@
19 "main": "index.js",
20 "repository": {
21 "type" : "git",
22 - "url" : "https://github.com/facebook/react.git",
22 + "url" : "https://github.com/react/react.git",
23 "directory": "packages/react-server"
24 },
25 "engines": {
packages/react-suspense-test-utils/package.json
+1 -1
@@ -4,7 +4,7 @@
4 "private": true,
5 "repository": {
6 "type" : "git",
7 - "url" : "https://github.com/facebook/react.git",
7 + "url" : "https://github.com/react/react.git",
8 "directory": "packages/react-suspense-test-utils"
9 },
10 "license": "MIT",
packages/react-test-renderer/package.json
+2 -2
@@ -5,7 +5,7 @@
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 - "url": "https://github.com/facebook/react.git",
8 + "url": "https://github.com/react/react.git",
9 "directory": "packages/react-test-renderer"
10 },
11 "keywords": [
@@ -15,7 +15,7 @@
15 ],
16 "license": "MIT",
17 "bugs": {
18 - "url": "https://github.com/facebook/react/issues"
18 + "url": "https://github.com/react/react/issues"
19 },
20 "homepage": "https://react.dev/",
21 "dependencies": {
packages/react/package.json
+2 -2
@@ -6,7 +6,7 @@
6 ],
7 "version": "19.3.0",
8 "homepage": "https://react.dev/",
9 - "bugs": "https://github.com/facebook/react/issues",
9 + "bugs": "https://github.com/react/react/issues",
10 "license": "MIT",
11 "files": [
12 "LICENSE",
@@ -43,7 +43,7 @@
43 },
44 "repository": {
45 "type": "git",
46 - "url": "https://github.com/facebook/react.git",
46 + "url": "https://github.com/react/react.git",
47 "directory": "packages/react"
48 },
49 "engines": {
packages/scheduler/package.json
+2 -2
@@ -4,7 +4,7 @@
4 "description": "Cooperative scheduler for the browser environment.",
5 "repository": {
6 "type": "git",
7 - "url": "https://github.com/facebook/react.git",
7 + "url": "https://github.com/react/react.git",
8 "directory": "packages/scheduler"
9 },
10 "license": "MIT",
@@ -12,7 +12,7 @@
12 "react"
13 ],
14 "bugs": {
15 - "url": "https://github.com/facebook/react/issues"
15 + "url": "https://github.com/react/react/issues"
16 },
17 "homepage": "https://react.dev/",
18 "files": [
packages/use-subscription/package.json
+1 -1
@@ -4,7 +4,7 @@
4 "version": "1.13.0",
5 "repository": {
6 "type": "git",
7 - "url": "https://github.com/facebook/react.git",
7 + "url": "https://github.com/react/react.git",
8 "directory": "packages/use-subscription"
9 },
10 "files": [
packages/use-sync-external-store/package.json
+1 -1
@@ -20,7 +20,7 @@
20 },
21 "repository": {
22 "type": "git",
23 - "url": "https://github.com/facebook/react.git",
23 + "url": "https://github.com/react/react.git",
24 "directory": "packages/use-sync-external-store"
25 },
26 "files": [