Skip to content

Commit 785117b

Browse files
authored
fix: add prepublishOnly lifecycle script, close #116 (#117)
1 parent 1eefbb8 commit 785117b

File tree

4 files changed

+74
-96
lines changed

4 files changed

+74
-96
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"lint:ts": "tslint -p . -t stylish",
2020
"lint:tsc": "tsc --incremental --noEmit",
2121
"prelint": "yarn build",
22+
"prepublishOnly": "yarn build",
2223
"pretest": "yarn clean",
2324
"test": "ts-node --skip-ignore node_modules/.bin/jest",
2425
"type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files *.d.ts --strict"
@@ -28,7 +29,7 @@
2829
"@1stg/tslint-config": "^0.5.7",
2930
"@types/eslint": "^6.1.3",
3031
"@types/jest": "^24.0.23",
31-
"@types/node": "^12.12.17",
32+
"@types/node": "^12.12.18",
3233
"@types/react": "^16.9.16",
3334
"@types/rebass": "^4.0.3",
3435
"@types/unist": "^2.0.3",
@@ -46,7 +47,7 @@
4647
"resolutions": {
4748
"@babel/core": "^7.7.5",
4849
"@babel/preset-env": "^7.7.6",
49-
"eslint-plugin-prettier": "^3.1.1",
50+
"eslint-plugin-prettier": "^3.1.2",
5051
"typescript": "^3.7.3"
5152
},
5253
"commitlint": {

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"espree": "^6.1.2",
37-
"remark-mdx": "^1.5.1",
37+
"remark-mdx": "^1.5.2",
3838
"remark-parse": "^7.0.2",
3939
"tslib": "^1.10.0",
4040
"unified": "^8.4.2"

packages/eslint-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cosmiconfig": "^6.0.0",
3737
"eslint-mdx": "^1.6.4",
3838
"eslint-plugin-react": ">=7.0.0",
39-
"remark-mdx": "^1.5.1",
39+
"remark-mdx": "^1.5.2",
4040
"remark-parse": "^7.0.2",
4141
"remark-stringify": "^7.0.4",
4242
"tslib": "^1.10.0",

yarn.lock

Lines changed: 69 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
dependencies:
166166
"@babel/highlight" "^7.0.0"
167167

168-
"@babel/core@7.6.2", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
168+
"@babel/core@7.7.4", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
169169
version "7.7.5"
170170
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
171171
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
@@ -484,15 +484,7 @@
484484
"@babel/helper-plugin-utils" "^7.0.0"
485485
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.7.4"
486486

487-
488-
version "7.6.2"
489-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
490-
integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
491-
dependencies:
492-
"@babel/helper-plugin-utils" "^7.0.0"
493-
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
494-
495-
"@babel/plugin-proposal-object-rest-spread@^7.7.4":
487+
"@babel/[email protected]", "@babel/plugin-proposal-object-rest-spread@^7.7.4":
496488
version "7.7.4"
497489
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
498490
integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
@@ -605,14 +597,7 @@
605597
dependencies:
606598
"@babel/helper-plugin-utils" "^7.0.0"
607599

608-
609-
version "7.2.0"
610-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
611-
integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==
612-
dependencies:
613-
"@babel/helper-plugin-utils" "^7.0.0"
614-
615-
"@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.7.4":
600+
"@babel/[email protected]", "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.7.4":
616601
version "7.7.4"
617602
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.7.4.tgz#dab2b56a36fb6c3c222a1fbc71f7bf97f327a9ec"
618603
integrity sha512-wuy6fiMe9y7HeZBWXYCGt2RGxZOj0BImZ9EyXJVnVGBKO/Br592rbR3rtIQn0eQhAk9vqaKP5n8tVqEFBQMfLg==
@@ -633,7 +618,7 @@
633618
dependencies:
634619
"@babel/helper-plugin-utils" "^7.0.0"
635620

636-
"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0", "@babel/plugin-syntax-object-rest-spread@^7.7.4":
621+
"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.7.4":
637622
version "7.7.4"
638623
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46"
639624
integrity sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==
@@ -2242,10 +2227,10 @@
22422227
mkdirp "^0.5.1"
22432228
rimraf "^2.5.2"
22442229

2245-
"@mdx-js/util@^1.5.1":
2246-
version "1.5.1"
2247-
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.5.1.tgz#f5f29bde5b09f8da3f4a4b43fa0a34bcf8ffc7cb"
2248-
integrity sha512-8F8E5FPWKP/cHjjI+O6Sh4KLUktk0KKS1xrxqVoBQd14/PBDH+kUgSJVE99p9jSRGh+OjCBmqx0tXN+m32w1tA==
2230+
"@mdx-js/util@^1.5.2":
2231+
version "1.5.2"
2232+
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.5.2.tgz#c8990cc1c7d8b9a841519c95efb43f0eebf73ea8"
2233+
integrity sha512-HpBe5ohLToHt+ANsmNLWkPA/KwqsEXdThTodm+8OlPby2iM4TMrjYinfktWL78OZ9XUyzHWz6sAqsn/Hii1+Jg==
22492234

22502235
"@mrmlnc/readdir-enhanced@^2.2.1":
22512236
version "2.2.1"
@@ -2402,9 +2387,9 @@
24022387
tslib "^1.10.0"
24032388

24042389
"@prettier/plugin-pug@^1.1.0":
2405-
version "1.1.0"
2406-
resolved "https://registry.yarnpkg.com/@prettier/plugin-pug/-/plugin-pug-1.1.0.tgz#2e6d72da88047732642a52cfcd54787d0120ceae"
2407-
integrity sha512-RN8mk+tWQicy2Padwgf9vJ6yeGce0ekZKnrWLK/mK0UuQFKsl+D80sNcnFszrYgvAdYizVgYkPfT4UvdJrIQtg==
2390+
version "1.1.1"
2391+
resolved "https://registry.yarnpkg.com/@prettier/plugin-pug/-/plugin-pug-1.1.1.tgz#6bae5ae8026490b74856fd9a28bea1d8d48af6e9"
2392+
integrity sha512-0NRl+BksY7BhR3JsCxHIthUHLHL83X6XJINkMjVbo2vrEC7YEF4/A8/NWK79ltUf8/uje2Tr/ou/vH09YZolRA==
24082393
dependencies:
24092394
pug-lexer "~4.1.0"
24102395

@@ -2705,10 +2690,10 @@
27052690
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.16.tgz#3ebcbd7bf978fa4c5120fee8be57083271a8b3ac"
27062691
integrity sha512-vRuMyoOr5yfNf8QWxXegOjeyjpWJxFePzHzmBOIzDIzo+rSqF94RW0PkS6y4T2+VjAWLXHWrfbIJY3E3aS7lUw==
27072692

2708-
"@types/node@^12.12.17":
2709-
version "12.12.17"
2710-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.17.tgz#191b71e7f4c325ee0fb23bc4a996477d92b8c39b"
2711-
integrity sha512-Is+l3mcHvs47sKy+afn2O1rV4ldZFU7W8101cNlOd+MRbjM4Onida8jSZnJdTe/0Pcf25g9BNIUsuugmE6puHA==
2693+
"@types/node@^12.12.18":
2694+
version "12.12.18"
2695+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.18.tgz#8d16634797d63c2af5bc647ce879f8de20b56469"
2696+
integrity sha512-DBkZuIMFuAfjJHiunyRc+aNvmXYNwV1IPMgGKGlwCp6zh6MKrVtmvjSWK/axWcD25KJffkXgkfvFra8ndenXAw==
27122697

27132698
"@types/normalize-package-data@^2.4.0":
27142699
version "2.4.0"
@@ -2815,25 +2800,34 @@
28152800
"@types/yargs-parser" "*"
28162801

28172802
"@typescript-eslint/eslint-plugin-tslint@^2.11.0":
2818-
version "2.11.0"
2819-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-2.11.0.tgz#24cad764013f85e5cc72558d0e301ce451e990d5"
2820-
integrity sha512-mZ2HqY3ZoC32mFB2LjN/XanP/Op2aylVWpv+qmTjbtoVl7ZkuDLZKoqoJ7KHVchE77/pw9YDDz9EG49ee5veSQ==
2803+
version "2.12.0"
2804+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-2.12.0.tgz#033f655a0ffe64bd42001837359da79bdc353e38"
2805+
integrity sha512-KBdoDJdXDJbJbz6gAqFPVOke7rguDfX54gMqXrNOHqEJB1VJRfdRmFCWafOeaBSiCZw52vmm0Jh+Ga2EEeYrIw==
28212806
dependencies:
2822-
"@typescript-eslint/experimental-utils" "2.11.0"
2807+
"@typescript-eslint/experimental-utils" "2.12.0"
28232808
lodash.memoize "^4.1.2"
28242809

28252810
"@typescript-eslint/eslint-plugin@^2.11.0":
2826-
version "2.11.0"
2827-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.11.0.tgz#4477c33491ccf0a9a3f4a30ef84978fa0ea0cad2"
2828-
integrity sha512-G2HHA1vpMN0EEbUuWubiCCfd0R3a30BB+UdvnFkxwZIxYEGOrWEXDv8tBFO9f44CWc47Xv9lLM3VSn4ORLI2bA==
2811+
version "2.12.0"
2812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.12.0.tgz#0da7cbca7b24f4c6919e9eb31c704bfb126f90ad"
2813+
integrity sha512-1t4r9rpLuEwl3hgt90jY18wJHSyb0E3orVL3DaqwmpiSDHmHiSspVsvsFF78BJ/3NNG3qmeso836jpuBWYziAA==
28292814
dependencies:
2830-
"@typescript-eslint/experimental-utils" "2.11.0"
2815+
"@typescript-eslint/experimental-utils" "2.12.0"
28312816
eslint-utils "^1.4.3"
28322817
functional-red-black-tree "^1.0.1"
28332818
regexpp "^3.0.0"
28342819
tsutils "^3.17.1"
28352820

2836-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
2821+
"@typescript-eslint/[email protected]":
2822+
version "2.12.0"
2823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.12.0.tgz#e0a76ffb6293e058748408a191921e453c31d40d"
2824+
integrity sha512-jv4gYpw5N5BrWF3ntROvCuLe1IjRenLy5+U57J24NbPGwZFAjhnM45qpq0nDH1y/AZMb3Br25YiNVwyPbz6RkA==
2825+
dependencies:
2826+
"@types/json-schema" "^7.0.3"
2827+
"@typescript-eslint/typescript-estree" "2.12.0"
2828+
eslint-scope "^5.0.0"
2829+
2830+
"@typescript-eslint/experimental-utils@^2.5.0":
28372831
version "2.11.0"
28382832
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac"
28392833
integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ==
@@ -2843,13 +2837,13 @@
28432837
eslint-scope "^5.0.0"
28442838

28452839
"@typescript-eslint/parser@^2.11.0":
2846-
version "2.11.0"
2847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
2848-
integrity sha512-DyGXeqhb3moMioEFZIHIp7oXBBh7dEfPTzGrlyP0Mi9ScCra4SWEGs3kPd18mG7Sy9Wy8z88zmrw5tSGL6r/6A==
2840+
version "2.12.0"
2841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.12.0.tgz#393f1604943a4ca570bb1a45bc8834e9b9158884"
2842+
integrity sha512-lPdkwpdzxEfjI8TyTzZqPatkrswLSVu4bqUgnB03fHSOwpC7KSerPgJRgIAf11UGNf7HKjJV6oaPZI4AghLU6g==
28492843
dependencies:
28502844
"@types/eslint-visitor-keys" "^1.0.0"
2851-
"@typescript-eslint/experimental-utils" "2.11.0"
2852-
"@typescript-eslint/typescript-estree" "2.11.0"
2845+
"@typescript-eslint/experimental-utils" "2.12.0"
2846+
"@typescript-eslint/typescript-estree" "2.12.0"
28532847
eslint-visitor-keys "^1.1.0"
28542848

28552849
"@typescript-eslint/[email protected]":
@@ -2865,6 +2859,19 @@
28652859
semver "^6.3.0"
28662860
tsutils "^3.17.1"
28672861

2862+
"@typescript-eslint/[email protected]":
2863+
version "2.12.0"
2864+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.12.0.tgz#bd9e547ccffd17dfab0c3ab0947c80c8e2eb914c"
2865+
integrity sha512-rGehVfjHEn8Frh9UW02ZZIfJs6SIIxIu/K1bbci8rFfDE/1lQ8krIJy5OXOV3DVnNdDPtoiPOdEANkLMrwXbiQ==
2866+
dependencies:
2867+
debug "^4.1.1"
2868+
eslint-visitor-keys "^1.1.0"
2869+
glob "^7.1.6"
2870+
is-glob "^4.0.1"
2871+
lodash.unescape "4.0.1"
2872+
semver "^6.3.0"
2873+
tsutils "^3.17.1"
2874+
28682875
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
28692876
version "1.0.0"
28702877
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"
@@ -4939,6 +4946,7 @@ eslint-import-resolver-ts@^0.4.2:
49394946

49404947
"eslint-mdx@link:packages/eslint-mdx/src":
49414948
version "0.0.0"
4949+
uid ""
49424950

49434951
eslint-module-utils@^2.4.1:
49444952
version "2.5.0"
@@ -4995,6 +5003,7 @@ eslint-plugin-jest@^23.1.1:
49955003

49965004
"eslint-plugin-mdx@link:packages/eslint-plugin-mdx/src":
49975005
version "0.0.0"
5006+
uid ""
49985007

49995008
eslint-plugin-node@^10.0.0:
50005009
version "10.0.0"
@@ -5008,10 +5017,10 @@ eslint-plugin-node@^10.0.0:
50085017
resolve "^1.10.1"
50095018
semver "^6.1.0"
50105019

5011-
eslint-plugin-prettier@^2.2.0, eslint-plugin-prettier@^3.1.1:
5012-
version "3.1.1"
5013-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.1.tgz#507b8562410d02a03f0ddc949c616f877852f2ba"
5014-
integrity sha512-A+TZuHZ0KU0cnn56/9mfR7/KjUJ9QNVXUhwvRFSR7PGPe0zQR6PTkmyqg1AtUUEOzTqeRsUwyKFh0oVZKVCrtA==
5020+
eslint-plugin-prettier@^2.2.0, eslint-plugin-prettier@^3.1.1, eslint-plugin-prettier@^3.1.2:
5021+
version "3.1.2"
5022+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
5023+
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==
50155024
dependencies:
50165025
prettier-linter-helpers "^1.0.0"
50175026

@@ -10054,19 +10063,19 @@ remark-lint@^6.0.0, remark-lint@^6.0.5:
1005410063
dependencies:
1005510064
remark-message-control "^4.0.0"
1005610065

10057-
remark-mdx@^1.5.1:
10058-
version "1.5.1"
10059-
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.5.1.tgz#df176c69b0d22fca890812cb828a100d5c14ae60"
10060-
integrity sha512-emKP/F1VV/k7iKGOfSChTIGocKHXbiDtdn4icefpJUedxLXlNYXe+jiSDSqlBhkv/mmN4poDTTHvFEIV6vpd4w==
10066+
remark-mdx@^1.5.2:
10067+
version "1.5.2"
10068+
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.5.2.tgz#4e65ef820bdd2cee1f7352febd8df143a934594b"
10069+
integrity sha512-nKa65qs/ra41ovl+eLd6aww7+M9ch77GTYjsm/PblvBDhI9hOJeo2NaurDB7R5Z5uNr0TtgWp5nps5OeH+WYYw==
1006110070
dependencies:
10062-
"@babel/core" "7.6.2"
10071+
"@babel/core" "7.7.4"
1006310072
"@babel/helper-plugin-utils" "7.0.0"
10064-
"@babel/plugin-proposal-object-rest-spread" "7.6.2"
10065-
"@babel/plugin-syntax-jsx" "7.2.0"
10066-
"@mdx-js/util" "^1.5.1"
10073+
"@babel/plugin-proposal-object-rest-spread" "7.7.4"
10074+
"@babel/plugin-syntax-jsx" "7.7.4"
10075+
"@mdx-js/util" "^1.5.2"
1006710076
is-alphabetical "1.0.3"
10068-
remark-parse "7.0.1"
10069-
unified "8.3.2"
10077+
remark-parse "7.0.2"
10078+
unified "8.4.2"
1007010079

1007110080
remark-message-control@^4.0.0:
1007210081
version "4.2.0"
@@ -10077,28 +10086,7 @@ remark-message-control@^4.0.0:
1007710086
unified-message-control "^1.0.0"
1007810087
xtend "^4.0.1"
1007910088

10080-
10081-
version "7.0.1"
10082-
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-7.0.1.tgz#0c13d67e0d7b82c2ad2d8b6604ec5fae6c333c2b"
10083-
integrity sha512-WOZLa545jYXtSy+txza6ACudKWByQac4S2DmGk+tAGO/3XnVTOxwyCIxB7nTcLlk8Aayhcuf3cV1WV6U6L7/DQ==
10084-
dependencies:
10085-
collapse-white-space "^1.0.2"
10086-
is-alphabetical "^1.0.0"
10087-
is-decimal "^1.0.0"
10088-
is-whitespace-character "^1.0.0"
10089-
is-word-character "^1.0.0"
10090-
markdown-escapes "^1.0.0"
10091-
parse-entities "^1.1.0"
10092-
repeat-string "^1.5.4"
10093-
state-toggle "^1.0.0"
10094-
trim "0.0.1"
10095-
trim-trailing-lines "^1.0.0"
10096-
unherit "^1.0.4"
10097-
unist-util-remove-position "^1.0.0"
10098-
vfile-location "^2.0.0"
10099-
xtend "^4.0.1"
10100-
10101-
remark-parse@^7.0.2:
10089+
[email protected], remark-parse@^7.0.2:
1010210090
version "7.0.2"
1010310091
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-7.0.2.tgz#41e7170d9c1d96c3d32cf1109600a9ed50dba7cf"
1010410092
integrity sha512-9+my0lQS80IQkYXsMA8Sg6m9QfXYJBnXjWYN5U+kFc5/n69t+XZVXU/ZBYr3cYH8FheEGf1v87rkFDhJ8bVgMA==
@@ -11745,18 +11733,7 @@ unified-message-control@^1.0.0:
1174511733
unist-util-visit "^1.0.0"
1174611734
vfile-location "^2.0.0"
1174711735

11748-
11749-
version "8.3.2"
11750-
resolved "https://registry.yarnpkg.com/unified/-/unified-8.3.2.tgz#aed69d0e577d6ef27268431c63a10faef60e63ab"
11751-
integrity sha512-NDtUAXcd4c+mKppCbsZHzmhkKEQuhveZNBrFYmNgMIMk2K9bc8hmG3mLEGVtRmSNodobwyMePAnvIGVWZfPdzQ==
11752-
dependencies:
11753-
bail "^1.0.0"
11754-
extend "^3.0.0"
11755-
is-plain-obj "^2.0.0"
11756-
trough "^1.0.0"
11757-
vfile "^4.0.0"
11758-
11759-
unified@^8.4.2:
11736+
[email protected], unified@^8.4.2:
1176011737
version "8.4.2"
1176111738
resolved "https://registry.yarnpkg.com/unified/-/unified-8.4.2.tgz#13ad58b4a437faa2751a4a4c6a16f680c500fff1"
1176211739
integrity sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==

0 commit comments

Comments
 (0)