Skip to content

Commit

Permalink
feat: raise peerDependencies to angular v17
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Nov 9, 2023
1 parent dc083dc commit e4f479e
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 26 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ Angular table CDK implementation for Bootstrap with filtering, sorting and pagin
[![npm version](https://badge.fury.io/js/dfx-qrcode.svg)](https://npmjs.org/package/dfx-qrcode)
[![NPM](https://img.shields.io/npm/dw/dfx-qrcode?logo=npm)](https://npmjs.org/package/dfx-qrcode)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-qrcode?cacheSeconds=86400)](https://npmjs.org/package/dfx-qrcode)

### dfx-bootstrap-icons

Straightforward, state-of-the-art Angular icon library.

Build upon the excellence of Bootstrap Icons providing you with over 2,000 icons in a bundle-size friendly way.

[![npm version](https://badge.fury.io/js/dfx-bootstrap-icons.svg)](https://npmjs.org/package/dfx-bootstrap-icons)
[![NPM](https://img.shields.io/npm/dw/dfx-bootstrap-icons?logo=npm)](https://npmjs.org/package/dfx-bootstrap-icons)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-bootstrap-icons?cacheSeconds=86400)](https://npmjs.org/package/dfx-bootstrap-icons)
6 changes: 2 additions & 4 deletions libs/dfx-bootstrap-icons/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# dfx-bootstrap-icons

This library was generated with [Nx](https://nx.dev).
Straightforward, state-of-the-art Angular icon library.

## Running unit tests

Run `nx test dfx-bootstrap-icons` to execute the unit tests.
Build upon the excellence of Bootstrap Icons providing you with over 2,000 icons in a bundle-size friendly way.
27 changes: 24 additions & 3 deletions libs/dfx-bootstrap-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,32 @@
"name": "dfx-bootstrap-icons",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
"@angular/common": "17",
"@angular/core": "17"
},
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2"
},
"description": "Straightforward, state-of-the-art Angular icon library. Build upon the excellence of Bootstrap Icons providing you with over 2,000 icons in a bundle-size friendly way.",
"private": false,
"author": {
"name": "Dafnik",
"email": "[email protected]",
"url": "https://dafnik.me"
},
"funding": {
"type": "liberapay",
"url": "https://liberapay.com/Dafnik"
},
"bugs": {
"url": "https://github.com/Dafnik/dfts-common/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:Dafnik/dfts-common.git",
"directory": "libs/dfx-boostrap-icons"
},
"license": "MIT",
"homepage": "https://playground.dafnik.me/bootstrap-icons/",
"sideEffects": false
}
12 changes: 6 additions & 6 deletions libs/dfx-bootstrap-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.",
"private": false,
"license": "MIT",
"homepage": "https://datepoll.org",
"homepage": "https://playground.dafnik.me/bootstrap-table/all",
"keywords": [
"table",
"angular",
Expand Down Expand Up @@ -43,11 +43,11 @@
"directory": "libs/dfx-boostrap-table"
},
"peerDependencies": {
"@angular/common": "16",
"@angular/core": "16",
"@angular/cdk": "16",
"@angular/animations": "16",
"@angular/forms": "16",
"@angular/common": "17",
"@angular/core": "17",
"@angular/cdk": "17",
"@angular/animations": "17",
"@angular/forms": "17",
"bootstrap": "5",
"rxjs": "7"
}
Expand Down
12 changes: 6 additions & 6 deletions libs/dfx-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"directory": "libs/dfx-helper"
},
"peerDependencies": {
"@angular/common": "16",
"@angular/core": "16",
"@angular/cdk": "16",
"@angular/router": "16",
"@angular/platform-browser": "16",
"@angular/common": "17",
"@angular/core": "17",
"@angular/cdk": "17",
"@angular/router": "17",
"@angular/platform-browser": "17",
"rxjs": "7",
"dfts-helper": "0 - 1"
"dfts-helper": "1"
},
"dependencies": {
"tslib": "^2"
Expand Down
10 changes: 5 additions & 5 deletions libs/dfx-qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "tiny and simple-to-use Angular QR-Code generator library",
"private": false,
"license": "MIT",
"homepage": "https://dafnik.me",
"homepage": "https://playground.dafnik.me/qrcode/",
"keywords": [
"ng",
"ngx",
Expand Down Expand Up @@ -38,12 +38,12 @@
"directory": "libs/dfx-qrcode"
},
"peerDependencies": {
"@angular/common": "16",
"@angular/core": "16",
"@angular/platform-browser": "16"
"@angular/common": "17",
"@angular/core": "17",
"@angular/platform-browser": "17"
},
"dependencies": {
"dfts-qrcode": "0 - 1",
"dfts-qrcode": "1",
"tslib": "^2"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions libs/dfx-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"directory": "libs/dfx-translate"
},
"peerDependencies": {
"@angular/common": "16",
"@angular/core": "16",
"@angular/common": "17",
"@angular/core": "17",
"rxjs": "7"
}
}

0 comments on commit e4f479e

Please sign in to comment.