Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed Mar 24, 2020
1 parent 2a9d116 commit d282e89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/redux-toolbelt-immutable-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-toolbelt-immutable-helpers",
"version": "3.0.0",
"version": "3.0.1",
"description": "Immutable helpers for redux-toolbelt",
"main": "lib/index.js",
"module": "esm/index.js",
Expand All @@ -16,7 +16,7 @@
"homepage": "https://github.com/welldone-software/redux-toolbelt#readme",
"dependencies": {
"empty": "^0.10.1",
"lodash-es": "^4.17.15",
"lodash": "^4.17.15"
"lodash": "^4.17.15",
"lodash-es": "^4.17.15"
}
}
6 changes: 3 additions & 3 deletions packages/redux-toolbelt-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-toolbelt-observable",
"version": "3.0.0",
"version": "3.0.1",
"description": "Epic helpers for redux-toolbelt",
"main": "lib/index.js",
"module": "esm/index.js",
Expand All @@ -20,7 +20,7 @@
"rxjs": "*"
},
"dependencies": {
"lodash-es": "^4.17.15",
"lodash": "^4.17.15"
"lodash": "^4.17.15",
"lodash-es": "^4.17.15"
}
}
6 changes: 3 additions & 3 deletions packages/redux-toolbelt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-toolbelt",
"version": "3.0.0",
"version": "3.0.1",
"description": "Async Actions helpers for redux-toolbelt",
"main": "lib/index.js",
"module": "esm/index.js",
Expand All @@ -16,8 +16,8 @@
},
"homepage": "https://github.com/welldone-software/redux-toolbelt#readme",
"dependencies": {
"lodash-es": "^4.17.15",
"lodash": "^4.17.15"
"lodash": "^4.17.15",
"lodash-es": "^4.17.15"
},
"peerDependencies": {
"redux": "*"
Expand Down

0 comments on commit d282e89

Please sign in to comment.