Skip to content

Commit

Permalink
Update dependency redux-saga to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 982d714 commit a988156
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-router-dom": "6.4.3",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"reselect": "4.1.6",
"re-reselect": "4.0.1",
"skeleton-css": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-router-dom": "6.4.3",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"reselect": "4.1.6",
"re-reselect": "4.0.1",
"skeleton-css": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-router-dom": "6.4.3",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"reselect": "4.1.6",
"re-reselect": "4.0.1",
"skeleton-css": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-router-dom": "6.4.3",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"reselect": "4.1.6",
"re-reselect": "4.0.1",
"skeleton-css": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-router-dom": "6.4.3",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"reselect": "4.1.6",
"re-reselect": "4.0.1",
"skeleton-css": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"reselect": "4.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"redux": "4.2.1",
"redux-saga": "1.2.3"
"redux-saga": "1.3.0"
},
"devDependencies": {
"@misk/dev": "0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router": "6.4.3",
"redux-saga": "1.2.3",
"redux-saga": "1.3.0",
"reselect": "4.1.6",
"status-code-enum": "1.0.0"
},
Expand Down

0 comments on commit a988156

Please sign in to comment.