Skip to content

Commit ee49229

Browse files
filipesilvaMRHarrison
authored andcommitted
fix(build): pin @types/lodash (angular#3465)
`@types/[email protected]` was causing errors.
1 parent 7be55af commit ee49229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"@types/fs-extra": "^0.0.31",
149149
"@types/glob": "^5.0.29",
150150
"@types/jasmine": "^2.2.32",
151-
"@types/lodash": "^4.0.25-alpha",
151+
"@types/lodash": "4.14.42",
152152
"@types/mock-fs": "3.6.28",
153153
"@types/node": "^6.0.36",
154154
"@types/request": "0.0.30",

0 commit comments

Comments
 (0)