File tree 12 files changed +41
-10
lines changed
12 files changed +41
-10
lines changed Original file line number Diff line number Diff line change 83
83
name : Deploy examples
84
84
command : |
85
85
if [ "${CIRCLE_BRANCH}" == "master" ]; then
86
- yarn deploy:examples --token $NOW_API_TOKEN
86
+ yarn deploy:examples
87
87
fi
88
88
no_output_timeout : 30m
89
89
chromatic :
Original file line number Diff line number Diff line change 54
54
<a href =" https://discord.gg/CAYQ6mU " >
55
55
<img src="https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat" />
56
56
</a >
57
- <a href =" https://react-async.async-library. now.sh/examples/ " >
57
+ <a href =" https://react-async.now.sh/examples/ " >
58
58
<img src="https://badgen.net/badge/live%20examples/available/pink?icon=now" alt="live examples">
59
59
</a >
60
60
</p >
@@ -192,9 +192,13 @@ All standalone helper components were renamed to avoid import naming collision.
192
192
- ` <Settled> ` was renamed to ` <IfSettled> ` .
193
193
194
194
> A [ codemod] ( https://github.com/async-library/react-async/tree/master/codemods ) is available to automate the upgrade.
195
+ > <<<<<<< HEAD
195
196
196
197
The return type for ` run ` was changed from ` Promise ` to ` undefined ` . You should now use the ` promise ` prop instead. This
197
198
is a manual upgrade. See [ ` promise ` ] ( #promise-1 ) for details.
199
+ =======
200
+
201
+ > > > > > > > master
198
202
199
203
#### Upgrade to v6
200
204
Original file line number Diff line number Diff line change 35
35
" not dead" ,
36
36
" not ie <= 11" ,
37
37
" not op_mini all"
38
- ]
38
+ ],
39
+ "engines" : {
40
+ "node" : " >=8"
41
+ }
39
42
}
Original file line number Diff line number Diff line change 35
35
" not dead" ,
36
36
" not ie <= 11" ,
37
37
" not op_mini all"
38
- ]
38
+ ],
39
+ "engines" : {
40
+ "node" : " >=8"
41
+ }
39
42
}
Original file line number Diff line number Diff line change 35
35
" not dead" ,
36
36
" not ie <= 11" ,
37
37
" not op_mini all"
38
- ]
38
+ ],
39
+ "engines" : {
40
+ "node" : " >=8"
41
+ }
39
42
}
Original file line number Diff line number Diff line change 35
35
" not dead" ,
36
36
" not ie <= 11" ,
37
37
" not op_mini all"
38
- ]
38
+ ],
39
+ "engines" : {
40
+ "node" : " >=8"
41
+ }
39
42
}
Original file line number Diff line number Diff line change 35
35
" not dead" ,
36
36
" not ie <= 11" ,
37
37
" not op_mini all"
38
- ]
38
+ ],
39
+ "engines" : {
40
+ "node" : " >=8"
41
+ }
39
42
}
Original file line number Diff line number Diff line change 28
28
"relativeDependencies" : {
29
29
"react-async" : " ../../packages/react-async/pkg" ,
30
30
"react-async-devtools" : " ../../packages/react-async-devtools/pkg"
31
+ },
32
+ "engines" : {
33
+ "node" : " >=8"
31
34
}
32
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-react-native-example" ,
3
3
"version" : " 8.0.0" ,
4
+ "private" : true ,
4
5
"main" : " node_modules/expo/AppEntry.js" ,
5
6
"scripts" : {
6
7
"postinstall" : " relative-deps" ,
28
29
"relativeDependencies" : {
29
30
"react-async" : " ../../packages/react-async/pkg"
30
31
},
31
- "private" : true
32
+ "engines" : {
33
+ "node" : " >=8"
34
+ }
32
35
}
Original file line number Diff line number Diff line change 26
26
"relativeDependencies" : {
27
27
"react-async" : " ../../packages/react-async/pkg" ,
28
28
"react-async-devtools" : " ../../packages/react-async-devtools/pkg"
29
+ },
30
+ "engines" : {
31
+ "node" : " >=8"
29
32
}
30
33
}
Original file line number Diff line number Diff line change 40
40
" not dead" ,
41
41
" not ie <= 11" ,
42
42
" not op_mini all"
43
- ]
43
+ ],
44
+ "engines" : {
45
+ "node" : " >=8"
46
+ }
44
47
}
Original file line number Diff line number Diff line change 30
30
"build:packages" : " lerna run --scope 'react-async*' build" ,
31
31
"build:examples" : " lerna run --scope '*-example' build" ,
32
32
"build:storybook" : " build-storybook -o docs" ,
33
- "deploy:examples" : " now" ,
33
+ "deploy:examples" : " now --prod --scope async-library --token $NOW_API_TOKEN " ,
34
34
"bump" : " lerna version -m 'Bump' --no-git-tag-version --no-push" ,
35
35
"postbump" : " yarn build:packages"
36
36
},
You can’t perform that action at this time.
0 commit comments