File tree Expand file tree Collapse file tree 15 files changed +37
-36
lines changed Expand file tree Collapse file tree 15 files changed +37
-36
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " basic-fetch-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.async-library.now.sh/examples/basic-fetch" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " 16.11.0" ,
18- "react-async" : " ^9.0 .0" ,
19- "react-async-devtools" : " ^9.0 .0" ,
18+ "react-async" : " ^10.0.0-alpha .0" ,
19+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
2020 "react-dom" : " 16.11.0" ,
2121 "react-scripts" : " 3.2.0"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " basic-hook-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.async-library.now.sh/examples/basic-hook" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " 16.11.0" ,
18- "react-async" : " ^9.0 .0" ,
19- "react-async-devtools" : " ^9.0 .0" ,
18+ "react-async" : " ^10.0.0-alpha .0" ,
19+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
2020 "react-dom" : " 16.11.0" ,
2121 "react-scripts" : " 3.2.0"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " custom-instance-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.async-library.now.sh/examples/custom-instance" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " 16.11.0" ,
18- "react-async" : " ^9.0 .0" ,
19- "react-async-devtools" : " ^9.0 .0" ,
18+ "react-async" : " ^10.0.0-alpha .0" ,
19+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
2020 "react-dom" : " 16.11.0" ,
2121 "react-scripts" : " 3.2.0"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " movie-app-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.async-library.now.sh/examples/movie-app" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " 16.11.0" ,
18- "react-async" : " ^9.0 .0" ,
19- "react-async-devtools" : " ^9.0 .0" ,
18+ "react-async" : " ^10.0.0-alpha .0" ,
19+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
2020 "react-dom" : " 16.11.0" ,
2121 "react-scripts" : " 3.2.0"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " with-abortcontroller-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.async-library.now.sh/examples/with-abortcontroller" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "react" : " 16.11.0" ,
18- "react-async" : " ^9.0 .0" ,
19- "react-async-devtools" : " ^9.0 .0" ,
18+ "react-async" : " ^10.0.0-alpha .0" ,
19+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
2020 "react-dom" : " 16.11.0" ,
2121 "react-scripts" : " 3.2.0"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " with-graphql-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "homepage" : " https://react-async.async-library.now.sh/examples/with-graphql" ,
66 "scripts" : {
1616 "dependencies" : {
1717 "graphql-request" : " 1.8.2" ,
1818 "react" : " 16.11.0" ,
19- "react-async" : " ^9.0 .0" ,
20- "react-async-devtools" : " ^9.0 .0" ,
19+ "react-async" : " ^10.0.0-alpha .0" ,
20+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
2121 "react-dom" : " 16.11.0" ,
2222 "react-scripts" : " 3.2.0"
2323 },
Original file line number Diff line number Diff line change 11{
22 "name" : " with-nextjs-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
1818 "isomorphic-fetch" : " 2.2.1" ,
1919 "next" : " 9.1.3" ,
2020 "react" : " 16.11.0" ,
21- "react-async" : " ^9.0 .0" ,
22- "react-async-devtools" : " ^9.0 .0" ,
21+ "react-async" : " ^10.0.0-alpha .0" ,
22+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
2323 "react-dom" : " 16.11.0"
2424 },
2525 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " with-react-native-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "main" : " node_modules/expo/AppEntry.js" ,
66 "scripts" : {
1717 "dependencies" : {
1818 "expo" : " 35.0.1" ,
1919 "react" : " 16.11.0" ,
20- "react-async" : " ^9.0 .0" ,
20+ "react-async" : " ^10.0.0-alpha .0" ,
2121 "react-dom" : " 16.11.0" ,
2222 "react-native" : " https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz" ,
2323 "react-native-web" : " 0.11.7"
Original file line number Diff line number Diff line change 11{
22 "name" : " with-react-router-example" ,
3- "version" : " 9.0 .0" ,
3+ "version" : " 10.0.0-alpha .0" ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
1212 },
1313 "dependencies" : {
1414 "react" : " 16.11.0" ,
15- "react-async" : " ^9.0 .0" ,
16- "react-async-devtools" : " ^9.0 .0" ,
15+ "react-async" : " ^10.0.0-alpha .0" ,
16+ "react-async-devtools" : " ^10.0.0-alpha .0" ,
1717 "react-dom" : " 16.11.0" ,
1818 "react-router-dom" : " 5.1.2"
1919 },
You can’t perform that action at this time.
0 commit comments