This commit is contained in:
Christian Schmidt 2024-11-25 17:05:04 +00:00 committed by GitHub
commit d8d799df7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 1 deletions

View File

@ -7,4 +7,7 @@ not dead
not OperaMini all
[development]
supports es6-module
last 1 chrome version
last 1 edge version
last 1 firefox version
last 1 safari version

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

@ -2835,6 +2835,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"