Skip to content

Commit 1697568

Browse files
authored
fix(deps): use full commit hash for parser dependency (#1755)
Needed for yarn2 compatibility.
1 parent 95209e1 commit 1697568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"linguist-languages": "^7.5.1",
1515
"mem": "^8.0.0",
16-
"php-parser": "https://github.com/glayzzle/php-parser#bb89fff"
16+
"php-parser": "https://github.com/glayzzle/php-parser#bb89fff9e636a991aa3ac931d5f8a66a365fccce"
1717
},
1818
"devDependencies": {
1919
"@babel/preset-env": "^7.7.5",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4624,7 +4624,7 @@ performance-now@^2.1.0:
46244624
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
46254625
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
46264626

4627-
"php-parser@https://github.com/glayzzle/php-parser#bb89fff":
4627+
"php-parser@https://github.com/glayzzle/php-parser#bb89fff9e636a991aa3ac931d5f8a66a365fccce":
46284628
version "3.0.2"
46294629
resolved "https://github.com/glayzzle/php-parser#bb89fff9e636a991aa3ac931d5f8a66a365fccce"
46304630

0 commit comments

Comments
 (0)