mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 21:57:19 +00:00
Add transform-logical-assignment-operators
This commit is contained in:
parent
c8a27d38d9
commit
af61364a52
|
@ -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',
|
||||
],
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue