Skip to content

Commit

Permalink
fix(deps): update babel monorepo to v7.15.8 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 8, 2021
1 parent 5a4feff commit 6b8615e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/react-component/package.json
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-umd": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/runtime": "7.15.4",
"@parcel/transformer-less": "2.0.0-rc.0",
"@tsbb/babel-preset-tsbb": "1.14.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/tsbb/package.json
Expand Up @@ -25,12 +25,12 @@
"node.js"
],
"dependencies": {
"@babel/core": "7.15.5",
"@babel/core": "7.15.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.15.4",
"@babel/plugin-proposal-decorators": "7.15.8",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.6",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@types/babel__core": "7.1.16",
Expand Down

0 comments on commit 6b8615e

Please sign in to comment.