Skip to content

Commit

Permalink
Update Babel Transpilation to v7.18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2022
1 parent cbd37ac commit 8df8dde
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 61 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@
"sass": "1.53.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/plugin-proposal-export-namespace-from": "7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "7.18.6",
"@babel/core": "7.18.9",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/plugin-proposal-optional-catch-binding": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.18.6",
"@babel/plugin-proposal-pipeline-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-proposal-pipeline-operator": "7.18.9",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@babel/plugin-syntax-top-level-await": "7.14.5",
"@babel/plugin-transform-block-scoping": "7.18.6",
"@babel/plugin-transform-block-scoping": "7.18.9",
"@ember/optional-features": "2.0.0",
"babel-eslint": "10.1.0",
"broccoli-asset-rev": "3.0.0",
Expand Down
Loading

0 comments on commit 8df8dde

Please sign in to comment.