forked from prettier/vim-prettier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for prettier#287: update dependency (prettier-php) to fix build
- Loading branch information
Am Laher
committed
May 23, 2021
1 parent
3760092
commit b7259fe
Showing
2 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,14 +25,14 @@ | |
dependencies: | ||
luaparse "0.2.1" | ||
|
||
"@prettier/plugin-php@^0.11.1": | ||
version "0.11.2" | ||
resolved "https://registry.yarnpkg.com/@prettier/plugin-php/-/plugin-php-0.11.2.tgz#2eca5d836c9782e958a1f37874d78f419e3aad36" | ||
integrity sha512-LWT3VY0+Xd2fGNqOfv7B2boBIomUJmSaBA3YFPIrz7Yzg8Yu8V9Vs6p19aXPezFVqJGTh1NT3/6b1dah2gmu/Q== | ||
"@prettier/plugin-php@^0.16.3": | ||
version "0.16.3" | ||
resolved "https://registry.yarnpkg.com/@prettier/plugin-php/-/plugin-php-0.16.3.tgz#74867210079ba3c0c3ae843029d76e25ff0aadf3" | ||
integrity sha512-DNidzeGpP+/wmcCAZNSHxgoAnhEosYG+no4jJRqln19e1o3Okpuir/2JMxb07VCwdG50IWjtNgVwNPVl4uj0Hg== | ||
dependencies: | ||
linguist-languages "^6.3.0" | ||
mem "^4.0.0" | ||
php-parser "github:glayzzle/php-parser#71485979b688d12fb130d3e853fdc00348671e00" | ||
linguist-languages "^7.5.1" | ||
mem "^8.0.0" | ||
php-parser "3.0.2" | ||
|
||
"@prettier/plugin-ruby@^0.8.0": | ||
version "0.8.0" | ||
|
@@ -2101,10 +2101,10 @@ levn@~0.3.0: | |
prelude-ls "~1.1.2" | ||
type-check "~0.3.2" | ||
|
||
linguist-languages@^6.3.0: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-6.3.0.tgz#b15a847c130229cc9239ebb11f0525a0e4c7a092" | ||
integrity sha512-d86fIQM00SqmBmAErxRpBEBe2Nw/WK4Se999wavaXc+lqarOLnoenGP3V/wgBclxKsRXEYWTd6mvv8373vPSKg== | ||
linguist-languages@^7.5.1: | ||
version "7.14.0" | ||
resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-7.14.0.tgz#62a6bdbe1ef80d0715d16c0bb8e953ee93c95dfc" | ||
integrity sha512-VqnUYHOSqRqAGnIl+7SCnFxK+sX0x7LXe5qn0TG6t9SViofQgN7272PLCFZ/lgkT7tAO5CA/2pCsZGlGvGhfWA== | ||
|
||
load-json-file@^1.0.0: | ||
version "1.1.0" | ||
|
@@ -2154,7 +2154,7 @@ [email protected]: | |
dependencies: | ||
tmpl "1.0.x" | ||
|
||
map-age-cleaner@^0.1.1: | ||
map-age-cleaner@^0.1.1, map-age-cleaner@^0.1.3: | ||
version "0.1.3" | ||
resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" | ||
integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== | ||
|
@@ -2187,6 +2187,14 @@ mem@^4.0.0: | |
mimic-fn "^2.0.0" | ||
p-is-promise "^2.0.0" | ||
|
||
mem@^8.0.0: | ||
version "8.1.1" | ||
resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.1.tgz#cf118b357c65ab7b7e0817bdf00c8062297c0122" | ||
integrity sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA== | ||
dependencies: | ||
map-age-cleaner "^0.1.3" | ||
mimic-fn "^3.1.0" | ||
|
||
merge-stream@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" | ||
|
@@ -2254,6 +2262,11 @@ mimic-fn@^2.0.0: | |
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" | ||
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== | ||
|
||
mimic-fn@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" | ||
integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== | ||
|
||
minimatch@^3.0.3, minimatch@^3.0.4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" | ||
|
@@ -2610,10 +2623,10 @@ performance-now@^2.1.0: | |
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" | ||
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= | ||
|
||
"php-parser@github:glayzzle/php-parser#71485979b688d12fb130d3e853fdc00348671e00": | ||
version "3.0.0-prerelease.8" | ||
uid "71485979b688d12fb130d3e853fdc00348671e00" | ||
resolved "https://codeload.github.com/glayzzle/php-parser/tar.gz/71485979b688d12fb130d3e853fdc00348671e00" | ||
php-parser@3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/php-parser/-/php-parser-3.0.2.tgz#a86dbbc110e57378cba71ab4cd9b0d18f3872ac3" | ||
integrity sha512-a7y1+odEGsceLDLpu7oNyspZ0pK8FMWJOoim4/yd82AtnEZNLdCLZ67arnOQZ9K0lHJiSp4/7lVUpGELVxE14w== | ||
|
||
pify@^2.0.0: | ||
version "2.3.0" | ||
|