Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8b05f2b

Browse files
committed
Pull in the latest types for lodash, sinon, and moment-timezone
Utilities now expects these type versions. We'll get the project building with these so we can move forward with these versions for good.
1 parent f6f6e47 commit 8b05f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"@types/core-js": "~0.9.34",
9494
"@types/jquery": "~2.0.32",
9595
"@types/jquery.jsignature": "~2.0.28",
96-
"@types/lodash": "~4.14.36",
97-
"@types/moment-timezone": "0.2.31",
98-
"@types/sinon": "1.16.31",
96+
"@types/lodash": "^4.14.53",
97+
"@types/moment-timezone": "^0.2.34",
98+
"@types/sinon": "^1.16.35",
9999
"angular": "~1.5.3",
100100
"angular-animate": "~1.5.3",
101101
"angular-mocks": "~1.5.0",

0 commit comments

Comments
 (0)