Skip to content

Commit afe56fe

Browse files
committed
fix(cli): add missing regenerator-runtime to dependencies
1 parent fac8171 commit afe56fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

@commitlint/cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"get-stdin": "7.0.0",
6565
"lodash": "4.17.15",
6666
"meow": "5.0.0",
67+
"regenerator-runtime": "^0.13.3",
6768
"resolve-from": "5.0.0",
6869
"resolve-global": "1.0.0"
6970
}

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -8442,7 +8442,7 @@ regenerator-runtime@^0.11.0:
84428442
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
84438443
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
84448444

8445-
regenerator-runtime@^0.13.2:
8445+
regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3:
84468446
version "0.13.3"
84478447
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
84488448
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==

0 commit comments

Comments
 (0)