File tree Expand file tree Collapse file tree 12 files changed +41
-10
lines changed
Expand file tree Collapse file tree 12 files changed +41
-10
lines changed Original file line number Diff line number Diff line change 8383 name : Deploy examples
8484 command : |
8585 if [ "${CIRCLE_BRANCH}" == "master" ]; then
86- yarn deploy:examples --token $NOW_API_TOKEN
86+ yarn deploy:examples
8787 fi
8888 no_output_timeout : 30m
8989 chromatic :
Original file line number Diff line number Diff line change 5454 <a href =" https://discord.gg/CAYQ6mU " >
5555 <img src="https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat" />
5656 </a >
57- <a href =" https://react-async.async-library. now.sh/examples/ " >
57+ <a href =" https://react-async.now.sh/examples/ " >
5858 <img src="https://badgen.net/badge/live%20examples/available/pink?icon=now" alt="live examples">
5959 </a >
6060</p >
@@ -192,9 +192,13 @@ All standalone helper components were renamed to avoid import naming collision.
192192- ` <Settled> ` was renamed to ` <IfSettled> ` .
193193
194194> A [ codemod] ( https://github.com/async-library/react-async/tree/master/codemods ) is available to automate the upgrade.
195+ > <<<<<<< HEAD
195196
196197The return type for ` run ` was changed from ` Promise ` to ` undefined ` . You should now use the ` promise ` prop instead. This
197198is a manual upgrade. See [ ` promise ` ] ( #promise-1 ) for details.
199+ =======
200+
201+ > > > > > > > master
198202
199203#### Upgrade to v6
200204
Original file line number Diff line number Diff line change 3535 " not dead" ,
3636 " not ie <= 11" ,
3737 " not op_mini all"
38- ]
38+ ],
39+ "engines" : {
40+ "node" : " >=8"
41+ }
3942}
Original file line number Diff line number Diff line change 3535 " not dead" ,
3636 " not ie <= 11" ,
3737 " not op_mini all"
38- ]
38+ ],
39+ "engines" : {
40+ "node" : " >=8"
41+ }
3942}
Original file line number Diff line number Diff line change 3535 " not dead" ,
3636 " not ie <= 11" ,
3737 " not op_mini all"
38- ]
38+ ],
39+ "engines" : {
40+ "node" : " >=8"
41+ }
3942}
Original file line number Diff line number Diff line change 3535 " not dead" ,
3636 " not ie <= 11" ,
3737 " not op_mini all"
38- ]
38+ ],
39+ "engines" : {
40+ "node" : " >=8"
41+ }
3942}
Original file line number Diff line number Diff line change 3535 " not dead" ,
3636 " not ie <= 11" ,
3737 " not op_mini all"
38- ]
38+ ],
39+ "engines" : {
40+ "node" : " >=8"
41+ }
3942}
Original file line number Diff line number Diff line change 2828 "relativeDependencies" : {
2929 "react-async" : " ../../packages/react-async/pkg" ,
3030 "react-async-devtools" : " ../../packages/react-async-devtools/pkg"
31+ },
32+ "engines" : {
33+ "node" : " >=8"
3134 }
3235}
Original file line number Diff line number Diff line change 11{
22 "name" : " with-react-native-example" ,
33 "version" : " 8.0.0" ,
4+ "private" : true ,
45 "main" : " node_modules/expo/AppEntry.js" ,
56 "scripts" : {
67 "postinstall" : " relative-deps" ,
2829 "relativeDependencies" : {
2930 "react-async" : " ../../packages/react-async/pkg"
3031 },
31- "private" : true
32+ "engines" : {
33+ "node" : " >=8"
34+ }
3235}
Original file line number Diff line number Diff line change 2626 "relativeDependencies" : {
2727 "react-async" : " ../../packages/react-async/pkg" ,
2828 "react-async-devtools" : " ../../packages/react-async-devtools/pkg"
29+ },
30+ "engines" : {
31+ "node" : " >=8"
2932 }
3033}
You can’t perform that action at this time.
0 commit comments