Skip to content

Commit 804fdef

Browse files
renovate[bot]renovate-bot
andauthoredSep 3, 2021
fix(deps): update babel monorepo to v7.15.4 (#240)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent a7f0a76 commit 804fdef

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎example/hapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"tsbb": "^3.0.3"
3434
},
3535
"dependencies": {
36-
"@babel/runtime": "7.15.3",
36+
"@babel/runtime": "7.15.4",
3737
"@hapi/hapi": "20.1.5"
3838
}
3939
}

‎example/react-component-tsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prop-types": "15.7.2"
4040
},
4141
"devDependencies": {
42-
"@babel/runtime": "7.15.3",
42+
"@babel/runtime": "7.15.4",
4343
"@kkt/less-modules": "6.11.0",
4444
"@kkt/raw-modules": "6.11.0",
4545
"@kkt/scope-plugin-options": "6.11.0",

‎example/react-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/plugin-transform-modules-umd": "7.14.5",
3535
"@babel/plugin-transform-runtime": "7.15.0",
36-
"@babel/runtime": "7.15.3",
36+
"@babel/runtime": "7.15.4",
3737
"@parcel/transformer-less": "2.0.0-rc.0",
3838
"@tsbb/babel-preset-tsbb": "1.14.2",
3939
"babel-plugin-transform-remove-imports": "1.5.5",

‎packages/tsbb/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"node.js"
2626
],
2727
"dependencies": {
28-
"@babel/core": "7.15.0",
28+
"@babel/core": "7.15.4",
2929
"@babel/plugin-proposal-class-properties": "7.14.5",
30-
"@babel/plugin-proposal-decorators": "7.14.5",
30+
"@babel/plugin-proposal-decorators": "7.15.4",
3131
"@babel/plugin-proposal-export-default-from": "7.14.5",
3232
"@babel/plugin-transform-runtime": "7.15.0",
33-
"@babel/preset-env": "7.15.0",
33+
"@babel/preset-env": "7.15.4",
3434
"@babel/preset-react": "7.14.5",
3535
"@babel/preset-typescript": "7.15.0",
3636
"@types/babel__core": "7.1.15",

0 commit comments

Comments
 (0)
Please sign in to comment.