File tree 15 files changed +36
-36
lines changed
15 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " basic-fetch-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/basic-fetch" ,
6
6
"scripts" : {
15
15
},
16
16
"dependencies" : {
17
17
"react" : " 16.11.0" ,
18
- "react-async" : " ^10.0.0-alpha.0 " ,
19
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
18
+ "react-async" : " ^10.0.0" ,
19
+ "react-async-devtools" : " ^10.0.0" ,
20
20
"react-dom" : " 16.11.0" ,
21
21
"react-scripts" : " 3.2.0"
22
22
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " basic-hook-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/basic-hook" ,
6
6
"scripts" : {
15
15
},
16
16
"dependencies" : {
17
17
"react" : " 16.11.0" ,
18
- "react-async" : " ^10.0.0-alpha.0 " ,
19
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
18
+ "react-async" : " ^10.0.0" ,
19
+ "react-async-devtools" : " ^10.0.0" ,
20
20
"react-dom" : " 16.11.0" ,
21
21
"react-scripts" : " 3.2.0"
22
22
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " custom-instance-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/custom-instance" ,
6
6
"scripts" : {
15
15
},
16
16
"dependencies" : {
17
17
"react" : " 16.11.0" ,
18
- "react-async" : " ^10.0.0-alpha.0 " ,
19
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
18
+ "react-async" : " ^10.0.0" ,
19
+ "react-async-devtools" : " ^10.0.0" ,
20
20
"react-dom" : " 16.11.0" ,
21
21
"react-scripts" : " 3.2.0"
22
22
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " movie-app-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/movie-app" ,
6
6
"scripts" : {
15
15
},
16
16
"dependencies" : {
17
17
"react" : " 16.11.0" ,
18
- "react-async" : " ^10.0.0-alpha.0 " ,
19
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
18
+ "react-async" : " ^10.0.0" ,
19
+ "react-async-devtools" : " ^10.0.0" ,
20
20
"react-dom" : " 16.11.0" ,
21
21
"react-scripts" : " 3.2.0"
22
22
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-abortcontroller-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-abortcontroller" ,
6
6
"scripts" : {
15
15
},
16
16
"dependencies" : {
17
17
"react" : " 16.11.0" ,
18
- "react-async" : " ^10.0.0-alpha.0 " ,
19
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
18
+ "react-async" : " ^10.0.0" ,
19
+ "react-async-devtools" : " ^10.0.0" ,
20
20
"react-dom" : " 16.11.0" ,
21
21
"react-scripts" : " 3.2.0"
22
22
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-graphql-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-graphql" ,
6
6
"scripts" : {
16
16
"dependencies" : {
17
17
"graphql-request" : " 1.8.2" ,
18
18
"react" : " 16.11.0" ,
19
- "react-async" : " ^10.0.0-alpha.0 " ,
20
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
19
+ "react-async" : " ^10.0.0" ,
20
+ "react-async-devtools" : " ^10.0.0" ,
21
21
"react-dom" : " 16.11.0" ,
22
22
"react-scripts" : " 3.2.0"
23
23
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-nextjs-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
18
18
"isomorphic-fetch" : " 2.2.1" ,
19
19
"next" : " 9.1.3" ,
20
20
"react" : " 16.11.0" ,
21
- "react-async" : " ^10.0.0-alpha.0 " ,
22
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
21
+ "react-async" : " ^10.0.0" ,
22
+ "react-async-devtools" : " ^10.0.0" ,
23
23
"react-dom" : " 16.11.0"
24
24
},
25
25
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-react-native-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"main" : " node_modules/expo/AppEntry.js" ,
6
6
"scripts" : {
17
17
"dependencies" : {
18
18
"expo" : " 35.0.1" ,
19
19
"react" : " 16.11.0" ,
20
- "react-async" : " ^10.0.0-alpha.0 " ,
20
+ "react-async" : " ^10.0.0" ,
21
21
"react-dom" : " 16.11.0" ,
22
22
"react-native" : " https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz" ,
23
23
"react-native-web" : " 0.11.7"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-react-router-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
12
12
},
13
13
"dependencies" : {
14
14
"react" : " 16.11.0" ,
15
- "react-async" : " ^10.0.0-alpha.0 " ,
16
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
15
+ "react-async" : " ^10.0.0" ,
16
+ "react-async-devtools" : " ^10.0.0" ,
17
17
"react-dom" : " 16.11.0" ,
18
18
"react-router-dom" : " 5.1.2"
19
19
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-suspense-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-suspense" ,
6
6
"scripts" : {
15
15
},
16
16
"dependencies" : {
17
17
"react" : " 16.11.0" ,
18
- "react-async" : " ^10.0.0-alpha.0 " ,
19
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
18
+ "react-async" : " ^10.0.0" ,
19
+ "react-async-devtools" : " ^10.0.0" ,
20
20
"react-dom" : " 16.11.0" ,
21
21
"react-scripts" : " 3.2.0"
22
22
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-typescript-example" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-typescript" ,
6
6
"scripts" : {
18
18
"@types/react" : " 16.9.11" ,
19
19
"@types/react-dom" : " 16.9.4" ,
20
20
"react" : " 16.11.0" ,
21
- "react-async" : " ^10.0.0-alpha.0 " ,
22
- "react-async-devtools" : " ^10.0.0-alpha.0 " ,
21
+ "react-async" : " ^10.0.0" ,
22
+ "react-async-devtools" : " ^10.0.0" ,
23
23
"react-dom" : " 16.11.0" ,
24
24
"react-scripts" : " 3.2.0" ,
25
25
"typescript" : " 3.7.2"
Original file line number Diff line number Diff line change 10
10
]
11
11
},
12
12
"useWorkspaces" : true ,
13
- "version" : " 10.0.0-alpha.0 "
13
+ "version" : " 10.0.0"
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-async-devtools" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"description" : " DevTools for React Async" ,
5
5
"keywords" : [
6
6
" react" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-async" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0" ,
4
4
"description" : " React component for declarative promise resolution and data fetching" ,
5
5
"keywords" : [
6
6
" react" ,
You can’t perform that action at this time.
0 commit comments