Browse Source

Update prettier config

master
Dylan Baker 6 years ago
parent
commit
cd6eccabb1
2 changed files with 62 additions and 62 deletions
  1. 61
    61
      package-lock.json
  2. 1
    1
      package.json

+ 61
- 61
package-lock.json View File

@@ -16,7 +16,7 @@
16 16
       "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
17 17
       "dev": true,
18 18
       "requires": {
19
-        "balanced-match": "1.0.0",
19
+        "balanced-match": "^1.0.0",
20 20
         "concat-map": "0.0.1"
21 21
       }
22 22
     },
@@ -44,8 +44,8 @@
44 44
       "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=",
45 45
       "dev": true,
46 46
       "requires": {
47
-        "foreach": "2.0.5",
48
-        "object-keys": "1.0.11"
47
+        "foreach": "^2.0.5",
48
+        "object-keys": "^1.0.8"
49 49
       }
50 50
     },
51 51
     "defined": {
@@ -66,11 +66,11 @@
66 66
       "integrity": "sha512-ZnQrE/lXTTQ39ulXZ+J1DTFazV9qBy61x2bY071B+qGco8Z8q1QddsLdt/EF8Ai9hcWH72dWS0kFqXLxOxqslA==",
67 67
       "dev": true,
68 68
       "requires": {
69
-        "es-to-primitive": "1.1.1",
70
-        "function-bind": "1.1.1",
71
-        "has": "1.0.1",
72
-        "is-callable": "1.1.3",
73
-        "is-regex": "1.0.4"
69
+        "es-to-primitive": "^1.1.1",
70
+        "function-bind": "^1.1.1",
71
+        "has": "^1.0.1",
72
+        "is-callable": "^1.1.3",
73
+        "is-regex": "^1.0.4"
74 74
       }
75 75
     },
76 76
     "es-to-primitive": {
@@ -79,9 +79,9 @@
79 79
       "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=",
80 80
       "dev": true,
81 81
       "requires": {
82
-        "is-callable": "1.1.3",
83
-        "is-date-object": "1.0.1",
84
-        "is-symbol": "1.0.1"
82
+        "is-callable": "^1.1.1",
83
+        "is-date-object": "^1.0.1",
84
+        "is-symbol": "^1.0.1"
85 85
       }
86 86
     },
87 87
     "faucet": {
@@ -91,12 +91,12 @@
91 91
       "dev": true,
92 92
       "requires": {
93 93
         "defined": "0.0.0",
94
-        "duplexer": "0.1.1",
94
+        "duplexer": "~0.1.1",
95 95
         "minimist": "0.0.5",
96
-        "sprintf": "0.1.5",
97
-        "tap-parser": "0.4.3",
98
-        "tape": "2.3.3",
99
-        "through2": "0.2.3"
96
+        "sprintf": "~0.1.3",
97
+        "tap-parser": "~0.4.0",
98
+        "tape": "~2.3.2",
99
+        "through2": "~0.2.3"
100 100
       },
101 101
       "dependencies": {
102 102
         "deep-equal": {
@@ -123,12 +123,12 @@
123 123
           "integrity": "sha1-Lnzgox3wn41oUWZKcYQuDKUFevc=",
124 124
           "dev": true,
125 125
           "requires": {
126
-            "deep-equal": "0.1.2",
127
-            "defined": "0.0.0",
128
-            "inherits": "2.0.3",
129
-            "jsonify": "0.0.0",
130
-            "resumer": "0.0.0",
131
-            "through": "2.3.8"
126
+            "deep-equal": "~0.1.0",
127
+            "defined": "~0.0.0",
128
+            "inherits": "~2.0.1",
129
+            "jsonify": "~0.0.0",
130
+            "resumer": "~0.0.0",
131
+            "through": "~2.3.4"
132 132
           }
133 133
         }
134 134
       }
@@ -139,7 +139,7 @@
139 139
       "integrity": "sha1-LEBFC5NI6X8oEyJZO6lnBLmr1NQ=",
140 140
       "dev": true,
141 141
       "requires": {
142
-        "is-function": "1.0.1"
142
+        "is-function": "~1.0.0"
143 143
       }
144 144
     },
145 145
     "foreach": {
@@ -166,12 +166,12 @@
166 166
       "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
167 167
       "dev": true,
168 168
       "requires": {
169
-        "fs.realpath": "1.0.0",
170
-        "inflight": "1.0.6",
171
-        "inherits": "2.0.3",
172
-        "minimatch": "3.0.4",
173
-        "once": "1.4.0",
174
-        "path-is-absolute": "1.0.1"
169
+        "fs.realpath": "^1.0.0",
170
+        "inflight": "^1.0.4",
171
+        "inherits": "2",
172
+        "minimatch": "^3.0.4",
173
+        "once": "^1.3.0",
174
+        "path-is-absolute": "^1.0.0"
175 175
       }
176 176
     },
177 177
     "has": {
@@ -180,7 +180,7 @@
180 180
       "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=",
181 181
       "dev": true,
182 182
       "requires": {
183
-        "function-bind": "1.1.1"
183
+        "function-bind": "^1.0.2"
184 184
       }
185 185
     },
186 186
     "inflight": {
@@ -189,8 +189,8 @@
189 189
       "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
190 190
       "dev": true,
191 191
       "requires": {
192
-        "once": "1.4.0",
193
-        "wrappy": "1.0.2"
192
+        "once": "^1.3.0",
193
+        "wrappy": "1"
194 194
       }
195 195
     },
