Add transform-logical-assignment-operators

This commit is contained in:
Christian Schmidt 2024-10-05 19:16:34 +02:00
parent c8a27d38d9
commit af61364a52
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ module.exports = (api) => {
include: [
'transform-numeric-separator',
'transform-optional-chaining',
'transform-logical-assignment-operators',
'transform-nullish-coalescing-operator',
'transform-class-properties',
],

View file

@ -35,6 +35,7 @@
"private": true,
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-transform-logical-assignment-operators": "^7.25.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.3",
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.4",

View file

@ -2789,6 +2789,7 @@ __metadata:
resolution: "@mastodon/mastodon@workspace:."
dependencies:
"@babel/core": "npm:^7.22.1"
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.25.7"
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.22.3"
"@babel/plugin-transform-react-inline-elements": "npm:^7.21.0"
"@babel/plugin-transform-runtime": "npm:^7.22.4"