Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(ngx-clipboard): ngx-clipboard version updated (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
zolotyx authored Dec 7, 2017
1 parent 4f6ff56 commit c75827c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ng-dynamic-component": "^2.0.3",
"ng2-dragula": "1.5.0",
"ngrx-store-freeze": "^0.2.0",
"ngx-clipboard": "github:M-Adoo/ngx-clipboard#eaa06663f2437c563aa271a370dda1f5eb46df6a",
"ngx-clipboard": "^8.1.3",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.5.2",
"uuid": "^3.1.0",
Expand Down
43 changes: 36 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3949,15 +3949,15 @@ ngrx-store-freeze@^0.2.0:
dependencies:
deep-freeze-strict "^1.1.1"

"ngx-clipboard@github:M-Adoo/ngx-clipboard#eaa06663f2437c563aa271a370dda1f5eb46df6a":
version "0.0.0"
resolved "https://codeload.github.com/M-Adoo/ngx-clipboard/tar.gz/eaa06663f2437c563aa271a370dda1f5eb46df6a"
ngx-clipboard@^8.1.3:
version "8.1.3"
resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-8.1.3.tgz#2bd2d5dda17d395a11a91c00dc02151b88fcc77a"
dependencies:
ngx-window-token "0.0.3"
ngx-window-token "0.0.4"

ngx-window-token@0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-0.0.3.tgz#43c67f04d387b6dc9fd41b2d2366779e5915b979"
ngx-window-token@0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-0.0.4.tgz#47e7aaa465411c4ab5f7ba17601bc593c956c736"

no-case@^2.2.0:
version "2.3.2"
Expand Down Expand Up @@ -5357,6 +5357,12 @@ shebang-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"

showdown@^1.8.1:
version "1.8.3"
resolved "https://registry.yarnpkg.com/showdown/-/showdown-1.8.3.tgz#644dd3c8f9432c7744c49b45e9a198a01719435e"
dependencies:
yargs "^10.0.3"

signal-exit@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
Expand Down Expand Up @@ -6482,6 +6488,29 @@ yargs-parser@^7.0.0:
dependencies:
camelcase "^4.1.0"

yargs-parser@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.0.0.tgz#21d476330e5a82279a4b881345bf066102e219c6"
dependencies:
camelcase "^4.1.0"

yargs@^10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae"
dependencies:
cliui "^3.2.0"
decamelize "^1.1.1"
find-up "^2.1.0"
get-caller-file "^1.0.1"
os-locale "^2.0.0"
require-directory "^2.1.1"
require-main-filename "^1.0.1"
set-blocking "^2.0.0"
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^8.0.0"

yargs@^6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208"
Expand Down

0 comments on commit c75827c

Please sign in to comment.