File tree Expand file tree Collapse file tree 2 files changed +54
-2
lines changed Expand file tree Collapse file tree 2 files changed +54
-2
lines changed Original file line number Diff line number Diff line change 23
23
"@types/jest" : " 21.1.8" ,
24
24
"@types/node" : " 8.0.53" ,
25
25
"cz-conventional-changelog" : " 2.1.0" ,
26
- "eslint" : " 4.11 .0" ,
26
+ "eslint" : " 4.12 .0" ,
27
27
"husky" : " ^0.14.3" ,
28
28
"jest" : " 21.2.1" ,
29
29
"lint-staged" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -1057,6 +1057,12 @@ doctrine@^2.0.0:
1057
1057
esutils "^2.0.2"
1058
1058
isarray "^1.0.0"
1059
1059
1060
+ doctrine@^2.0.2 :
1061
+ version "2.0.2"
1062
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.2.tgz#68f96ce8efc56cc42651f1faadb4f175273b0075"
1063
+ dependencies :
1064
+ esutils "^2.0.2"
1065
+
1060
1066
dot-prop@^3.0.0 :
1061
1067
version "3.0.0"
1062
1068
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
@@ -1131,7 +1137,49 @@ eslint-scope@^3.7.1:
1131
1137
esrecurse "^4.1.0"
1132
1138
estraverse "^4.1.1"
1133
1139
1134
- eslint@4.11.0, eslint@^4.5.0 :
1140
+ eslint@4.12.0 :
1141
+ version "4.12.0"
1142
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.12.0.tgz#a7ce78eba8cc8f2443acfbbc870cc31a65135884"
1143
+ dependencies :
1144
+ ajv "^5.3.0"
1145
+ babel-code-frame "^6.22.0"
1146
+ chalk "^2.1.0"
1147
+ concat-stream "^1.6.0"
1148
+ cross-spawn "^5.1.0"
1149
+ debug "^3.0.1"
1150
+ doctrine "^2.0.2"
1151
+ eslint-scope "^3.7.1"
1152
+ espree "^3.5.2"
1153
+ esquery "^1.0.0"
1154
+ estraverse "^4.2.0"
1155
+ esutils "^2.0.2"
1156
+ file-entry-cache "^2.0.0"
1157
+ functional-red-black-tree "^1.0.1"
1158
+ glob "^7.1.2"
1159
+ globals "^11.0.1"
1160
+ ignore "^3.3.3"
1161
+ imurmurhash "^0.1.4"
1162
+ inquirer "^3.0.6"
1163
+ is-resolvable "^1.0.0"
1164
+ js-yaml "^3.9.1"
1165
+ json-stable-stringify-without-jsonify "^1.0.1"
1166
+ levn "^0.3.0"
1167
+ lodash "^4.17.4"
8000
1168
+ minimatch "^3.0.2"
1169
+ mkdirp "^0.5.1"
1170
+ natural-compare "^1.4.0"
1171
+ optionator "^0.8.2"
1172
+ path-is-inside "^1.0.2"
1173
+ pluralize "^7.0.0"
1174
+ progress "^2.0.0"
1175
+ require-uncached "^1.0.3"
1176
+ semver "^5.3.0"
1177
+ strip-ansi "^4.0.0"
1178
+ strip-json-comments "~2.0.1"
1179
+ table "^4.0.1"
1180
+ text-table "~0.2.0"
1181
+
1182
+ eslint@^4.5.0 :
1135
1183
version "4.11.0"
1136
1184
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.11.0.tgz#39a8c82bc0a3783adf5a39fa27fdd9d36fac9a34"
1137
1185
dependencies :
@@ -1673,6 +1721,10 @@ glob@~7.0.6:
1673
1721
once "^1.3.0"
1674
1722
path-is-absolute "^1.0.0"
1675
1723
1724
+ globals@^11.0.1 :
1725
+ version "11.0.1"
1726
+ resolved "https://registry.yarnpkg.com/globals/-/globals-11.0.1.tgz#12a87bb010e5154396acc535e1e43fc753b0e5e8"
1727
+
1676
1728
globals@^9.17.0, globals@^9.18.0 :
1677
1729
version "9.18.0"
1678
1730
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
You can’t perform that action at this time.
0 commit comments