Skip to content

Commit f0d2ddb

Browse files
committedApr 18, 2023
[Deps] Upgrade ast-types-flow to mitigate Docker user namespacing problems
Version 0.0.7 had a problem with a very high user id, which lead to problems when used in Docker with user namespacing. For some details check: kyldvs/ast-types-flow#5
1 parent db64898 commit f0d2ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/eslint-parser": "^7.19.1",
4343
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
4444
"@babel/register": "^7.18.9",
45-
"ast-types-flow": "^0.0.7",
45+
"ast-types-flow": "^0.0.8",
4646
"aud": "^2.0.2",
4747
"auto-changelog": "^2.4.0",
4848
"babel-jest": "^24.9.0",

0 commit comments

Comments
 (0)
Please sign in to comment.