Skip to content

Commit 2db5f19

Browse files
committed
fix: add missing @babel/runtime dep #1738
1 parent 341247b commit 2db5f19

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

Diff for: @commitlint/cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"devDependencies": {
5050
"@babel/cli": "^7.7.7",
5151
"@babel/core": "^7.7.7",
52+
"@babel/runtime": "^7.9.6",
5253
"@commitlint/test": "^9.0.0",
5354
"@commitlint/utils": "^9.0.0",
5455
"babel-preset-commitlint": "^9.0.0",

Diff for: @commitlint/prompt/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"devDependencies": {
5151
"@babel/cli": "^7.7.7",
5252
"@babel/core": "^7.7.7",
53+
"@babel/runtime": "^7.9.6",
5354
"@commitlint/utils": "^9.0.0",
5455
"babel-preset-commitlint": "^9.0.0",
5556
"commitizen": "3.1.2",

Diff for: @commitlint/travis-cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"devDependencies": {
4848
"@babel/cli": "7.8.4",
4949
"@babel/core": "7.8.4",
50+
"@babel/runtime": "^7.9.6",
5051
"@commitlint/test": "^9.0.0",
5152
"@commitlint/utils": "^9.0.0",
5253
"babel-preset-commitlint": "^9.0.0",

Diff for: yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,13 @@
739739
dependencies:
740740
regenerator-runtime "^0.13.2"
741741

742+
"@babel/runtime@^7.9.6":
743+
version "7.9.6"
744+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
745+
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
746+
dependencies:
747+
regenerator-runtime "^0.13.4"
748+
742749
"@babel/template@^7.7.4", "@babel/template@^7.8.3":
743750
version "7.8.3"
744751
resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
@@ -8375,6 +8382,11 @@ regenerator-runtime@^0.11.0:
83758382
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
83768383
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
83778384

8385+
regenerator-runtime@^0.13.4:
8386+
version "0.13.5"
8387+
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
8388+
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
8389+
83788390
regenerator-transform@^0.14.0:
83798391
version "0.14.1"
83808392
resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"

0 commit comments

Comments
 (0)