Skip to content

Commit

Permalink
fix: fix typo on css visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Feb 13, 2018
1 parent 28db922 commit 45bcd3c
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion src/dnd-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ html, body {
}
.bcx-dnd-preview .bcx-dnd-preview-hide {
visible: hidden !important;
visibility: hidden !important;
}
.bcx-dnd-hide {
Expand Down
108 changes: 54 additions & 54 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -991,9 +991,9 @@ browserify-zlib@~0.2.0:
dependencies:
pako "~1.0.5"

browserify@^15.2.0:
version "15.2.0"
resolved "https://registry.yarnpkg.com/browserify/-/browserify-15.2.0.tgz#1e121ba1fa72cf9fd2d8df002f8674b68b45df89"
browserify@^16.1.0:
version "16.1.0"
resolved "https://registry.yarnpkg.com/browserify/-/browserify-16.1.0.tgz#00b86844f89482bbd0d5d1b584b324762ef3f698"
dependencies:
JSONStream "^1.0.3"
assert "^1.4.0"
Expand All @@ -1002,15 +1002,15 @@ browserify@^15.2.0:
browserify-zlib "~0.2.0"
buffer "^5.0.2"
cached-path-relative "^1.0.0"
concat-stream "~1.5.1"
concat-stream "^1.6.0"
console-browserify "^1.1.0"
constants-browserify "~1.0.0"
crypto-browserify "^3.0.0"
defined "^1.0.0"
deps-sort "^2.0.0"
domain-browser "~1.1.0"
domain-browser "^1.2.0"
duplexer2 "~0.1.2"
events "~1.1.0"
events "^2.0.0"
glob "^7.1.0"
has "^1.0.0"
htmlescape "^1.1.0"
Expand All @@ -1019,7 +1019,7 @@ browserify@^15.2.0:
insert-module-globals "^7.0.0"
labeled-stream-splicer "^2.0.0"
mkdirp "^0.5.0"
module-deps "^5.0.1"
module-deps "^6.0.0"
os-browserify "~0.3.0"
parents "^1.0.1"
path-browserify "~0.0.0"
Expand All @@ -1038,7 +1038,7 @@ browserify@^15.2.0:
syntax-error "^1.1.1"
through2 "^2.0.0"
timers-browserify "^1.0.1"
tty-browserify "~0.0.0"
tty-browserify "0.0.1"
url "~0.11.0"
util "~0.10.1"
vm-browserify "~0.0.1"
Expand Down Expand Up @@ -1241,34 +1241,34 @@ constants-browserify@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"

conventional-changelog-angular@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.6.0.tgz#0a26a071f2c9fcfcf2b86ba0cfbf6e6301b75bfa"
conventional-changelog-angular@^1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.6.2.tgz#0a811313de46326e5e4e11dac281d61cfe1f00c4"
dependencies:
compare-func "^1.3.1"
q "^1.4.1"

conventional-changelog-core@^1.9.5:
version "1.9.5"
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-1.9.5.tgz#5db7566dad7c0cb75daf47fbb2976f7bf9928c1d"
conventional-changelog-core@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-2.0.1.tgz#7573de89bde46e0ccf395b4b85a0869aa5388e8d"
dependencies:
conventional-changelog-writer "^2.0.3"
conventional-commits-parser "^2.1.0"
conventional-changelog-writer "^3.0.0"
conventional-commits-parser "^2.1.1"
dateformat "^1.0.12"
get-pkg-repo "^1.0.0"
git-raw-commits "^1.3.0"
git-remote-origin-url "^2.0.0"
git-semver-tags "^1.2.3"
git-semver-tags "^1.3.0"
lodash "^4.0.0"
normalize-package-data "^2.3.5"
q "^1.4.1"
read-pkg "^1.1.0"
read-pkg-up "^1.0.1"
through2 "^2.0.0"

conventional-changelog-writer@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-2.0.3.tgz#073b0c39f1cc8fc0fd9b1566e93833f51489c81c"
conventional-changelog-writer@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-3.0.0.tgz#e106154ed94341e387d717b61be2181ff53254cc"
dependencies:
compare-func "^1.3.1"
conventional-commits-filter "^1.1.1"
Expand All @@ -1288,9 +1288,9 @@ conventional-commits-filter@^1.1.1:
is-subset "^0.1.1"
modify-values "^1.0.0"

conventional-commits-parser@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-2.1.0.tgz#9b4b7c91124bf2a1a9a2cc1c72760d382cbbb229"
conventional-commits-parser@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-2.1.1.tgz#1525a01bdad3349297b4210396e283d8a8ffd044"
dependencies:
JSONStream "^1.0.4"
is-text-path "^1.0.0"
Expand Down Expand Up @@ -1518,9 +1518,9 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"

domain-browser@~1.1.0:
version "1.1.7"
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
domain-browser@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"

dot-prop@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -1666,9 +1666,9 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@^4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.16.0.tgz#934ada9e98715e1d7bbfd6f6f0519ed2fab35cc1"
eslint@^4.17.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf"
dependencies:
ajv "^5.3.0"
babel-code-frame "^6.22.0"
Expand Down Expand Up @@ -1744,9 +1744,9 @@ esutils@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"

events@~1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
events@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/events/-/events-2.0.0.tgz#cbbb56bf3ab1ac18d71c43bb32c86255062769f2"

evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
version "1.0.3"
Expand Down Expand Up @@ -1925,9 +1925,9 @@ git-remote-origin-url@^2.0.0:
gitconfiglocal "^1.0.0"
pify "^2.3.0"

git-semver-tags@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.2.3.tgz#188b453882bf9d7a23afd31baba537dab7388d5d"
git-semver-tags@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.3.0.tgz#b154833a6ab5c360c0ad3b1aa9b8f12ea06de919"
dependencies:
meow "^3.3.0"
semver "^5.0.1"
Expand Down Expand Up @@ -2601,9 +2601,9 @@ modify-values@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2"

module-deps@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/module-deps/-/module-deps-5.0.1.tgz#3bc47c14b0a6d925aff2ec4a177b456a96ae0396"
module-deps@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/module-deps/-/module-deps-6.0.0.tgz#4417b49a4f4d7af79b104186e5389ea99b1dc837"
dependencies:
JSONStream "^1.0.3"
browser-resolve "^1.7.0"
Expand All @@ -2615,7 +2615,7 @@ module-deps@^5.0.1:
inherits "^2.0.1"
parents "^1.0.0"
readable-stream "^2.0.2"
resolve "^1.1.3"
resolve "^1.4.0"
stream-combiner2 "^1.1.1"
subarg "^1.0.0"
through2 "^2.0.0"
Expand Down Expand Up @@ -3103,7 +3103,7 @@ resolve@1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"

resolve@^1.1.3, resolve@^1.1.4, resolve@^1.1.6:
resolve@^1.1.4, resolve@^1.1.6, resolve@^1.4.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
dependencies:
Expand Down Expand Up @@ -3174,9 +3174,9 @@ rollup-pluginutils@^1.5.0:
estree-walker "^0.2.1"
minimatch "^3.0.2"

rollup@^0.55.0:
version "0.55.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.0.tgz#e547149333bdd91457a9e8101cf86783e21c576e"
rollup@^0.55.5:
version "0.55.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.5.tgz#2f88c300f7cf24b5ec2dca8a6aba73b04e087e93"

run-async@^2.2.0:
version "2.3.0"
Expand Down Expand Up @@ -3353,14 +3353,14 @@ sshpk@^1.7.0:
jsbn "~0.1.0"
tweetnacl "~0.14.0"

standard-changelog@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/standard-changelog/-/standard-changelog-1.0.7.tgz#5865ea467dc3cc7f53d49d16b4b4b456167b6ed2"
standard-changelog@^1.0.9:
version "1.0.9"
resolved "https://registry.yarnpkg.com/standard-changelog/-/standard-changelog-1.0.9.tgz#a343baa95f77078592352230f994d32dd45bf8cc"
dependencies:
add-stream "^1.0.0"
chalk "^1.1.3"
conventional-changelog-angular "^1.6.0"
conventional-changelog-core "^1.9.5"
conventional-changelog-angular "^1.6.2"
conventional-changelog-core "^2.0.1"
figures "^1.5.0"
fs-access "^1.0.0"
lodash "^4.1.0"
Expand Down Expand Up @@ -3528,9 +3528,9 @@ tap-parser@~0.2.0:
dependencies:
split "~0.1.2"

tape-run@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/tape-run/-/tape-run-3.0.2.tgz#fbad4b77b72bab77c36e5f1c3610bfa17402c46d"
tape-run@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/tape-run/-/tape-run-3.0.4.tgz#7f68be0c494ccc8736a9c98636badb204e6590d1"
dependencies:
"@juliangruber/tap-finished" "0.0.2"
browser-run "^4.1.1"
Expand Down Expand Up @@ -3683,9 +3683,9 @@ trumpet@^1.7.1:
readable-stream "^1.0.27-1"
through2 "^1.0.0"

tty-browserify@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
tty-browserify@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811"

tunnel-agent@^0.6.0:
version "0.6.0"
Expand Down

0 comments on commit 45bcd3c

Please sign in to comment.