@blackbaud/skyux-lib-clipboard
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,5 @@ | ||
# 1.1.0 (2019-05-10) | ||
- Updated peer dependencies to support Angular versions greater than `4.3.6`. [#13](https://github.com/blackbaud/skyux-lib-clipboard/pull/13) | ||
# 1.0.0 (2019-03-04) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@blackbaud/skyux-lib-clipboard", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Single-page-application for skyux-lib-clipboard", | ||
@@ -8,6 +8,5 @@ "main": "bundles/bundle.umd.js", | ||
"scripts": { | ||
"skyux": "skyux", | ||
"test": "skyux test --coverage library && skyux build && npm run build", | ||
"test": "skyux test --coverage library", | ||
"build": "skyux build-public-library", | ||
"start": "skyux serve" | ||
"start": "skyux serve --hmr" | ||
}, | ||
@@ -18,4 +17,4 @@ "keywords": [], | ||
"peerDependencies": { | ||
"@angular/common": "^4.3.6", | ||
"@angular/core": "^4.3.6", | ||
"@angular/common": ">=4.3.6", | ||
"@angular/core": ">=4.3.6", | ||
"@skyux/core": "^3.3.0", | ||
@@ -25,8 +24,8 @@ "@skyux/i18n": "^3.5.0" | ||
"dependencies": { | ||
"clipboard-polyfill": "2.7.0" | ||
"clipboard-polyfill": "2.8.0" | ||
}, | ||
"devDependencies": { | ||
"@blackbaud/skyux": "2.41.0", | ||
"@blackbaud/skyux-builder": "1.31.1", | ||
"@skyux-sdk/builder-plugin-skyux": "1.0.0-rc.6" | ||
"@blackbaud/skyux": "2.49.2", | ||
"@blackbaud/skyux-builder": "1.35.0", | ||
"@skyux-sdk/builder-plugin-skyux": "1.0.0" | ||
}, | ||
@@ -33,0 +32,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30208
+ Added@angular/common@19.0.0(transitive)
+ Added@angular/core@19.0.0(transitive)
+ Addedclipboard-polyfill@2.8.0(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedzone.js@0.15.0(transitive)
- Removed@angular/common@4.4.7(transitive)
- Removed@angular/core@4.4.7(transitive)
- Removedclipboard-polyfill@2.7.0(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)
- Removedtslib@1.14.1(transitive)
- Removedzone.js@0.8.29(transitive)
Updatedclipboard-polyfill@2.8.0