We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0334084 commit 4fe74ddCopy full SHA for 4fe74dd
package.json
@@ -24,11 +24,11 @@
24
"@nguniversal/common": "^14.0.0 || ^15.0.0 || ^16.0.0",
25
"@nguniversal/express-engine": "^14.0.0 || ^15.0.0 || ^16.0.0",
26
"express": "^4.17.1",
27
- "zone.js": "^0.12.0 || ^0.13.0"
+ "zone.js": "^0.12.0 || ^0.13.0 || ^0.14.0"
28
},
29
"devDependencies": {
30
- "@angular/common": "16.2.3",
31
- "@angular/platform-server": "16.2.3",
+ "@angular/common": "16.2.12",
+ "@angular/platform-server": "16.2.12",
32
"@commitlint/cli": "17.7.1",
33
"@commitlint/config-angular": "17.7.0",
34
"@nestjs/common": "10.2.3",
@@ -46,7 +46,7 @@
46
"ts-jest": "29.1.1",
47
"ts-morph": "19.0.0",
48
"typescript": "5.2.2",
49
- "zone.js": "0.13.1"
+ "zone.js": "0.14.2"
50
51
"dependencies": {
52
"@angular-devkit/schematics": "16.1.0",
0 commit comments