mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 15:31:52 +00:00
Merge af61364a52
into 6d62581da1
This commit is contained in:
commit
d8d799df7d
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user