Skip to content

Commit df371b2

Browse files
committed
upgrade to angular v16
1 parent 50b4630 commit df371b2

File tree

3 files changed

+3638
-2942
lines changed

3 files changed

+3638
-2942
lines changed

package.json

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -8,57 +8,56 @@
88
"build": "ng build --configuration production --base-href ./ && cp CNAME dist/CNAME",
99
"test": "ng test",
1010
"lint": "ng lint --force",
11-
"e2e": "ng e2e",
12-
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
11+
"e2e": "ng e2e"
1312
},
1413
"pre-commit": [
1514
"lint"
1615
],
1716
"private": true,
1817
"dependencies": {
19-
"@angular/animations": "13.3.2",
20-
"@angular/common": "13.3.2",
21-
"@angular/compiler": "13.3.2",
22-
"@angular/core": "13.3.2",
23-
"@angular/forms": "13.3.2",
24-
"@angular/platform-browser": "13.3.2",
25-
"@angular/platform-browser-dynamic": "13.3.2",
26-
"@angular/router": "13.3.2",
27-
"@angular/service-worker": "13.3.2",
28-
"core-js": "^3.21.1",
29-
"marked": "^4.0.14",
30-
"ngx-quicklink": "^0.2.7",
31-
"rxjs": "^7.5.5",
32-
"tslib": "^2.3.1",
33-
"zone.js": "~0.11.5"
18+
"@angular/animations": "16.0.1",
19+
"@angular/common": "16.0.1",
20+
"@angular/compiler": "16.0.1",
21+
"@angular/core": "16.0.1",
22+
"@angular/forms": "16.0.1",
23+
"@angular/platform-browser": "16.0.1",
24+
"@angular/platform-browser-dynamic": "16.0.1",
25+
"@angular/router": "16.0.1",
26+
"@angular/service-worker": "16.0.1",
27+
"core-js": "^3.30.2",
28+
"marked": "^5.0.2",
29+
"ngx-quicklink": "^0.4.2",
30+
"rxjs": "^7.8.1",
31+
"tslib": "^2.5.0",
32+
"zone.js": "~0.13.0"
3433
},
3534
"devDependencies": {
36-
"@angular-devkit/build-angular": "~13.3.2",
37-
"@angular-eslint/builder": "13.2.0",
38-
"@angular-eslint/eslint-plugin": "13.2.0",
39-
"@angular-eslint/eslint-plugin-template": "13.2.0",
40-
"@angular-eslint/schematics": "13.2.0",
41-
"@angular-eslint/template-parser": "13.2.0",
42-
"@angular/cli": "^13.3.2",
43-
"@angular/compiler-cli": "13.3.2",
44-
"@angular/language-service": "13.3.2",
45-
"@types/jasmine": "~4.0.2",
35+
"@angular-devkit/build-angular": "~16.0.1",
36+
"@angular-eslint/builder": "16.0.1",
37+
"@angular-eslint/eslint-plugin": "16.0.1",
38+
"@angular-eslint/eslint-plugin-template": "16.0.1",
39+
"@angular-eslint/schematics": "16.0.1",
40+
"@angular-eslint/template-parser": "16.0.1",
41+
"@angular/cli": "^16.0.1",
42+
"@angular/compiler-cli": "16.0.1",
43+
"@angular/language-service": "16.0.1",
44+
"@types/jasmine": "~4.3.1",
4645
"@types/jasminewd2": "~2.0.10",
47-
"@types/node": "^17.0.23",
48-
"@typescript-eslint/eslint-plugin": "5.17.0",
49-
"@typescript-eslint/parser": "5.17.0",
50-
"eslint": "^8.12.0",
51-
"jasmine-core": "~4.1.0",
46+
"@types/node": "^20.1.4",
47+
"@typescript-eslint/eslint-plugin": "5.59.5",
48+
"@typescript-eslint/parser": "5.59.5",
49+
"eslint": "^8.40.0",
50+
"jasmine-core": "~5.0.0",
5251
"jasmine-spec-reporter": "~7.0.0",
53-
"karma": "~6.3.18",
54-
"karma-chrome-launcher": "~3.1.1",
52+
"karma": "~6.4.2",
53+
"karma-chrome-launcher": "~3.2.0",
5554
"karma-cli": "~2.0.0",
5655
"karma-coverage-istanbul-reporter": "~3.0.3",
57-
"karma-jasmine": "~5.0.0",
58-
"karma-jasmine-html-reporter": "^1.7.0",
56+
"karma-jasmine": "~5.1.0",
57+
"karma-jasmine-html-reporter": "^2.0.0",
5958
"pre-commit": "^1.2.2",
6059
"protractor": "~7.0.0",
61-
"ts-node": "~10.7.0",
62-
"typescript": "4.6.3"
60+
"ts-node": "~10.9.1",
61+
"typescript": "5.0.4"
6362
}
64-
}
63+
}

src/app/app-routing.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const routes: Routes = [
2929
// implement a custom preloading strategy for just some
3030
// of the modules (PRs welcome 😉)
3131
preloadingStrategy: QuicklinkStrategy,
32-
relativeLinkResolution: 'legacy'
3332
})],
3433
exports: [RouterModule]
3534
})

0 commit comments

Comments
 (0)