|
6 | 6 | "checkPeerDependencies": {
|
7 | 7 | "ignore": [
|
8 | 8 | "ajv",
|
9 |
| - "postcss" |
| 9 | + "postcss", |
| 10 | + "terser" |
10 | 11 | ]
|
11 | 12 | },
|
12 | 13 | "scripts": {
|
13 | 14 | "ng": "ng",
|
14 |
| - "start": "ng serve --configuration production --source-map", |
15 |
| - "build": "ng build --configuration production --source-map", |
| 15 | + "start": "ng serve --configuration production", |
| 16 | + "build": "ng build --configuration production", |
16 | 17 | "test": "npm run build && cypress-runner run",
|
17 | 18 | "test:open": "npm run build && cypress-runner open",
|
18 | 19 | "e2e": "npm run test",
|
19 | 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 | 21 | },
|
21 | 22 | "private": true,
|
22 | 23 | "dependencies": {
|
23 |
| - "@angular/common": "^16.0.0", |
24 |
| - "@angular/compiler": "^16.0.0", |
25 |
| - "@angular/core": "^16.0.0", |
26 |
| - "@angular/forms": "^16.0.0", |
27 |
| - "@angular/platform-browser": "^16.0.0", |
28 |
| - "@angular/platform-browser-dynamic": "^16.0.0", |
29 |
| - "@uirouter/angular": "^11.0.0", |
| 24 | + "@angular/common": "^17.0.9", |
| 25 | + "@angular/compiler": "^17.0.9", |
| 26 | + "@angular/core": "^17.0.9", |
| 27 | + "@angular/forms": "^17.0.9", |
| 28 | + "@angular/platform-browser": "^17.0.9", |
| 29 | + "@angular/platform-browser-dynamic": "^17.0.9", |
| 30 | + "@uirouter/angular": "^12.0.0", |
30 | 31 | "@uirouter/core": "6.0.8",
|
31 | 32 | "@uirouter/rx": "1.0.0",
|
32 | 33 | "@uirouter/visualizer": "^7.2.1",
|
|
35 | 36 | "rxjs-compat": "^6.6.7",
|
36 | 37 | "ts-helpers": "^1.1.2",
|
37 | 38 | "tslib": "^2.3.1",
|
38 |
| - "zone.js": "~0.11.4" |
| 39 | + "zone.js": "~0.14.3" |
39 | 40 | },
|
40 | 41 | "devDependencies": {
|
41 |
| - "@angular-devkit/build-angular": "^16.0.0", |
42 |
| - "@angular/animations": "^16.0.0", |
43 |
| - "@angular/cli": "^16.0.0", |
44 |
| - "@angular/compiler-cli": "^16.0.0", |
| 42 | + "@angular-devkit/build-angular": "^17.0.0", |
| 43 | + "@angular/animations": "^17.0.9", |
| 44 | + "@angular/cli": "^17.0.10", |
| 45 | + "@angular/compiler-cli": "^17.0.9", |
45 | 46 | "@types/jasmine": "~3.10.2",
|
46 | 47 | "@uirouter/cypress-runner": "^3.0.0",
|
47 |
| - "fibers": "5.0.0", |
48 | 48 | "html-webpack-plugin": "5.5.0",
|
49 | 49 | "shx": "^0.3.3",
|
50 | 50 | "tslint": "6.1.3",
|
51 |
| - "typescript": "~4.9.5" |
| 51 | + "typescript": "~5.2.2" |
52 | 52 | }
|
53 | 53 | }
|
0 commit comments