File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 63
63
},
64
64
"devDependencies" : {
65
65
"@types/jest" : " ^22.2.3" ,
66
- "@types/lodash" : " ^4.14.0 " ,
66
+ "@types/lodash.isequal " : " ^4.5.3 " ,
67
67
"@types/node" : " ^10.5.3" ,
68
68
"colors" : " ^1.1.2" ,
69
69
"cross-env" : " ^5.0.1" ,
70
70
"jest" : " ^22.0.2" ,
71
- "lodash" : " ^4.17.5" ,
72
71
"prettier" : " ^1.4.4" ,
73
72
"rimraf" : " ^2.6.1" ,
74
73
"rollup" : " ^0.53.0" ,
84
83
"typedoc" : " ^0.11.1" ,
85
84
"typedoc-plugin-markdown" : " ^1.0.13" ,
86
85
"typescript" : " ~2.9.2"
86
+ },
87
+ "dependencies" : {
88
+ "lodash.isequal" : " ^4.5.0"
87
89
}
88
90
}
Original file line number Diff line number Diff line change 1
1
import * as Result from './result' ;
2
- const isEqual = require ( 'lodash/isEqual ' ) ; // this syntax avoids TS1192
2
+ const isEqual = require ( 'lodash.isequal ' ) ; // this syntax avoids TS1192
3
3
4
4
/**
5
5
* Information describing how json data failed to match a decoder.
Original file line number Diff line number Diff line change 52
52
version "22.2.3"
53
53
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.2.3.tgz#0157c0316dc3722c43a7b71de3fdf3acbccef10d"
54
54
55
+ " @types/lodash.isequal@^4.5.3 " :
56
+ version "4.5.3"
57
+ resolved "https://registry.yarnpkg.com/@types/lodash.isequal/-/lodash.isequal-4.5.3.tgz#b0d2747d3e76cc94da47ebd932c69a98c0ba61b4"
58
+ dependencies :
59
+ " @types/lodash" " *"
60
+
61
+ " @types/lodash@* " :
62
+ version "4.14.116"
63
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.116.tgz#5ccf215653e3e8c786a58390751033a9adca0eb9"
64
+
55
65
56
66
version "4.14.104"
57
67
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.104.tgz#53ee2357fa2e6e68379341d92eb2ecea4b11bb80"
58
68
59
- " @types/lodash@^4.14.0 " :
60
- version "4.14.114"
61
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.114.tgz#e6f251af5994dd0d7ce141f9241439b4f40270f6"
62
-
63
69
64
70
version "0.3.0"
65
71
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-0.3.0.tgz#583c223dd33385a1dda01aaf77b0cd0411c4b524"
@@ -2122,6 +2128,10 @@ locate-path@^2.0.0:
2122
2128
p-locate "^2.0.0"
2123
2129
path-exists "^3.0.0"
2124
2130
2131
+ lodash.isequal@^4.5.0 :
2132
+ version "4.5.0"
2133
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
2134
+
2125
2135
lodash.sortby@^4.7.0 :
2126
2136
version "4.7.0"
2127
2137
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
You can’t perform that action at this time.
0 commit comments