File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 65
65
"jest" : " ^24.9.0" ,
66
66
"jest-runner-eslint" : " ^0.7.1" ,
67
67
"lint-staged" : " ^9.4.2" ,
68
- "prettier" : " ^1.10.2 " ,
68
+ "prettier" : " ^1.19.1 " ,
69
69
"prettylint" : " ^1.0.0" ,
70
70
"resolve-from" : " ^5.0.0" ,
71
71
"rimraf" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ describe('snapshot-processor', () => {
22
22
it ( 'should only return messages about snapshot specific rules' , ( ) => {
23
23
const { postprocess } = snapshotProcessor ;
24
24
const result = postprocess ( [
25
- [ 'no-console' , 'global-require' , 'jest/no-large-snapshots' ] . map (
26
- ruleId => ( { ruleId } ) ,
27
- ) ,
25
+ [
26
+ 'no-console' ,
27
+ 'global-require' ,
28
+ 'jest/no-large-snapshots' ,
29
+ ] . map ( ruleId => ( { ruleId } ) ) ,
28
30
] ) ;
29
31
30
32
expect ( result ) . toEqual ( [ { ruleId : 'jest/no-large-snapshots' } ] ) ;
Original file line number Diff line number Diff line change @@ -6208,7 +6208,6 @@ npm@^6.10.3:
6208
6208
cmd-shim "^3.0.3"
6209
6209
columnify "~1.5.4"
6210
6210
config-chain "^1.1.12"
6211
- debuglog "*"
6212
6211
detect-indent "~5.0.0"
6213
6212
detect-newline "^2.1.0"
6214
6213
dezalgo "~1.0.3"
@@ -6223,7 +6222,6 @@ npm@^6.10.3:
6223
6222
has-unicode "~2.0.1"
6224
6223
hosted-git-info "^2.8.5"
6225
6224
iferr "^1.0.2"
6226
- imurmurhash "*"
6227
6225
infer-owner "^1.0.4"
6228
6226
inflight "~1.0.6"
6229
6227
inherits "^2.0.4"
@@ -6242,14 +6240,8 @@ npm@^6.10.3:
6242
6240
libnpx "^10.2.0"
6243
6241
lock-verify "^2.1.0"
6244
6242
lockfile "^1.0.4"
6245
- lodash._baseindexof "*"
6246
6243
lodash._baseuniq "~4.6.0"
6247
- lodash._bindcallback "*"
6248
- lodash._cacheindexof "*"
6249
- lodash._createcache "*"
6250
- lodash._getnative "*"
6251
6244
lodash.clonedeep "~4.5.0"
6252
- lodash.restparam "*"
6253
6245
lodash.union "~4.6.0"
6254
6246
lodash.uniq "~4.5.0"
6255
6247
lodash.without "~4.4.0"
@@ -6904,10 +6896,10 @@ prettier-linter-helpers@^1.0.0:
6904
6896
dependencies :
6905
6897
fast-diff "^1.1.2"
6906
6898
6907
- prettier@^1.10.2 :
6908
- version "1.18.2 "
6909
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2 .tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea "
6910
- integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw ==
6899
+ prettier@^1.19.1 :
6900
+ version "1.19.1 "
6901
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1 .tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb "
6902
+ integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew ==
6911
6903
6912
6904
pretty-format@^24.9.0 :
6913
6905
version "24.9.0"
You can’t perform that action at this time.
0 commit comments