|
14 | 14 | "ng": "ng", |
15 | 15 | "start": "ng serve --configuration production", |
16 | 16 | "build": "ng build --configuration production", |
17 | | - "test": "npm run build && cypress-runner run", |
18 | | - "test:open": "npm run build && cypress-runner open", |
| 17 | + "test": "npm run build && cypress-runner run --path=dist/browser", |
| 18 | + "test:open": "npm run build && cypress-runner open --path=dist/browser", |
19 | 19 | "e2e": "npm run test", |
20 | | - "gh-pages": "ng build --base-href=/sample-app-angular/ && shx rm -rf pages && shx mkdir pages && cd pages && git init && git remote add pages [email protected]:ui-router/sample-app-angular.git && git fetch pages && git checkout gh-pages && git rm -rf * && shx mv ../dist/* . && git add . && git commit -m 'Update gh-pages' . && git push && cd .. && shx rm -rf pages" |
| 20 | + "gh-pages": "ng build --base-href=/sample-app-angular/ && shx rm -rf pages && shx mkdir pages && cd pages && git init && git remote add pages [email protected]:ui-router/sample-app-angular.git && git fetch pages && git checkout gh-pages && git rm -rf * && shx mv ../dist/browser/* . && git add . && git commit -m 'Update gh-pages' . && git push && cd .. && shx rm -rf pages" |
21 | 21 | }, |
22 | 22 | "private": true, |
23 | 23 | "dependencies": { |
24 | | - "@angular/common": "^18.0.6", |
25 | | - "@angular/compiler": "^18.0.6", |
26 | | - "@angular/core": "^18.0.6", |
27 | | - "@angular/forms": "^18.0.6", |
28 | | - "@angular/platform-browser": "^18.0.6", |
29 | | - "@angular/platform-browser-dynamic": "^18.0.6", |
| 24 | + "@angular/common": "^19.0.5", |
| 25 | + "@angular/compiler": "^19.0.5", |
| 26 | + "@angular/core": "^19.0.5", |
| 27 | + "@angular/forms": "^19.0.5", |
| 28 | + "@angular/platform-browser": "^19.0.5", |
| 29 | + "@angular/platform-browser-dynamic": "^19.0.5", |
30 | 30 | "@uirouter/angular": "^14.0.0", |
31 | 31 | "@uirouter/core": "6.1.0", |
32 | 32 | "@uirouter/rx": "1.0.0", |
33 | 33 | "@uirouter/visualizer": "^7.2.1", |
34 | | - "core-js": "^2.5.7", |
35 | 34 | "rxjs": "^7.4.0", |
36 | | - "rxjs-compat": "^6.6.7", |
37 | | - "ts-helpers": "^1.1.2", |
38 | | - "tslib": "^2.3.1", |
39 | | - "zone.js": "~0.14.3" |
| 35 | + "zone.js": "~0.15.0" |
40 | 36 | }, |
41 | 37 | "devDependencies": { |
42 | | - "@angular-devkit/build-angular": "^18.0.7", |
43 | | - "@angular/animations": "^18.0.6", |
44 | | - "@angular/cli": "^18.0.7", |
45 | | - "@angular/compiler-cli": "^18.0.6", |
| 38 | + "@angular-devkit/build-angular": "^19.0.6", |
| 39 | + "@angular/animations": "^19.0.5", |
| 40 | + "@angular/cli": "^19.0.6", |
| 41 | + "@angular/compiler-cli": "^19.0.5", |
46 | 42 | "@types/jasmine": "~3.10.2", |
47 | 43 | "@uirouter/cypress-runner": "^3.0.0", |
48 | | - "html-webpack-plugin": "5.5.0", |
49 | | - "shx": "^0.3.3", |
50 | 44 | "tslint": "6.1.3", |
51 | | - "typescript": "~5.4.5" |
| 45 | + "typescript": "~5.6.3" |
52 | 46 | }, |
53 | 47 | "packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" |
54 | 48 | } |
0 commit comments