|
1 | 1 | {
|
2 | 2 | "name": "angularx-flatpickr",
|
3 | 3 | "version": "7.3.0",
|
4 |
| - "description": "An angular 14.0+ wrapper for flatpickr", |
| 4 | + "description": "An angular 15.0+ wrapper for flatpickr", |
5 | 5 | "scripts": {
|
6 | 6 | "start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",
|
7 | 7 | "build:demo": "ng build --configuration production",
|
|
37 | 37 | },
|
38 | 38 | "homepage": "https://github.com/mattlewis92/angularx-flatpickr#readme",
|
39 | 39 | "devDependencies": {
|
40 |
| - "@angular-devkit/build-angular": "^14.1.2", |
41 |
| - "@angular-eslint/builder": "14.0.2", |
42 |
| - "@angular-eslint/eslint-plugin": "14.0.2", |
43 |
| - "@angular-eslint/eslint-plugin-template": "14.0.2", |
44 |
| - "@angular-eslint/schematics": "14.0.2", |
45 |
| - "@angular-eslint/template-parser": "14.0.2", |
46 |
| - "@angular/animations": "^14.1.0", |
47 |
| - "@angular/cli": "~14.1.2", |
48 |
| - "@angular/common": "^14.1.0", |
49 |
| - "@angular/compiler": "^14.1.0", |
50 |
| - "@angular/compiler-cli": "^14.1.0", |
51 |
| - "@angular/core": "^14.1.0", |
52 |
| - "@angular/forms": "^14.1.0", |
53 |
| - "@angular/platform-browser": "^14.1.0", |
54 |
| - "@angular/platform-browser-dynamic": "^14.1.0", |
55 |
| - "@angular/router": "^14.1.0", |
| 40 | + "@angular-devkit/build-angular": "^15.2.11", |
| 41 | + "@angular-eslint/builder": "15.2.1", |
| 42 | + "@angular-eslint/eslint-plugin": "15.2.1", |
| 43 | + "@angular-eslint/eslint-plugin-template": "15.2.1", |
| 44 | + "@angular-eslint/schematics": "15.2.1", |
| 45 | + "@angular-eslint/template-parser": "15.2.1", |
| 46 | + "@angular/animations": "^15.2.10", |
| 47 | + "@angular/cli": "~15.2.11", |
| 48 | + "@angular/common": "^15.2.10", |
| 49 | + "@angular/compiler": "^15.2.10", |
| 50 | + "@angular/compiler-cli": "^15.2.10", |
| 51 | + "@angular/core": "^15.2.10", |
| 52 | + "@angular/forms": "^15.2.10", |
| 53 | + "@angular/platform-browser": "^15.2.10", |
| 54 | + "@angular/platform-browser-dynamic": "^15.2.10", |
| 55 | + "@angular/router": "^15.2.10", |
56 | 56 | "@commitlint/cli": "^17.0.3",
|
57 | 57 | "@commitlint/config-conventional": "^17.0.3",
|
58 | 58 | "@commitlint/prompt": "^17.0.3",
|
|
61 | 61 | "@types/mocha": "^9.1.1",
|
62 | 62 | "@types/sinon": "^10.0.13",
|
63 | 63 | "@types/sinon-chai": "^3.2.8",
|
64 |
| - "@typescript-eslint/eslint-plugin": "^5.33.1", |
65 |
| - "@typescript-eslint/parser": "^5.33.1", |
| 64 | + "@typescript-eslint/eslint-plugin": "^5.43.0", |
| 65 | + "@typescript-eslint/parser": "^5.43.0", |
66 | 66 | "angular-cli-ghpages": "^1.0.3",
|
67 | 67 | "chai": "^4.3.6",
|
68 | 68 | "commitizen": "^4.2.5",
|
69 | 69 | "concurrently": "^7.3.0",
|
70 | 70 | "copyfiles": "^2.4.1",
|
71 |
| - "eslint": "^8.18.0", |
| 71 | + "eslint": "^8.28.0", |
72 | 72 | "flatpickr": "^4.6.13",
|
73 | 73 | "husky": "^8.0.1",
|
74 | 74 | "karma": "~6.4.0",
|
75 | 75 | "karma-chrome-launcher": "~3.1.0",
|
76 | 76 | "karma-coverage": "~2.2.0",
|
77 | 77 | "karma-mocha": "^2.0.1",
|
78 | 78 | "mocha": "^10.0.0",
|
79 |
| - "ng-packagr": "^14.1.0", |
| 79 | + "ng-packagr": "^15.2.2", |
80 | 80 | "prettier": "^2.7.1",
|
81 | 81 | "pretty-quick": "^3.1.3",
|
82 | 82 | "rxjs": "~7.5.0",
|
|
85 | 85 | "standard-version": "^9.5.0",
|
86 | 86 | "ts-node": "^10.9.1",
|
87 | 87 | "tslib": "^2.3.0",
|
88 |
| - "typescript": "~4.7.2", |
| 88 | + "typescript": "~4.9.5", |
89 | 89 | "zone.js": "~0.11.4"
|
90 | 90 | },
|
91 | 91 | "dependencies": {
|
92 | 92 | "tslib": "^2.3.0"
|
93 | 93 | },
|
94 | 94 | "peerDependencies": {
|
95 |
| - "@angular/core": ">=5.0.0", |
96 |
| - "@angular/forms": ">=5.0.0", |
| 95 | + "@angular/core": ">=15.0.0", |
| 96 | + "@angular/forms": ">=15.0.0", |
97 | 97 | "flatpickr": "^4.5.0"
|
98 | 98 | },
|
99 | 99 | "commitlint": {
|
|
0 commit comments