|
34 | 34 | "test:library": "ng test angular-notifier", |
35 | 35 | "test:library:upload-coverage": "codecov -f coverage/coverage-final.json" |
36 | 36 | }, |
| 37 | + "dependencies": { |
| 38 | + "tslib": "2.0.x" |
| 39 | + }, |
37 | 40 | "peerDependencies": { |
38 | | - "@angular/common": ">= 9.0.0 < 10.0.0", |
39 | | - "@angular/core": ">= 9.0.0 < 10.0.0", |
| 41 | + "@angular/common": ">= 10.0.0 < 11.0.0", |
| 42 | + "@angular/core": ">= 10.0.0 < 11.0.0", |
40 | 43 | "rxjs": ">= 6.0.0 < 7.0.0" |
41 | 44 | }, |
42 | 45 | "devDependencies": { |
43 | | - "@angular-builders/jest": "9.0.x", |
44 | | - "@angular-devkit/build-angular": "0.901.x", |
45 | | - "@angular-devkit/build-ng-packagr": "0.901.x", |
46 | | - "@angular/cli": "9.1.x", |
47 | | - "@angular/common": "9.1.x", |
48 | | - "@angular/compiler-cli": "9.1.x", |
49 | | - "@angular/compiler": "9.1.x", |
50 | | - "@angular/core": "9.1.x", |
51 | | - "@angular/platform-browser-dynamic": "9.1.x", |
52 | | - "@angular/platform-browser": "9.1.x", |
| 46 | + "@angular-builders/jest": "10.0.x", |
| 47 | + "@angular-devkit/build-angular": "0.1002.x", |
| 48 | + "@angular-devkit/build-ng-packagr": "0.1002.x", |
| 49 | + "@angular/cli": "10.2.x", |
| 50 | + "@angular/common": "10.2.x", |
| 51 | + "@angular/compiler-cli": "10.2.x", |
| 52 | + "@angular/compiler": "10.2.x", |
| 53 | + "@angular/core": "10.2.x", |
| 54 | + "@angular/platform-browser-dynamic": "10.2.x", |
| 55 | + "@angular/platform-browser": "10.2.x", |
53 | 56 | "@typescript-eslint/eslint-plugin": "4.17.x", |
54 | 57 | "@typescript-eslint/parser": "4.17.x", |
55 | 58 | "@types/jest": "26.0.x", |
|
63 | 66 | "eslint-plugin-simple-import-sort": "7.0.x", |
64 | 67 | "eslint": "7.21.x", |
65 | 68 | "jest": "26.6.x", |
66 | | - "ng-packagr": "9.0.x", |
| 69 | + "ng-packagr": "10.1.x", |
67 | 70 | "node-sass": "4.14.x", |
68 | 71 | "prettier": "2.2.x", |
69 | 72 | "rimraf": "3.0.x", |
70 | 73 | "rxjs": "6.6.x", |
71 | 74 | "ts-node": "9.1.x", |
72 | | - "tslib": "1.10.x", |
73 | | - "typescript": "3.8.x", |
74 | | - "web-animations-js": "^2.3.2", |
| 75 | + "typescript": "4.0.x", |
| 76 | + "web-animations-js": "2.3.x", |
75 | 77 | "zone.js": "0.10.x" |
76 | 78 | } |
77 | 79 | } |
0 commit comments