Skip to content

Commit

Permalink
feat!: upgrade angular v16 (#54)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for angular 15 has been removed. Please use this package with angular 16 or higher
  • Loading branch information
aparzi authored Jul 26, 2024
1 parent e15af4a commit ece59d4
Show file tree
Hide file tree
Showing 3 changed files with 2,064 additions and 1,506 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://mattlewis92.github.io/angularx-flatpickr/

## About

An angular 15.0+ wrapper for flatpickr
An angular 16.0+ wrapper for flatpickr

## Installation

Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angularx-flatpickr",
"version": "7.3.0",
"description": "An angular 15.0+ wrapper for flatpickr",
"description": "An angular 16.0+ wrapper for flatpickr",
"scripts": {
"start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",
"build:demo": "ng build --configuration production",
Expand Down Expand Up @@ -37,22 +37,22 @@
},
"homepage": "https://github.com/mattlewis92/angularx-flatpickr#readme",
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.11",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/animations": "^15.2.10",
"@angular/cli": "~15.2.11",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@angular-devkit/build-angular": "^16.2.14",
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/animations": "^16.2.12",
"@angular/cli": "~16.2.14",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/prompt": "^17.0.3",
Expand All @@ -61,22 +61,22 @@
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"angular-cli-ghpages": "^1.0.3",
"chai": "^4.3.6",
"commitizen": "^4.2.5",
"concurrently": "^7.3.0",
"copyfiles": "^2.4.1",
"eslint": "^8.28.0",
"eslint": "^8.39.0",
"flatpickr": "^4.6.13",
"husky": "^8.0.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-mocha": "^2.0.1",
"mocha": "^10.0.0",
"ng-packagr": "^15.2.2",
"ng-packagr": "^16.2.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"rxjs": "~7.5.0",
Expand All @@ -86,14 +86,14 @@
"ts-node": "^10.9.1",
"tslib": "^2.3.0",
"typescript": "~4.9.5",
"zone.js": "~0.11.4"
"zone.js": "~0.13.3"
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"flatpickr": "^4.5.0"
},
"commitlint": {
Expand Down
Loading

0 comments on commit ece59d4

Please sign in to comment.