Skip to content

Commit

Permalink
Update object-utils module to a side-effect-free version
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Aug 9, 2020
1 parent 0a7faed commit d9188f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@ultraq/redux-utils",
"version": "0.4.1",
"version": "0.4.2",
"description": "A collection of wrappers/utilities for common functions when working with redux",
"author": "Emanuel Rabina <emanuelrabina@gmail.com> (http://www.ultraq.net.nz/)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"@ultraq/dom-utils": "^0.4.0",
"@ultraq/object-utils": "^2.0.1"
"@ultraq/object-utils": "^2.1.0"
},
"peerDependencies": {
"redux": "4"
Expand Down

0 comments on commit d9188f6

Please sign in to comment.