Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 698b9a4

Browse files
committedJul 6, 2022
fix(project): upgraded angular universal to v12
1 parent 5f83ab0 commit 698b9a4

File tree

2 files changed

+160
-251
lines changed

2 files changed

+160
-251
lines changed
 

‎package-lock.json

Lines changed: 158 additions & 249 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@angular/platform-browser-dynamic": "~12.2.16",
3434
"@angular/platform-server": "~12.2.16",
3535
"@angular/router": "~12.2.16",
36-
"@nguniversal/express-engine": "^11.2.1",
36+
"@nguniversal/express-engine": "^12.1.3",
3737
"angulartics2": "^9.1.0",
3838
"express": "^4.15.2",
3939
"ngx-markdown": "^9.1.1",
@@ -47,7 +47,7 @@
4747
"@angular/cli": "~12.2.17",
4848
"@angular/compiler-cli": "~12.2.16",
4949
"@compodoc/compodoc": "^1.1.11",
50-
"@nguniversal/builders": "^11.2.1",
50+
"@nguniversal/builders": "^12.1.3",
5151
"@release-it/conventional-changelog": "^1.1.4",
5252
"@types/express": "^4.17.0",
5353
"@types/jasmine": "~3.5.0",

0 commit comments

Comments
 (0)
Please sign in to comment.