We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0635a41 commit 0d26492Copy full SHA for 0d26492
package.json
@@ -42,15 +42,15 @@
42
"@angular/cli": "~13.3.0",
43
"@angular/compiler-cli": "~13.3.0",
44
"@angular/localize": "~13.3.0",
45
- "@types/jasmine": "~4.0.3",
46
- "@types/node": "^16.11.28",
47
- "jasmine-core": "~4.0.1",
+ "@types/jasmine": "^4.0.3",
+ "@types/node": "^16.11.31",
+ "jasmine-core": "~4.1.0",
48
"karma": "~6.3.19",
49
"karma-chrome-launcher": "~3.1.1",
50
"karma-coverage": "~2.2.0",
51
- "karma-jasmine": "~4.0.1",
+ "karma-jasmine": "~5.0.0",
52
"karma-jasmine-html-reporter": "~1.7.0",
53
- "typescript": "~4.6.2"
+ "typescript": "~4.6.3"
54
},
55
"engines": {
56
"node": "^12.20.0 || ^14.15.0 || >=16.10.0",
0 commit comments