Skip to content

Commit 889b147

Browse files
committed
fix: incorrect version of @types/jest
1 parent cc58749 commit 889b147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generators/app/templates/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"@types/jasmine": "^3.5.14",
139139
"@types/jasminewd2": "^2.0.8",
140140
<% if (props.tools.includes('jest')) { -%>
141-
"@types/jest": "^26.4.2",
141+
"@types/jest": "^26.0.12",
142142
<% } -%>
143143
"@types/node": "^12.12.54",
144144
<% if (props.utility.includes('lodash')) { -%>

0 commit comments

Comments
 (0)