Skip to content

Commit ad37a0c

Browse files
author
Ben Dehghan
committed
added missing packages. Jest needs to match jest-environment-jsdom
1 parent 2c1cfd1 commit ad37a0c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

examples/cli-example/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@angular/platform-browser-dynamic": "^14.0.0",
3131
"@angular/router": "^14.0.0",
3232
"@angular/service-worker": "^14.0.0",
33+
"mockdate": "3.0.5",
3334
"rxjs": "~7.5.0",
3435
"tslib": "^2.3.0",
3536
"zone.js": "~0.11.4"

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,22 @@
8787
"@angular/forms": ">=14.0.0",
8888
"@angular/platform-browser": ">=14.0.0",
8989
"@angular/platform-browser-dynamic": ">=14.0.0",
90-
"tslib": ">=2.3.0",
9190
"rxjs": ">=7.5.0",
91+
"tslib": ">=2.3.0",
9292
"zone.js": ">=0.11.4"
9393
},
9494
"dependencies": {
9595
"@angular-devkit/core": "^14.0.0",
9696
"@angular-devkit/schematics": "^14.0.0",
97-
"@jest/core": "^27.0.6",
98-
"@jest/types": "^27.0.6",
97+
"@jest/core": "28.1.3",
98+
"@jest/types": "28.1.3",
9999
"@schematics/angular": "^14.0.0",
100100
"async": "^3.2.0",
101101
"chalk": "^4.1.1",
102102
"commander": "^7.2.0",
103103
"get-port": "^5.1.1",
104-
"jest": "^27.0.6",
105-
"jest-image-snapshot": "^4.5.1",
104+
"jest": "28.1.3",
105+
"jest-image-snapshot": "5.2.0",
106106
"mockdate": "^3.0.5",
107107
"node-watch": "^0.7.1",
108108
"puppeteer": "^13.1.2"
@@ -118,12 +118,13 @@
118118
"@angular/language-service": "14.0.0",
119119
"@angular/platform-browser": "14.0.0",
120120
"@angular/platform-browser-dynamic": "14.0.0",
121-
"@types/jest": "^27.0.0",
121+
"@types/jest": "28.1.3",
122122
"@types/node": "^15.3.0",
123123
"@types/puppeteer": "^5.4.3",
124+
"jest-environment-jsdom": "28.1.3",
124125
"ng-packagr": "14.0.0",
125126
"rxjs": "~7.5.0",
126-
"ts-jest": "^27.0.4",
127+
"ts-jest": "28.0.8",
127128
"tslib": "^2.3.0",
128129
"typescript": "~4.7.2",
129130
"zone.js": "~0.11.4"

0 commit comments

Comments
 (0)