This repository was archived by the owner on Jan 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +41
-41
lines changed
redux-loop/redux-loop-example
redux-observable/cancellable-counter
slorber-scalable-frontend
redux-subspace-observable Expand file tree Collapse file tree 17 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " counter" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1"
1010 "react" : " 16.14.0" ,
1111 "react-dom" : " 16.14.0" ,
1212 "redux" : " 4.0.5" ,
13- "redux-subspace" : " ^6.2.0 "
13+ "redux-subspace" : " ^6.2.1 "
1414 },
1515 "scripts" : {
1616 "start" : " SKIP_PREFLIGHT_CHECK=true react-scripts start"
Original file line number Diff line number Diff line change 11{
22 "name" : " real-world" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1" ,
1919 "react" : " 16.14.0" ,
2020 "react-dom" : " 16.14.0" ,
2121 "react-redux" : " 7.2.2" ,
22- "react-redux-subspace" : " ^6.2.0 " ,
22+ "react-redux-subspace" : " ^6.2.1 " ,
2323 "react-router" : " 5.2.0" ,
2424 "react-router-dom" : " 5.2.0" ,
2525 "redux" : " 4.0.5" ,
26- "redux-subspace" : " ^6.2.0 " ,
27- "redux-subspace-wormhole" : " ^6.2.0 " ,
26+ "redux-subspace" : " ^6.2.1 " ,
27+ "redux-subspace-wormhole" : " ^6.2.1 " ,
2828 "redux-thunk" : " 2.3.0"
2929 },
3030 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-loop-example" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1" ,
1111 "react" : " 16.14.0" ,
1212 "react-dom" : " 16.14.0" ,
1313 "react-redux" : " 7.2.2" ,
14- "react-redux-subspace" : " ^6.2.0 " ,
14+ "react-redux-subspace" : " ^6.2.1 " ,
1515 "redux" : " 4.0.5" ,
1616 "redux-act" : " 1.8.0" ,
1717 "redux-loop" : " 5.1.1" ,
18- "redux-subspace-loop" : " ^6.2.0 "
18+ "redux-subspace-loop" : " ^6.2.1 "
1919 },
2020 "scripts" : {
2121 "start" : " SKIP_PREFLIGHT_CHECK=true react-scripts start"
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-observable-cancellable-counter" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1"
1010 "react" : " 16.14.0" ,
1111 "react-dom" : " 16.14.0" ,
1212 "react-redux" : " 7.2.2" ,
13- "react-redux-subspace" : " ^6.2.0 " ,
13+ "react-redux-subspace" : " ^6.2.1 " ,
1414 "redux" : " 4.0.5" ,
1515 "redux-observable" : " 1.2.0" ,
16- "redux-subspace" : " ^6.2.0 " ,
17- "redux-subspace-observable" : " ^6.2.0 " ,
16+ "redux-subspace" : " ^6.2.1 " ,
17+ "redux-subspace-observable" : " ^6.2.1 " ,
1818 "rxjs" : " 6.6.3"
1919 },
2020 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-saga-cancellable-counter" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1"
1010 "react" : " 16.14.0" ,
1111 "react-dom" : " 16.14.0" ,
1212 "react-redux" : " 7.2.2" ,
13- "react-redux-subspace" : " ^6.2.0 " ,
13+ "react-redux-subspace" : " ^6.2.1 " ,
1414 "redux" : " 4.0.5" ,
1515 "redux-saga" : " 1.1.3" ,
16- "redux-subspace" : " ^6.2.0 " ,
17- "redux-subspace-saga" : " ^6.2.0 "
16+ "redux-subspace" : " ^6.2.1 " ,
17+ "redux-subspace-saga" : " ^6.2.1 "
1818 },
1919 "scripts" : {
2020 "start" : " SKIP_PREFLIGHT_CHECK=true react-scripts start"
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-saga-counter" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1"
1111 "react-dom" : " 16.14.0" ,
1212 "redux" : " 4.0.5" ,
1313 "redux-saga" : " 1.1.3" ,
14- "redux-subspace" : " ^6.2.0 " ,
15- "redux-subspace-saga" : " ^6.2.0 "
14+ "redux-subspace" : " ^6.2.1 " ,
15+ "redux-subspace-saga" : " ^6.2.1 "
1616 },
1717 "scripts" : {
1818 "start" : " SKIP_PREFLIGHT_CHECK=true react-scripts start"
Original file line number Diff line number Diff line change 11{
22 "name" : " slorber-scalable-frontend" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1"
99 "react" : " 16.14.0" ,
1010 "react-dom" : " 16.14.0" ,
1111 "react-redux" : " 7.2.2" ,
12- "react-redux-subspace" : " ^6.2.0 " ,
12+ "react-redux-subspace" : " ^6.2.1 " ,
1313 "redux" : " 4.0.5" ,
1414 "redux-devtools-extension" : " 2.13.8" ,
15- "redux-subspace" : " ^6.2.0 " ,
16- "redux-subspace-wormhole" : " ^6.2.0 " ,
15+ "redux-subspace" : " ^6.2.1 " ,
16+ "redux-subspace-wormhole" : " ^6.2.1 " ,
1717 "redux-thunk" : " 2.3.0"
1818 },
1919 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " todos" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.2.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "react-scripts" : " 4.0.1"
1010 "react" : " 16.14.0" ,
1111 "react-dom" : " 16.14.0" ,
1212 "react-redux" : " 7.2.2" ,
13- "react-redux-subspace" : " ^6.2.0 " ,
13+ "react-redux-subspace" : " ^6.2.1 " ,
1414 "redux" : " 4.0.5" ,
15- "redux-subspace" : " ^6.2.0 "
15+ "redux-subspace" : " ^6.2.1 "
1616 },
1717 "scripts" : {
1818 "start" : " SKIP_PREFLIGHT_CHECK=true react-scripts start"
Original file line number Diff line number Diff line change 44 " examples/**/*" ,
55 " packages/*"
66 ],
7- "version" : " 6.2.0 "
7+ "version" : " 6.2.1 "
88}
You can’t perform that action at this time.
0 commit comments