Skip to content

Commit

Permalink
version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marianban committed May 16, 2020
1 parent 1ea2a3c commit d19e1c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
17 changes: 11 additions & 6 deletions examples/todomvc/package-lock.json

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

3 changes: 2 additions & 1 deletion examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"immer": "^6.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"todomvc-app-css": "^2.3.0",
"use-global-immer": "0.0.5",
"use-global-immer": "0.0.6",
"use-immer": "^0.4.0",
"uuid": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-global-immer",
"version": "0.0.5",
"version": "0.0.6",
"description": "Global immer store",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down

0 comments on commit d19e1c6

Please sign in to comment.