-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: raise peerDependencies to angular v17
- Loading branch information
Showing
7 changed files
with
55 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters