Skip to content

Commit 3e51b7c

Browse files
committed
Bump deps.
1 parent 9faff46 commit 3e51b7c

File tree

11 files changed

+136
-106
lines changed

11 files changed

+136
-106
lines changed

examples/basic-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.0",
17+
"react": "16.10.1",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.0",
20+
"react-dom": "16.10.1",
2121
"react-scripts": "3.1.2"
2222
},
2323
"devDependencies": {

examples/basic-hook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.0",
17+
"react": "16.10.1",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.0",
20+
"react-dom": "16.10.1",
2121
"react-scripts": "3.1.2"
2222
},
2323
"devDependencies": {

examples/custom-instance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.0",
17+
"react": "16.10.1",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.0",
20+
"react-dom": "16.10.1",
2121
"react-scripts": "3.1.2"
2222
},
2323
"devDependencies": {

examples/movie-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.0",
17+
"react": "16.10.1",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.0",
20+
"react-dom": "16.10.1",
2121
"react-scripts": "3.1.2"
2222
},
2323
"devDependencies": {

examples/with-abortcontroller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.0",
17+
"react": "16.10.1",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.0",
20+
"react-dom": "16.10.1",
2121
"react-scripts": "3.1.2"
2222
},
2323
"devDependencies": {

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.6",
20-
"react": "16.10.0",
19+
"next": "9.0.7",
20+
"react": "16.10.1",
2121
"react-async": "8.0.0",
2222
"react-async-devtools": "8.0.0",
23-
"react-dom": "16.10.0"
23+
"react-dom": "16.10.1"
2424
},
2525
"devDependencies": {
2626
"relative-deps": "0.1.2"

examples/with-react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"dependencies": {
1818
"expo": "35.0.0",
19-
"react": "16.10.0",
19+
"react": "16.10.1",
2020
"react-async": "8.0.0",
21-
"react-dom": "16.10.0",
21+
"react-dom": "16.10.1",
2222
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
23-
"react-native-web": "0.11.6"
23+
"react-native-web": "0.11.7"
2424
},
2525
"devDependencies": {
2626
"babel-preset-expo": "7.0.0",

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.10.0",
14+
"react": "16.10.1",
1515
"react-async": "8.0.0",
1616
"react-async-devtools": "8.0.0",
17-
"react-dom": "16.10.0",
17+
"react-dom": "16.10.1",
1818
"react-router-dom": "5.1.1"
1919
},
2020
"devDependencies": {

examples/with-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@types/node": "12.7.8",
1818
"@types/react": "16.9.3",
1919
"@types/react-dom": "16.9.1",
20-
"react": "16.10.0",
20+
"react": "16.10.1",
2121
"react-async": "8.0.0",
2222
"react-async-devtools": "8.0.0",
23-
"react-dom": "16.10.0",
23+
"react-dom": "16.10.1",
2424
"react-scripts": "3.1.2",
2525
"typescript": "3.6.3"
2626
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@
5252
"babel-jest": "24.9.0",
5353
"babel-loader": "8.0.6",
5454
"copyfiles": "2.1.1",
55-
"eslint": "6.4.0",
55+
"eslint": "6.5.0",
5656
"eslint-config-prettier": "6.3.0",
5757
"eslint-plugin-jest": "22.17.0",
5858
"eslint-plugin-prettier": "3.1.1",
5959
"eslint-plugin-promise": "4.2.1",
6060
"eslint-plugin-react": "7.14.3",
61-
"eslint-plugin-react-hooks": "2.1.0",
61+
"eslint-plugin-react-hooks": "2.1.1",
6262
"jest": "24.9.0",
6363
"lerna": "3.16.4",
6464
"now": "16.2.0",
6565
"npm-run-all": "4.1.5",
6666
"prettier": "1.18.2",
6767
"prop-types": "15.7.2",
68-
"react": "16.10.0",
69-
"react-async": "8.0.0-alpha.0",
70-
"react-dom": "16.10.0",
68+
"react": "16.10.1",
69+
"react-async": "8.0.0",
70+
"react-dom": "16.10.1",
7171
"storybook-chromatic": "2.2.2"
7272
}
7373
}

0 commit comments

Comments
 (0)