Skip to content

Commit db11bad

Browse files
chore: update babel monorepo (#2086)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4aa2749 commit db11bad

File tree

5 files changed

+594
-500
lines changed

5 files changed

+594
-500
lines changed

@commitlint/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@babel/cli": "^7.7.7",
40-
"@babel/core": "^7.7.7",
39+
"@babel/cli": "^7.10.5",
40+
"@babel/core": "^7.11.4",
4141
"@commitlint/test": "^10.0.0",
4242
"@commitlint/utils": "^10.0.0",
4343
"@types/yargs": "^15.0.3",
@@ -47,7 +47,7 @@
4747
"fs-extra": "^9.0.0"
4848
},
4949
"dependencies": {
50-
"@babel/runtime": "^7.9.6",
50+
"@babel/runtime": "^7.11.2",
5151
"@commitlint/format": "^10.0.0",
5252
"@commitlint/lint": "^10.0.0",
5353
"@commitlint/load": "^10.0.0",

@commitlint/prompt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"node": ">=v10.22.0"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.7.7",
52-
"@babel/core": "^7.7.7",
51+
"@babel/cli": "^7.10.5",
52+
"@babel/core": "^7.11.4",
5353
"@commitlint/utils": "^10.0.0",
5454
"babel-preset-commitlint": "^10.0.0",
5555
"commitizen": "4.2.1",
5656
"cross-env": "7.0.2"
5757
},
5858
"dependencies": {
59-
"@babel/runtime": "^7.9.6",
59+
"@babel/runtime": "^7.11.2",
6060
"@commitlint/load": "^10.0.0",
6161
"chalk": "^4.0.0",
6262
"lodash": "^4.17.19",

@commitlint/travis-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"cross-env": "7.0.2"
5454
},
5555
"dependencies": {
56-
"@babel/runtime": "^7.9.6",
56+
"@babel/runtime": "^7.11.2",
5757
"@commitlint/cli": "^10.0.0",
5858
"execa": "^4.0.0"
5959
},

@packages/babel-preset-commitlint/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
},
3131
"license": "MIT",
3232
"devDependencies": {
33-
"@babel/core": "^7.7.7"
33+
"@babel/core": "^7.11.4"
3434
},
3535
"dependencies": {
36-
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
37-
"@babel/plugin-transform-react-jsx": "^7.7.7",
38-
"@babel/plugin-transform-runtime": "^7.7.6",
39-
"@babel/preset-env": "^7.7.7",
36+
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
37+
"@babel/plugin-transform-react-jsx": "^7.10.4",
38+
"@babel/plugin-transform-runtime": "^7.11.0",
39+
"@babel/preset-env": "^7.11.0",
4040
"fast-async": "^7.0.6"
4141
},
4242
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"

0 commit comments

Comments
 (0)