Skip to content

Commit 9b65481

Browse files
authored
fix(build): pin @types/lodash (#3465)
`@types/[email protected]` was causing errors.
1 parent 0a68cc5 commit 9b65481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)