|
10 | 10 | "e2e": "ng e2e", |
11 | 11 | "lint": "ng lint", |
12 | 12 | "ng": "ng", |
13 | | - "prerelease:lib": "ng lint && ng test --watch false && ng e2e && npm run build:lib", |
| 13 | + "prerelease:lib": "ng lint && ng test --no-watch && ng e2e && npm run build:lib", |
14 | 14 | "release:lib": "npm publish dist/ngx-page-scroll-core && npm publish dist/ngx-page-scroll ", |
15 | 15 | "start": "ng serve", |
16 | 16 | "test": "ng test" |
17 | 17 | }, |
18 | 18 | "private": true, |
19 | 19 | "dependencies": { |
20 | | - "@angular/animations": "^18.1.1", |
21 | | - "@angular/cdk": "^18.0.6", |
22 | | - "@angular/common": "^18.1.1", |
23 | | - "@angular/compiler": "^18.1.1", |
24 | | - "@angular/core": "^18.1.1", |
25 | | - "@angular/forms": "^18.1.1", |
26 | | - "@angular/material": "^18.0.6", |
27 | | - "@angular/platform-browser": "^18.1.1", |
28 | | - "@angular/platform-browser-dynamic": "^18.1.1", |
29 | | - "@angular/router": "^18.1.1", |
| 20 | + "@angular/animations": "^19.0.6", |
| 21 | + "@angular/cdk": "^19.0.5", |
| 22 | + "@angular/common": "^19.0.6", |
| 23 | + "@angular/compiler": "^19.0.6", |
| 24 | + "@angular/core": "^19.0.6", |
| 25 | + "@angular/forms": "^19.0.6", |
| 26 | + "@angular/material": "^19.0.5", |
| 27 | + "@angular/platform-browser": "^19.0.6", |
| 28 | + "@angular/platform-browser-dynamic": "^19.0.6", |
| 29 | + "@angular/router": "^19.0.6", |
30 | 30 | "normalize.css": "^8.0.1", |
31 | 31 | "rxjs": "~7.5.2", |
32 | 32 | "tslib": "^2.6.2", |
33 | | - "zone.js": "~0.14.2" |
| 33 | + "zone.js": "~0.15.0" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@angular-devkit/build-angular": "^18.1.1", |
| 36 | + "@angular-devkit/build-angular": "^19.0.7", |
37 | 37 | "@angular-eslint/builder": "^18.1.0", |
38 | 38 | "@angular-eslint/eslint-plugin": "^18.1.0", |
39 | 39 | "@angular-eslint/eslint-plugin-template": "^18.1.0", |
40 | 40 | "@angular-eslint/schematics": "^18.1.0", |
41 | 41 | "@angular-eslint/template-parser": "^18.1.0", |
42 | | - "@angular/cli": "^18.1.1", |
43 | | - "@angular/compiler-cli": "^18.1.1", |
| 42 | + "@angular/cli": "^19.0.7", |
| 43 | + "@angular/compiler-cli": "^19.0.6", |
44 | 44 | "@commitlint/cli": "^12.1.4", |
45 | 45 | "@commitlint/config-conventional": "^12.1.4", |
46 | 46 | "@types/jasmine": "^3.6.3", |
|
60 | 60 | "karma-coverage-istanbul-reporter": "~3.0.2", |
61 | 61 | "karma-jasmine": "~4.0.1", |
62 | 62 | "karma-jasmine-html-reporter": "^1.7.0", |
63 | | - "ng-packagr": "^18.1.0", |
| 63 | + "ng-packagr": "^19.1.0", |
64 | 64 | "protractor": "~7.0.0", |
65 | 65 | "ts-node": "~10.9.2", |
66 | 66 | "typescript": "~5.5.0" |
|
0 commit comments