Skip to content

Commit 16a413e

Browse files
chore(deps): update dependency prettier-package-json to v2.1.3 (#723)
1 parent ab4f8dd commit 16a413e

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"jest-junit": "10.0.0",
5555
"lint-staged": "9.5.0",
5656
"prettier": "1.19.1",
57-
"prettier-package-json": "2.1.0",
57+
"prettier-package-json": "2.1.3",
5858
"rimraf": "3.0.0",
5959
"rollup": "1.27.9",
6060
"rollup-plugin-babel": "4.3.3",

yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
21392139
dependencies:
21402140
delayed-stream "~1.0.0"
21412141

2142-
commander@^2.18.0, commander@^2.20.0, commander@~2.20.3:
2142+
commander@^2.20.0, commander@~2.20.3:
21432143
version "2.20.3"
21442144
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
21452145
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
@@ -3306,16 +3306,7 @@ from2@^2.1.0, from2@^2.3.0:
33063306
inherits "^2.0.1"
33073307
readable-stream "^2.0.0"
33083308

3309-
fs-extra@^7.0.0:
3310-
version "7.0.1"
3311-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
3312-
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
3313-
dependencies:
3314-
graceful-fs "^4.1.2"
3315-
jsonfile "^4.0.0"
3316-
universalify "^0.1.0"
3317-
3318-
fs-extra@^8.0.0:
3309+
fs-extra@^8.0.0, fs-extra@^8.1.0:
33193310
version "8.1.0"
33203311
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
33213312
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
@@ -3496,7 +3487,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.0:
34963487
dependencies:
34973488
is-glob "^4.0.1"
34983489

3499-
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
3490+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
35003491
version "7.1.6"
35013492
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
35023493
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -6626,14 +6617,14 @@ prepend-http@^1.0.1:
66266617
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
66276618
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
66286619

6629-
6630-
version "2.1.0"
6631-
resolved "https://registry.yarnpkg.com/prettier-package-json/-/prettier-package-json-2.1.0.tgz#12160af8d24518f74c1f310d950caa467ec530b6"
6632-
integrity sha512-0AV5tsBPkhljw0pDWQqCZhm+9+cre6QWQfMlOunjjZNN1cotSRQdyBn/koJijnO7VYP4aVEp9tA8RhlBLcOcLA==
6620+
6621+
version "2.1.3"
6622+
resolved "https://registry.yarnpkg.com/prettier-package-json/-/prettier-package-json-2.1.3.tgz#c2383552aa226abe7a8a1b289d7844ffc8440d71"
6623+
integrity sha512-GP245nK+xMsayxUghlmiCpzWSxfUywU6IADXy7KVc0cfb+Gs/yzzbqkseFTbmwXfld722gA1VpApy8INGdVfyg==
66336624
dependencies:
6634-
commander "^2.18.0"
6635-
fs-extra "^7.0.0"
6636-
glob "^7.1.3"
6625+
commander "^4.0.1"
6626+
fs-extra "^8.1.0"
6627+
glob "^7.1.6"
66376628
minimatch "^3.0.4"
66386629
parse-author "^2.0.0"
66396630
sort-object-keys "^1.1.2"

0 commit comments

Comments
 (0)