angular-unit-test-helper
Advanced tools
Comparing version 14.0.1 to 15.0.0
{ | ||
"name": "angular-unit-test-helper", | ||
"version": "14.0.1", | ||
"version": "15.0.0", | ||
"description": "Helper functions to help write unit tests in Angular using mocks and spies", | ||
@@ -45,8 +45,8 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@angular/compiler": "^14.2.0", | ||
"@angular/core": "^14.2.0", | ||
"@types/jasmine": "^4.0.0", | ||
"@types/node": "^16.4.6", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"@angular/compiler": "^15.2.0", | ||
"@angular/core": "^15.2.0", | ||
"@types/jasmine": "^4.3.5", | ||
"@types/node": "^20.4.9", | ||
"@typescript-eslint/eslint-plugin": "^6.3.0", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"cross-conf-env": "^1.3.0", | ||
@@ -62,11 +62,11 @@ "dev-norms": "^2.0.4", | ||
"rimraf": "^5.0.1", | ||
"rxjs": "^7.5.0", | ||
"rxjs": "^7.8.1", | ||
"tsutils": "^3.21.0", | ||
"tsx": "^3.12.7", | ||
"typescript": "^4.7.2", | ||
"zone.js": "^0.11.4" | ||
"zone.js": "^0.12.0" | ||
}, | ||
"peerDependencies": { | ||
"@angular/compiler": "^14", | ||
"@angular/core": "^14", | ||
"@angular/compiler": "^15", | ||
"@angular/core": "^15", | ||
"jasmine": ">= 4 <= 5", | ||
@@ -73,0 +73,0 @@ "rxjs": "^7", |