|
1 | 1 | {
|
2 | 2 | "name": "angular-calendar",
|
3 | 3 | "version": "0.30.1",
|
4 |
| - "description": "A calendar component for angular 14.0+ that can display events on a month, week or day view", |
| 4 | + "description": "A calendar component for angular 15.0+ that can display events on a month, week or day view", |
5 | 5 | "funding": {
|
6 | 6 | "url": "https://github.com/sponsors/mattlewis92"
|
7 | 7 | },
|
|
82 | 82 | },
|
83 | 83 | "homepage": "https://github.com/mattlewis92/angular-calendar#readme",
|
84 | 84 | "devDependencies": {
|
85 |
| - "@angular-devkit/build-angular": "^14.2.10", |
86 |
| - "@angular-eslint/builder": "14.0.2", |
87 |
| - "@angular-eslint/eslint-plugin": "14.0.2", |
88 |
| - "@angular-eslint/eslint-plugin-template": "14.0.2", |
89 |
| - "@angular-eslint/schematics": "14.0.2", |
90 |
| - "@angular-eslint/template-parser": "14.0.2", |
91 |
| - "@angular/animations": "^14.2.12", |
92 |
| - "@angular/cdk": "^14.2.7", |
93 |
| - "@angular/cli": "^14.2.10", |
94 |
| - "@angular/common": "^14.2.12", |
95 |
| - "@angular/compiler": "^14.2.12", |
96 |
| - "@angular/compiler-cli": "^14.2.12", |
97 |
| - "@angular/core": "^14.2.12", |
98 |
| - "@angular/forms": "^14.2.12", |
99 |
| - "@angular/language-service": "^14.2.12", |
100 |
| - "@angular/localize": "^14.2.12", |
101 |
| - "@angular/platform-browser": "^14.2.12", |
102 |
| - "@angular/platform-browser-dynamic": "^14.2.12", |
103 |
| - "@angular/router": "^14.2.12", |
| 85 | + "@angular-devkit/build-angular": "^15.0.3", |
| 86 | + "@angular-eslint/builder": "15.1.0", |
| 87 | + "@angular-eslint/eslint-plugin": "15.1.0", |
| 88 | + "@angular-eslint/eslint-plugin-template": "15.1.0", |
| 89 | + "@angular-eslint/schematics": "15.1.0", |
| 90 | + "@angular-eslint/template-parser": "15.1.0", |
| 91 | + "@angular/animations": "^15.0.3", |
| 92 | + "@angular/cdk": "^15.0.2", |
| 93 | + "@angular/cli": "^15.0.3", |
| 94 | + "@angular/common": "^15.0.3", |
| 95 | + "@angular/compiler": "^15.0.3", |
| 96 | + "@angular/compiler-cli": "^15.0.3", |
| 97 | + "@angular/core": "^15.0.3", |
| 98 | + "@angular/forms": "^15.0.3", |
| 99 | + "@angular/language-service": "^15.0.3", |
| 100 | + "@angular/localize": "^15.0.3", |
| 101 | + "@angular/platform-browser": "^15.0.3", |
| 102 | + "@angular/platform-browser-dynamic": "^15.0.3", |
| 103 | + "@angular/router": "^15.0.3", |
104 | 104 | "@commitlint/cli": "^17.3.0",
|
105 | 105 | "@commitlint/config-conventional": "^17.3.0",
|
106 | 106 | "@commitlint/prompt": "^17.3.0",
|
107 | 107 | "@compodoc/compodoc": "^1.1.19",
|
108 | 108 | "@fortawesome/fontawesome-free": "^6.2.1",
|
109 |
| - "@ng-bootstrap/ng-bootstrap": "^13.1.1", |
| 109 | + "@ng-bootstrap/ng-bootstrap": "^14.0.0", |
110 | 110 | "@perfectmemory/ngx-contextmenu": "^14.1.1",
|
111 | 111 | "@popperjs/core": "^2.11.6",
|
112 |
| - "@schematics/angular": "^14.2.10", |
| 112 | + "@schematics/angular": "^15.0.3", |
113 | 113 | "@sinonjs/fake-timers": "^9.1.2",
|
114 | 114 | "@stackblitz/sdk": "^1.8.1",
|
115 | 115 | "@types/chai": "^4.3.4",
|
|
143 | 143 | "karma-mocha": "^2.0.1",
|
144 | 144 | "karma-mocha-reporter": "^2.2.5",
|
145 | 145 | "lint-staged": "^13.1.0",
|
146 |
| - "mocha": "^10.1.0", |
| 146 | + "mocha": "^10.2.0", |
147 | 147 | "moment": "^2.29.4",
|
148 | 148 | "moment-timezone": "^0.5.40",
|
149 |
| - "ng-packagr": "^14.2.2", |
| 149 | + "ng-packagr": "^15.0.3", |
150 | 150 | "ngx-clipboard": "^15.1.0",
|
151 | 151 | "npm-run-all": "^4.1.5",
|
152 | 152 | "postcss": "^8.4.19",
|
|
166 | 166 | "stylelint-config-standard": "^27.0.0",
|
167 | 167 | "stylelint-config-standard-scss": "^5.0.0",
|
168 | 168 | "ts-node": "^10.9.1",
|
169 |
| - "typescript": "~4.7.4", |
| 169 | + "typescript": "~4.8.4", |
170 | 170 | "util": "^0.12.5",
|
171 | 171 | "zone.js": "^0.11.8"
|
172 | 172 | },
|
173 |
| - "peerDependencies": { |
174 |
| - "@angular/core": ">=14.0.0" |
175 |
| - }, |
176 | 173 | "dependencies": {
|
177 | 174 | "@scarf/scarf": "^1.1.1",
|
178 |
| - "angular-draggable-droppable": "^7.0.0", |
179 |
| - "angular-resizable-element": "^6.0.2", |
| 175 | + "angular-draggable-droppable": "^8.0.0", |
| 176 | + "angular-resizable-element": "^7.0.0", |
180 | 177 | "calendar-utils": "^0.10.4",
|
181 | 178 | "positioning": "^2.0.1",
|
182 | 179 | "tslib": "^2.4.1"
|
|
222 | 219 | "./scss/*": {
|
223 | 220 | "sass": "./scss/*"
|
224 | 221 | }
|
| 222 | + }, |
| 223 | + "peerDependencies": { |
| 224 | + "@angular/core": ">=15.0.0" |
225 | 225 | }
|
226 | 226 | }
|
0 commit comments