Skip to content

Commit

Permalink
Updates reagraph, fixing keyboard input issue
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-morrison44 committed Jun 22, 2022
1 parent f2e389c commit 1a7308b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-recoil-flow",
"version": "1.2.0",
"version": "1.2.1",
"description": "Shows a graph of the current recoil state",
"main": "dist/preset.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@emotion/react": "^11.9.0",
"just-compare": "^2.1.0",
"mix-css-color": "^0.2.0",
"reagraph": "^1.0.2"
"reagraph": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.17.8",
Expand Down

0 comments on commit 1a7308b

Please sign in to comment.