Skip to content

Commit 5f90a7f

Browse files
committed
Bump
1 parent 86b7607 commit 5f90a7f

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

examples/basic-fetch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-fetch",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"postinstall": "relative-deps",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"react": "^16.8.6",
17-
"react-async": "^7.0.4",
18-
"react-async-devtools": "^1.0.2",
17+
"react-async": "^7.0.5",
18+
"react-async-devtools": "^1.0.3",
1919
"react-dom": "^16.8.6",
2020
"react-scripts": "^3.0.1"
2121
},

examples/basic-hook/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-hook",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"postinstall": "relative-deps",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"react": "^16.8.6",
17-
"react-async": "^7.0.4",
18-
"react-async-devtools": "^1.0.2",
17+
"react-async": "^7.0.5",
18+
"react-async-devtools": "^1.0.3",
1919
"react-dom": "^16.8.6",
2020
"react-scripts": "^3.0.1"
2121
},

examples/custom-instance/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-instance",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"postinstall": "relative-deps",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"react": "^16.8.6",
17-
"react-async": "^7.0.4",
18-
"react-async-devtools": "^1.0.2",
17+
"react-async": "^7.0.5",
18+
"react-async-devtools": "^1.0.3",
1919
"react-dom": "^16.8.6",
2020
"react-scripts": "^3.0.1"
2121
},

examples/movie-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "movie-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"postinstall": "relative-deps",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"react": "^16.8.6",
17-
"react-async": "^7.0.4",
18-
"react-async-devtools": "^1.0.2",
17+
"react-async": "^7.0.5",
18+
"react-async-devtools": "^1.0.3",
1919
"react-dom": "^16.8.6",
2020
"react-scripts": "^3.0.1"
2121
},

examples/with-abortcontroller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-abortcontroller",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"postinstall": "relative-deps",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"react": "^16.8.6",
17-
"react-async": "^7.0.4",
18-
"react-async-devtools": "^1.0.2",
17+
"react-async": "^7.0.5",
18+
"react-async-devtools": "^1.0.3",
1919
"react-dom": "^16.8.6",
2020
"react-scripts": "^3.0.1"
2121
},

examples/with-nextjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-nextjs",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -17,8 +17,8 @@
1717
"isomorphic-fetch": "^2.2.1",
1818
"next": "^8.0.3",
1919
"react": "^16.8.6",
20-
"react-async": "^7.0.4",
21-
"react-async-devtools": "^1.0.2",
20+
"react-async": "^7.0.5",
21+
"react-async-devtools": "^1.0.3",
2222
"react-dom": "^16.8.6"
2323
},
2424
"devDependencies": {

examples/with-react-router/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-react-router",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -13,8 +13,8 @@
1313
"@babel/preset-react": "^7.0.0",
1414
"parcel-bundler": "^1.12.3",
1515
"react": "^16.8.6",
16-
"react-async": "^7.0.4",
17-
"react-async-devtools": "^1.0.2",
16+
"react-async": "^7.0.5",
17+
"react-async-devtools": "^1.0.3",
1818
"react-dom": "^16.8.6",
1919
"react-router-dom": "^5.0.0"
2020
},

examples/with-typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-typescript",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"postinstall": "relative-deps",
@@ -16,8 +16,8 @@
1616
"@types/react": "^16.8.19",
1717
"@types/react-dom": "^16.8.4",
1818
"react": "^16.8.6",
19-
"react-async": "^7.0.4",
20-
"react-async-devtools": "^1.0.2",
19+
"react-async": "^7.0.5",
20+
"react-async-devtools": "^1.0.3",
2121
"react-dom": "^16.8.6",
2222
"react-scripts": "^3.0.1",
2323
"typescript": "^3.5.1"

packages/react-async-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-devtools",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "DevTools for React Async",
55
"keywords": [
66
"react",

packages/react-async/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "React component for declarative promise resolution and data fetching",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)