Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.15.0 (#6208)
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 authored Sep 1, 2021
1 parent 64fd696 commit 582d3cf
Show file tree
Hide file tree
Showing 3 changed files with 543 additions and 328 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dmg-license": "1.0.9"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "7.15.0",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "2.16.0",
"@typescript-eslint/eslint-plugin": "4.28.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"///": "babel in devDependencies for proton tests",
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/core": "7.15.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.14.5",
"@babel/plugin-proposal-do-expressions": "7.14.5",
Expand All @@ -87,11 +87,11 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-numeric-separator": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-proposal-pipeline-operator": "7.14.8",
"@babel/plugin-proposal-pipeline-operator": "7.15.0",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.14.8",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@types/debug": "4.1.7",
"@types/ejs": "3.0.7",
Expand Down
Loading

0 comments on commit 582d3cf

Please sign in to comment.