Skip to content

Commit

Permalink
fix: add missing @babel/runtime dep #1738 (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed May 26, 2020
1 parent 341247b commit 09afcd6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions @commitlint/cli/package.json
Expand Up @@ -57,6 +57,7 @@
"fs-extra": "^8.1.0"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@commitlint/format": "^9.0.0",
"@commitlint/lint": "^9.0.0",
"@commitlint/load": "^9.0.0",
Expand Down
1 change: 1 addition & 0 deletions @commitlint/prompt/package.json
Expand Up @@ -56,6 +56,7 @@
"cross-env": "7.0.0"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@commitlint/load": "^9.0.0",
"chalk": "^3.0.0",
"lodash": "^4.17.15",
Expand Down
1 change: 1 addition & 0 deletions @commitlint/travis-cli/package.json
Expand Up @@ -53,6 +53,7 @@
"cross-env": "7.0.0"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@commitlint/cli": "^9.0.0",
"execa": "^3.4.0"
},
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Expand Up @@ -739,6 +739,13 @@
dependencies:
regenerator-runtime "^0.13.2"

"@babel/runtime@^7.9.6":
version "7.9.6"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/template@^7.7.4", "@babel/template@^7.8.3":
version "7.8.3"
resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
Expand Down Expand Up @@ -8375,6 +8382,11 @@ regenerator-runtime@^0.11.0:
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==

regenerator-runtime@^0.13.4:
version "0.13.5"
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==

regenerator-transform@^0.14.0:
version "0.14.1"
resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
Expand Down

0 comments on commit 09afcd6

Please sign in to comment.