Skip to content

Commit

Permalink
Merge pull request #255 from maxisam/chore/angular-10-update
Browse files Browse the repository at this point in the history
Chore/angular 10 update
  • Loading branch information
maxisam authored Oct 19, 2020
2 parents 4340870 + 1db4204 commit 689e831
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@clr/icons": "^2.3.7",
"@clr/ui": "^2.3.7",
"core-js": "^2.5.4",
"ngx-clipboard": "^14.0.0-beta01",
"ngx-window-token": "4.0.0-beta01",
"ngx-clipboard": "^14.0.0",
"ngx-window-token": "4.0.0",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-clipboard",
"description": "angular 2 clipboard",
"version": "14.0.0-beta01",
"version": "14.0.1",
"author": {
"name": "Sam Lin",
"email": "maxisam@gmail.com"
Expand All @@ -22,7 +22,7 @@
"copy"
],
"dependencies": {
"ngx-window-token": ">=4.0.0||4.0.0-beta01",
"ngx-window-token": ">=4.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7224,7 +7224,14 @@ ngx-clipboard@^14.0.0-beta01:
ngx-window-token ">=4.0.0||4.0.0-beta01"
tslib "^2.0.0"

ngx-window-token@4.0.0-beta01, ngx-window-token@>=4.0.0||4.0.0-beta01:
ngx-window-token@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-4.0.0.tgz#8d8553d193f0515eb28f04ccf2c598fbe6abaa34"
integrity sha512-z6tS3UQoKULdABWHpE57l1xtoxFFzlwLe1n+nu9+xzCZUdSvkGqhb5dSje4NOVhA6mMOqzR4SctSBZARwqPPuQ==
dependencies:
tslib "^2.0.0"

ngx-window-token@>=4.0.0||4.0.0-beta01:
version "4.0.0-beta01"
resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-4.0.0-beta01.tgz#efa6835d93d35b6ec9d8447c92465eb62c731510"
integrity sha512-B7Yg2y8xKGGPUPddRxl/mhEHyihzHsYaOsjHkKZRsiaaO+CUV7E/mckjUXTc5JLHm92A/lZV1lfqSUm4a2Wmkw==
Expand Down

0 comments on commit 689e831

Please sign in to comment.