@samitouri / QOS-React / commits / 5f2c6b74db

Update homepage URLs to react.dev (#28478)

Updates the package.json "homepage" entry to react.dev

Ricky committed Mar 1, 2024 at 14:35 UTC 5f2c6b74db031991ff2cdee2767c4d006ddc83d7
18 files changed +18 -18
packages/eslint-plugin-react-hooks/package.json
+1 -1
@@ -26,7 +26,7 @@
26 "engines": {
27 "node": ">=10"
28 },
29 - "homepage": "https://reactjs.org/",
29 + "homepage": "https://react.dev/",
30 "peerDependencies": {
31 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
32 },
packages/jest-react/package.json
+1 -1
@@ -17,7 +17,7 @@
17 "bugs": {
18 "url": "https://github.com/facebook/react/issues"
19 },
20 - "homepage": "https://reactjs.org/",
20 + "homepage": "https://react.dev/",
21 "peerDependencies": {
22 "jest": "^23.0.1 || ^24.0.0 || ^25.1.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
23 "react": "^18.2.0",
packages/react-art/package.json
+1 -1
@@ -20,7 +20,7 @@
20 "bugs": {
21 "url": "https://github.com/facebook/react/issues"
22 },
23 - "homepage": "https://reactjs.org/",
23 + "homepage": "https://react.dev/",
24 "dependencies": {
25 "art": "^0.10.1",
26 "create-react-class": "^15.6.2",
packages/react-client/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "keywords": [
7 "react"
8 ],
9 - "homepage": "https://reactjs.org/",
9 + "homepage": "https://react.dev/",
10 "bugs": "https://github.com/facebook/react/issues",
11 "license": "MIT",
12 "files": [
packages/react-debug-tools/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "keywords": [
7 "react"
8 ],
9 - "homepage": "https://reactjs.org/",
9 + "homepage": "https://react.dev/",
10 "bugs": "https://github.com/facebook/react/issues",
11 "license": "MIT",
12 "files": [
packages/react-dom-bindings/package.json
+1 -1
@@ -16,7 +16,7 @@
16 "bugs": {
17 "url": "https://github.com/facebook/react/issues"
18 },
19 - "homepage": "https://reactjs.org/",
19 + "homepage": "https://react.dev/",
20 "peerDependencies": {
21 "react": "^18.2.0"
22 }
packages/react-dom/package.json
+1 -1
@@ -15,7 +15,7 @@
15 "bugs": {
16 "url": "https://github.com/facebook/react/issues"
17 },
18 - "homepage": "https://reactjs.org/",
18 + "homepage": "https://react.dev/",
19 "dependencies": {
20 "loose-envify": "^1.1.0",
21 "scheduler": "^0.23.0"
packages/react-interactions/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "react"
7 ],
8 "version": "0.1.0",
9 - "homepage": "https://reactjs.org/",
9 + "homepage": "https://react.dev/",
10 "bugs": "https://github.com/facebook/react/issues",
11 "license": "MIT",
12 "files": [
packages/react-is/package.json
+1 -1
@@ -16,7 +16,7 @@
16 "bugs": {
17 "url": "https://github.com/facebook/react/issues"
18 },
19 - "homepage": "https://reactjs.org/",
19 + "homepage": "https://react.dev/",
20 "files": [
21 "LICENSE",
22 "README.md",
packages/react-reconciler/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "keywords": [
6 "react"
7 ],
8 - "homepage": "https://reactjs.org/",
8 + "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
11 "files": [
packages/react-refresh/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "react"
6 ],
7 "version": "0.14.0",
8 - "homepage": "https://reactjs.org/",
8 + "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
11 "files": [
packages/react-server-dom-esm/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "keywords": [
6 "react"
7 ],
8 - "homepage": "https://reactjs.org/",
8 + "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
11 "files": [
packages/react-server-dom-turbopack/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "keywords": [
6 "react"
7 ],
8 - "homepage": "https://reactjs.org/",
8 + "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
11 "files": [
packages/react-server-dom-webpack/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "keywords": [
6 "react"
7 ],
8 - "homepage": "https://reactjs.org/",
8 + "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
11 "files": [
packages/react-server/package.json
+1 -1
@@ -6,7 +6,7 @@
6 "keywords": [
7 "react"
8 ],
9 - "homepage": "https://reactjs.org/",
9 + "homepage": "https://react.dev/",
10 "bugs": "https://github.com/facebook/react/issues",
11 "license": "MIT",
12 "files": [
packages/react-test-renderer/package.json
+1 -1
@@ -17,7 +17,7 @@
17 "bugs": {
18 "url": "https://github.com/facebook/react/issues"
19 },
20 - "homepage": "https://reactjs.org/",
20 + "homepage": "https://react.dev/",
21 "dependencies": {
22 "react-is": "^18.2.0",
23 "react-shallow-renderer": "^16.15.0",
packages/react/package.json
+1 -1
@@ -5,7 +5,7 @@
5 "react"
6 ],
7 "version": "18.2.0",
8 - "homepage": "https://reactjs.org/",
8 + "homepage": "https://react.dev/",
9 "bugs": "https://github.com/facebook/react/issues",
10 "license": "MIT",
11 "files": [
packages/scheduler/package.json
+1 -1
@@ -14,7 +14,7 @@
14 "bugs": {
15 "url": "https://github.com/facebook/react/issues"
16 },
17 - "homepage": "https://reactjs.org/",
17 + "homepage": "https://react.dev/",
18 "dependencies": {
19 "loose-envify": "^1.1.0"
20 },