Skip to content

Commit

Permalink
build: upgrade to angular 15
Browse files Browse the repository at this point in the history
BREAKING CHANGE: angular 15 or higher is now required to use this package
  • Loading branch information
mattlewis92 committed Dec 11, 2022
1 parent c183644 commit 71e3318
Show file tree
Hide file tree
Showing 11 changed files with 1,454 additions and 2,709 deletions.
17 changes: 0 additions & 17 deletions .browserslistrc

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">angular 14.0+ calendar</h1>
<h1 align="center">angular 15.0+ calendar</h1>

<div align="center">

Expand Down Expand Up @@ -40,7 +40,7 @@ https://mattlewis92.github.io/angular-calendar/

<h2 align="center">About</h2>

A calendar component for angular 14.0+ that can display events on a month, week or day view. The successor of [angular-bootstrap-calendar](https://github.com/mattlewis92/angular-bootstrap-calendar).
A calendar component for angular 15.0+ that can display events on a month, week or day view. The successor of [angular-bootstrap-calendar](https://github.com/mattlewis92/angular-bootstrap-calendar).

<h2 align="center">Getting started</h2>

Expand Down
8 changes: 8 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,13 @@
},
"cli": {
"schematicCollections": ["@angular-eslint/schematics"]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-calendar",
"version": "0.30.1",
"description": "A calendar component for angular 14.0+ that can display events on a month, week or day view",
"description": "A calendar component for angular 15.0+ that can display events on a month, week or day view",
"funding": {
"url": "https://github.com/sponsors/mattlewis92"
},
Expand Down Expand Up @@ -82,34 +82,34 @@
},
"homepage": "https://github.com/mattlewis92/angular-calendar#readme",
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "14.0.2",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/schematics": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/cli": "^14.2.10",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/compiler-cli": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@angular/localize": "^14.2.12",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@angular-devkit/build-angular": "^15.0.3",
"@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/animations": "^15.0.3",
"@angular/cdk": "^15.0.2",
"@angular/cli": "^15.0.3",
"@angular/common": "^15.0.3",
"@angular/compiler": "^15.0.3",
"@angular/compiler-cli": "^15.0.3",
"@angular/core": "^15.0.3",
"@angular/forms": "^15.0.3",
"@angular/language-service": "^15.0.3",
"@angular/localize": "^15.0.3",
"@angular/platform-browser": "^15.0.3",
"@angular/platform-browser-dynamic": "^15.0.3",
"@angular/router": "^15.0.3",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/prompt": "^17.3.0",
"@compodoc/compodoc": "^1.1.19",
"@fortawesome/fontawesome-free": "^6.2.1",
"@ng-bootstrap/ng-bootstrap": "^13.1.1",
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@perfectmemory/ngx-contextmenu": "^14.1.1",
"@popperjs/core": "^2.11.6",
"@schematics/angular": "^14.2.10",
"@schematics/angular": "^15.0.3",
"@sinonjs/fake-timers": "^9.1.2",
"@stackblitz/sdk": "^1.8.1",
"@types/chai": "^4.3.4",
Expand Down Expand Up @@ -143,10 +143,10 @@
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"lint-staged": "^13.1.0",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"ng-packagr": "^14.2.2",
"ng-packagr": "^15.0.3",
"ngx-clipboard": "^15.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.19",
Expand All @@ -166,17 +166,14 @@
"stylelint-config-standard": "^27.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "~4.7.4",
"typescript": "~4.8.4",
"util": "^0.12.5",
"zone.js": "^0.11.8"
},
"peerDependencies": {
"@angular/core": ">=14.0.0"
},
"dependencies": {
"@scarf/scarf": "^1.1.1",
"angular-draggable-droppable": "^7.0.0",
"angular-resizable-element": "^6.0.2",
"angular-draggable-droppable": "^8.0.0",
"angular-resizable-element": "^7.0.0",
"calendar-utils": "^0.10.4",
"positioning": "^2.0.1",
"tslib": "^2.4.1"
Expand Down Expand Up @@ -222,5 +219,8 @@
"./scss/*": {
"sass": "./scss/*"
}
},
"peerDependencies": {
"@angular/core": ">=15.0.0"
}
}
Loading

0 comments on commit 71e3318

Please sign in to comment.