Skip to content

Commit 991af4b

Browse files
committed
Upgrade react in all packages.
1 parent bbd231c commit 991af4b

File tree

11 files changed

+817
-1154
lines changed

11 files changed

+817
-1154
lines changed

examples/basic-fetch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "^16.8.6",
17+
"react": "^16.9.0",
1818
"react-async": "^8.0.0-alpha.0",
1919
"react-async-devtools": "^8.0.0-alpha.0",
20-
"react-dom": "^16.8.6",
21-
"react-scripts": "^3.0.1"
20+
"react-dom": "^16.9.0",
21+
"react-scripts": "^3.1.1"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "^0.1.2"

examples/basic-hook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "^16.8.6",
17+
"react": "^16.9.0",
1818
"react-async": "^8.0.0-alpha.0",
1919
"react-async-devtools": "^8.0.0-alpha.0",
20-
"react-dom": "^16.8.6",
21-
"react-scripts": "^3.0.1"
20+
"react-dom": "^16.9.0",
21+
"react-scripts": "^3.1.1"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "^0.1.2"

examples/custom-instance/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "^16.8.6",
17+
"react": "^16.9.0",
1818
"react-async": "^8.0.0-alpha.0",
1919
"react-async-devtools": "^8.0.0-alpha.0",
20-
"react-dom": "^16.8.6",
21-
"react-scripts": "^3.0.1"
20+
"react-dom": "^16.9.0",
21+
"react-scripts": "^3.1.1"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "^0.1.2"

examples/movie-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "^16.8.6",
17+
"react": "^16.9.0",
1818
"react-async": "^8.0.0-alpha.0",
1919
"react-async-devtools": "^8.0.0-alpha.0",
20-
"react-dom": "^16.8.6",
21-
"react-scripts": "^3.0.1"
20+
"react-dom": "^16.9.0",
21+
"react-scripts": "^3.1.1"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "^0.1.2"

examples/with-abortcontroller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "^16.8.6",
17+
"react": "^16.9.0",
1818
"react-async": "^8.0.0-alpha.0",
1919
"react-async-devtools": "^8.0.0-alpha.0",
20-
"react-dom": "^16.8.6",
21-
"react-scripts": "^3.0.1"
20+
"react-dom": "^16.9.0",
21+
"react-scripts": "^3.1.1"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "^0.1.2"

examples/with-nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"dependencies": {
1818
"isomorphic-fetch": "^2.2.1",
19-
"next": "^9.0.2",
20-
"react": "^16.8.6",
19+
"next": "^9.0.3",
20+
"react": "^16.9.0",
2121
"react-async": "^8.0.0-alpha.0",
2222
"react-async-devtools": "^8.0.0-alpha.0",
23-
"react-dom": "^16.8.6"
23+
"react-dom": "^16.9.0"
2424
},
2525
"devDependencies": {
2626
"relative-deps": "^0.1.2"

examples/with-react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"web": "expo start --web"
1515
},
1616
"dependencies": {
17-
"expo": "^33.0.0",
18-
"react": "16.8.3",
17+
"expo": "^34.0.4",
18+
"react": "16.9.0",
1919
"react-async": "^8.0.0-alpha.0",
20-
"react-dom": "^16.8.6",
20+
"react-dom": "^16.9.0",
2121
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
22-
"react-native-web": "^0.11.4"
22+
"react-native-web": "^0.11.6"
2323
},
2424
"devDependencies": {
2525
"babel-preset-expo": "^5.1.1",

examples/with-react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"build": "parcel build index.html"
1212
},
1313
"dependencies": {
14-
"react": "^16.8.6",
14+
"react": "^16.9.0",
1515
"react-async": "^8.0.0-alpha.0",
1616
"react-async-devtools": "^8.0.0-alpha.0",
17-
"react-dom": "^16.8.6",
17+
"react-dom": "^16.9.0",
1818
"react-router-dom": "^5.0.0"
1919
},
2020
"devDependencies": {

examples/with-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"@types/node": "^12.0.8",
18-
"@types/react": "^16.8.19",
19-
"@types/react-dom": "^16.8.4",
20-
"react": "^16.8.6",
17+
"@types/node": "^12.7.2",
18+
"@types/react": "^16.9.2",
19+
"@types/react-dom": "^16.8.5",
20+
"react": "^16.9.0",
2121
"react-async": "^8.0.0-alpha.0",
2222
"react-async-devtools": "^8.0.0-alpha.0",
23-
"react-dom": "^16.8.6",
24-
"react-scripts": "^3.0.1",
23+
"react-dom": "^16.9.0",
24+
"react-scripts": "^3.1.1",
2525
"typescript": "^3.5.1"
2626
},
2727
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"npm-run-all": "^4.1.5",
6868
"prettier": "1.17.0",
6969
"prop-types": "^15.7.2",
70-
"react": "^16.8.6",
70+
"react": "^16.9.0",
7171
"react-async": "^7.0.4",
72-
"react-dom": "^16.8.6"
72+
"react-dom": "^16.9.0"
7373
}
7474
}

0 commit comments

Comments
 (0)