196 196
     "inherits": {
@@ -223,7 +223,7 @@
223 223
       "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
224 224
       "dev": true,
225 225
       "requires": {
226
-        "has": "1.0.1"
226
+        "has": "^1.0.1"
227 227
       }
228 228
     },
229 229
     "is-symbol": {
@@ -250,7 +250,7 @@
250 250
       "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
251 251
       "dev": true,
252 252
       "requires": {
253
-        "brace-expansion": "1.1.11"
253
+        "brace-expansion": "^1.1.7"
254 254
       }
255 255
     },
256 256
     "minimist": {
@@ -277,7 +277,7 @@
277 277
       "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
278 278
       "dev": true,
279 279
       "requires": {
280
-        "wrappy": "1.0.2"
280
+        "wrappy": "1"
281 281
       }
282 282
     },
283 283
     "path-is-absolute": {
@@ -304,10 +304,10 @@
304 304
       "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
305 305
       "dev": true,
306 306
       "requires": {
307
-        "core-util-is": "1.0.2",
308
-        "inherits": "2.0.3",
307
+        "core-util-is": "~1.0.0",
308
+        "inherits": "~2.0.1",
309 309
         "isarray": "0.0.1",
310
-        "string_decoder": "0.10.31"
310
+        "string_decoder": "~0.10.x"
311 311
       }
312 312
     },
313 313
     "resolve": {
@@ -316,7 +316,7 @@
316 316
       "integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==",
317 317
       "dev": true,
318 318
       "requires": {
319
-        "path-parse": "1.0.5"
319
+        "path-parse": "^1.0.5"
320 320
       }
321 321
     },
322 322
     "resumer": {
@@ -325,7 +325,7 @@
325 325
       "integrity": "sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=",
326 326
       "dev": true,
327 327
       "requires": {
328
-        "through": "2.3.8"
328
+        "through": "~2.3.4"
329 329
       }
330 330
     },
331 331
     "sprintf": {
@@ -340,9 +340,9 @@
340 340
       "integrity": "sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=",
341 341
       "dev": true,
342 342
       "requires": {
343
-        "define-properties": "1.1.2",
344
-        "es-abstract": "1.11.0",
345
-        "function-bind": "1.1.1"
343
+        "define-properties": "^1.1.2",
344
+        "es-abstract": "^1.5.0",
345
+        "function-bind": "^1.0.2"
346 346
       }
347 347
     },
348 348
     "string_decoder": {
@@ -357,8 +357,8 @@
357 357
       "integrity": "sha1-pOrhkMENdsehEZIf84u+TVjwnuo=",
358 358
       "dev": true,
359 359
       "requires": {
360
-        "inherits": "2.0.3",
361
-        "readable-stream": "1.1.14"
360
+        "inherits": "~2.0.1",
361
+        "readable-stream": "~1.1.11"
362 362
       }
363 363
     },
364 364
     "tape": {
@@ -367,19 +367,19 @@
367 367
       "integrity": "sha512-j0jO9BiScfqtPBb9QmPLL0qvxXMz98xjkMb7x8lKipFlJZwNJkqkWPou+NU4V6T9RnVh1kuSthLE8gLrN8bBfw==",
368 368
       "dev": true,
369 369
       "requires": {
370
-        "deep-equal": "1.0.1",
371
-        "defined": "1.0.0",
372
-        "for-each": "0.3.2",
373
-        "function-bind": "1.1.1",
374
-        "glob": "7.1.2",
375
-        "has": "1.0.1",
376
-        "inherits": "2.0.3",
377
-        "minimist": "1.2.0",
378
-        "object-inspect": "1.5.0",
379
-        "resolve": "1.5.0",
380
-        "resumer": "0.0.0",
381
-        "string.prototype.trim": "1.1.2",
382
-        "through": "2.3.8"
370
+        "deep-equal": "~1.0.1",
371
+        "defined": "~1.0.0",
372
+        "for-each": "~0.3.2",
373
+        "function-bind": "~1.1.1",
374
+        "glob": "~7.1.2",
375
+        "has": "~1.0.1",
376
+        "inherits": "~2.0.3",
377
+        "minimist": "~1.2.0",
378
+        "object-inspect": "~1.5.0",
379
+        "resolve": "~1.5.0",
380
+        "resumer": "~0.0.0",
381
+        "string.prototype.trim": "~1.1.2",
382
+        "through": "~2.3.8"
383 383
       }
384 384
     },
385 385
     "through": {
@@ -394,8 +394,8 @@
394 394
       "integrity": "sha1-6zKE2k6jEbbMis42U3SKUqvyWj8=",
395 395
       "dev": true,
396 396
       "requires": {
397
-        "readable-stream": "1.1.14",
398
-        "xtend": "2.1.2"
397
+        "readable-stream": "~1.1.9",
398
+        "xtend": "~2.1.1"
399 399
       }
400 400
     },
401 401
     "wrappy": {
@@ -410,7 +410,7 @@
410 410
       "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=",
411 411
       "dev": true,
412 412
       "requires": {
413
-        "object-keys": "0.4.0"
413
+        "object-keys": "~0.4.0"
414 414
       },
415 415
       "dependencies": {
416 416
         "object-keys": {

+ 1
- 1
package.json View File

@@ -5,7 +5,7 @@
5 5
   "main": "index.js",
6 6
   "scripts": {
7 7
     "test": "faucet test/*.js",
8
-    "pretty": "prettier --single-quote --no-semi --trailing-comma all --write ./**/*.js"
8
+    "pretty": "prettier --single-quote --no-semi --trailing-comma all --arrow-parens avoid --write ./**/*.js"
9 9
   },
10 10
   "keywords": [],
11 11
   "author": "",

Loading…
Cancel
Save