Skip to content

Commit 409d003

Browse files
committed
Update example deps.
1 parent 1f02355 commit 409d003

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

examples/basic-fetch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"react": "^16.7.0",
6+
"react": "^16.8.5",
77
"react-async": "latest",
8-
"react-dom": "^16.7.0",
9-
"react-scripts": "2.1.2"
8+
"react-dom": "^16.8.5",
9+
"react-scripts": "2.1.8"
1010
},
1111
"scripts": {
1212
"start": "react-scripts start",

examples/basic-hook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"react": "16.8.3",
6+
"react": "16.8.5",
77
"react-async": "latest",
8-
"react-dom": "16.8.3",
9-
"react-scripts": "2.1.2"
8+
"react-dom": "16.8.5",
9+
"react-scripts": "2.1.8"
1010
},
1111
"scripts": {
1212
"start": "react-scripts start",

examples/custom-instance/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"react": "^16.7.0",
6+
"react": "^16.8.5",
77
"react-async": "latest",
8-
"react-dom": "^16.7.0",
9-
"react-scripts": "2.1.2"
8+
"react-dom": "^16.8.5",
9+
"react-scripts": "2.1.8"
1010
},
1111
"scripts": {
1212
"start": "react-scripts start",

examples/movie-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"react": "^16.7.0",
7-
"react-async": "3.13.2",
8-
"react-dom": "^16.7.0",
9-
"react-scripts": "2.1.3"
6+
"react": "^16.8.5",
7+
"react-async": "5.1.2",
8+
"react-dom": "^16.8.5",
9+
"react-scripts": "2.1.8"
1010
},
1111
"scripts": {
1212
"start": "react-scripts start",

examples/with-abortcontroller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"react": "16.7.0-alpha.2",
6+
"react": "16.8.5",
77
"react-async": "latest",
8-
"react-dom": "16.7.0-alpha.2",
9-
"react-scripts": "2.1.2"
8+
"react-dom": "16.8.5",
9+
"react-scripts": "2.1.8"
1010
},
1111
"scripts": {
1212
"start": "react-scripts start",

examples/with-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"dependencies": {
1515
"isomorphic-fetch": "2.2.1",
1616
"next": "8.0.3",
17-
"react": "16.8.3",
17+
"react": "16.8.5",
1818
"react-async": "latest",
19-
"react-dom": "16.8.3"
19+
"react-dom": "16.8.5"
2020
}
2121
}

examples/with-react-router/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
},
99
"dependencies": {
1010
"@babel/preset-react": "^7.0.0",
11-
"parcel-bundler": "^1.11.0",
12-
"react": "^16.8.3",
13-
"react-async": "^4.1.2",
14-
"react-dom": "^16.8.3",
15-
"react-router-dom": "^4.3.1"
11+
"parcel-bundler": "^1.12.3",
12+
"react": "^16.8.5",
13+
"react-async": "^5.1.2",
14+
"react-dom": "^16.8.5",
15+
"react-router-dom": "^5.0.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.3.4"
18+
"@babel/core": "^7.4.0"
1919
}
2020
}

examples/with-typescript/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "23.3.10",
7-
"@types/node": "10.12.10",
8-
"@types/react": "16.7.10",
9-
"@types/react-dom": "16.0.11",
10-
"react": "16.6.3",
11-
"react-async": "3.8.3",
12-
"react-dom": "16.6.3",
13-
"react-scripts": "2.1.1",
14-
"typescript": "3.2.1"
6+
"@types/jest": "24.0.11",
7+
"@types/node": "11.11.7",
8+
"@types/react": "16.8.8",
9+
"@types/react-dom": "16.8.3",
10+
"react": "16.8.5",
11+
"react-async": "5.1.2",
12+
"react-dom": "16.8.5",
13+
"react-scripts": "2.1.8",
14+
"typescript": "3.3.4000"
1515
},
1616
"scripts": {
1717
"start": "react-scripts start",

0 commit comments

Comments
 (0)