Skip to content

Commit

Permalink
fix: 🐛 prevent view reset on ESC
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Pryka committed Oct 28, 2020
1 parent fe54ae1 commit de51ca7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@keen.io/pubsub": "^1.1.0",
"@keen.io/react-hooks": "^1.0.1",
"@keen.io/toast-notifications": "^1.1.2",
"@keen.io/ui-core": "^2.5.9",
"@keen.io/ui-core": "^2.5.10",
"@keen.io/widget-picker": "^1.2.15",
"camelcase-keys": "^6.2.2",
"core-js": "^3.6.5",
Expand Down
19 changes: 19 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,25 @@
styled-components "5.1.0"
styled-system "5.1.5"

"@keen.io/ui-core@^2.5.10":
version "2.5.10"
resolved "https://registry.yarnpkg.com/@keen.io/ui-core/-/ui-core-2.5.10.tgz#56f1ebe7482ffd91cbac2061381360b722457ad5"
integrity sha512-UGtPhYT3QJrWwPoZxYWLYE5lmJI7uxOIgOyrsI82uCB7DsbN9yK5R45tz0OsQK9DgLxwuVGixR5j/sdNqyDMbw==
dependencies:
"@keen.io/colors" "^1.1.0"
"@keen.io/icons" "^1.2.1"
color "^3.1.2"
framer-motion "^1.11.1"
fuse.js "^6.4.1"
polished "^3.4.4"
react "^16.12.0"
react-column-resizer "^1.1.9"
react-dom "^16.12.0"
react-select "^3.1.0"
styled-components "5.1.0"
styled-system "5.1.5"
webfontloader "^1.6.28"

"@keen.io/ui-core@^2.5.7":
version "2.5.7"
resolved "https://registry.yarnpkg.com/@keen.io/ui-core/-/ui-core-2.5.7.tgz#26780e51a65b1060ef12a74d5848d1697c4db9b9"
Expand Down

0 comments on commit de51ca7

Please sign in to comment.