|
13 | 13 | "start": "ng serve demo",
|
14 | 14 | "build": "ng build --project breadcrumpy --configuration production && yarn copy:readme",
|
15 | 15 | "test": "ng test",
|
16 |
| - "lint": "tslint --project . --fix", |
17 | 16 | "contributors:add": "all-contributors add",
|
18 | 17 | "contributors:generate": "all-contributors generate",
|
19 | 18 | "copy:readme": "cp README.md dist/breadcrumpy",
|
|
27 | 26 | },
|
28 | 27 | "private": false,
|
29 | 28 | "dependencies": {
|
30 |
| - "@angular/animations": "^16.0.4", |
31 |
| - "@angular/common": "^16.0.4", |
32 |
| - "@angular/compiler": "^16.0.4", |
33 |
| - "@angular/core": "^16.0.4", |
34 |
| - "@angular/forms": "^16.0.4", |
35 |
| - "@angular/platform-browser": "^16.0.4", |
36 |
| - "@angular/platform-browser-dynamic": "^16.0.4", |
37 |
| - "@angular/router": "^16.0.4", |
| 29 | + "@angular/animations": "^17.0.8", |
| 30 | + "@angular/common": "^17.0.8", |
| 31 | + "@angular/compiler": "^17.0.8", |
| 32 | + "@angular/core": "^17.0.8", |
| 33 | + "@angular/forms": "^17.0.8", |
| 34 | + "@angular/platform-browser": "^17.0.8", |
| 35 | + "@angular/platform-browser-dynamic": "^17.0.8", |
| 36 | + "@angular/router": "^17.0.8", |
38 | 37 | "rxjs": "~7.8.1",
|
39 | 38 | "rxjs-etc": "^10.6.2",
|
40 |
| - "tslib": "^2.5.3", |
41 |
| - "zone.js": "~0.13.0" |
| 39 | + "tslib": "^2.6.2", |
| 40 | + "zone.js": "~0.14.2" |
42 | 41 | },
|
43 | 42 | "devDependencies": {
|
44 |
| - "@angular-builders/jest": "^16.0.0", |
45 |
| - "@angular-devkit/build-angular": "^16.0.4", |
46 |
| - "@angular/cli": "^16.0.4", |
47 |
| - "@angular/compiler-cli": "^16.0.4", |
48 |
| - "@angular/language-service": "^16.0.4", |
49 |
| - "@commitlint/cli": "^17.6.5", |
50 |
| - "@commitlint/config-conventional": "^17.6.5", |
| 43 | + "@angular-builders/jest": "^17.0.0", |
| 44 | + "@angular-devkit/build-angular": "^17.0.9", |
| 45 | + "@angular/cli": "^17.0.9", |
| 46 | + "@angular/compiler-cli": "^17.0.8", |
| 47 | + "@angular/language-service": "^17.0.8", |
| 48 | + "@commitlint/cli": "^18.4.4", |
| 49 | + "@commitlint/config-conventional": "^18.4.4", |
51 | 50 | "@dirkluijk/observable-matchers": "^0.3.2",
|
52 |
| - "@dscheerens/tslint-presets": "^9.0.0", |
53 |
| - "@ngneat/spectator": "^15.0.0", |
54 |
| - "@types/jest": "^29.5.2", |
55 |
| - "@types/node": "^20.2.5", |
56 |
| - "all-contributors-cli": "^6.26.0", |
57 |
| - "codelyzer": "^6.0.2", |
| 51 | + "@ngneat/spectator": "^16.0.0", |
| 52 | + "@types/jest": "^29.5.11", |
| 53 | + "@types/node": "^20.10.6", |
| 54 | + "all-contributors-cli": "^6.26.1", |
58 | 55 | "commitizen": "^4.3.0",
|
59 | 56 | "cz-conventional-changelog": "^3.3.0",
|
60 | 57 | "husky": "^8.0.0",
|
61 |
| - "jest": "^29.5.0", |
62 |
| - "jest-jasmine2": "^29.5.0", |
63 |
| - "ng-packagr": "^16.0.1", |
| 58 | + "jest": "^29.7.0", |
| 59 | + "jest-jasmine2": "^29.7.0", |
| 60 | + "ng-packagr": "^17.0.3", |
64 | 61 | "pinst": "^3.0.0",
|
65 | 62 | "standard-version": "^9.5.0",
|
66 |
| - "ts-node": "~10.9.1", |
67 |
| - "tslint": "~6.1.0", |
68 |
| - "typescript": "~4.9.5" |
| 63 | + "ts-node": "~10.9.2", |
| 64 | + "typescript": "~5.2.2" |
69 | 65 | },
|
70 | 66 | "config": {
|
71 | 67 | "commitizen": {
|
|
0 commit comments