Skip to content

Commit

Permalink
fix: Upstream fix for zone based lost focus check
Browse files Browse the repository at this point in the history
fixes #224
  • Loading branch information
Zoramite committed Aug 12, 2021
1 parent c2c5c76 commit a328f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@blinkk/selective-edit": "^3.0.0",
"@blinkk/selective-edit": "^3.0.1",
"@toast-ui/editor": "^3.0.2",
"bent": "^7.3.12",
"codemirror": "^5.62.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@
"@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"

"@blinkk/selective-edit@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@blinkk/selective-edit/-/selective-edit-3.0.0.tgz#5f01f16ff8a2bf04e051570717e873e99168ac66"
integrity sha512-0j/h9HKffss0Yy36SK4ESM3mRWUtyUIriJM/vrfBMBXLpVJo3Qvr8q8rqDudPvRAxM9Dwj3JcWVoFb7KvFjPcA==
"@blinkk/selective-edit@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@blinkk/selective-edit/-/selective-edit-3.0.1.tgz#fe54b76144f6abfde508d33276e5468c0580c9c9"
integrity sha512-WbW/r3v53iTdAoPBxRuIMNh3P4nvyamSQLDVswoFwhFZY/U2TONF11VwvHr3QL9DcsGe51N5Qph0nXkvAwWitA==
dependencies:
json-stable-stringify "^1.0.1"
lit-html "^1.4.1"
Expand Down Expand Up @@ -1445,9 +1445,9 @@ camelcase@^6.2.0:
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==

caniuse-lite@^1.0.30001248:
version "1.0.30001249"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz#90a330057f8ff75bfe97a94d047d5e14fabb2ee8"
integrity sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==
version "1.0.30001251"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz#6853a606ec50893115db660f82c094d18f096d85"
integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit a328f15

Please sign in to comment.