Skip to content

Commit

Permalink
Merge pull request #4906 from dodona-edu/chore/update-browserlist
Browse files Browse the repository at this point in the history
Update browserlist
  • Loading branch information
jorg-vr authored Sep 13, 2023
2 parents 5fbbf71 + e284337 commit 522956a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
>= 1% and last 2 major versions and not dead
Chrome >= 86
Firefox >= 81
Chrome >= 94
Firefox >= 92
Firefox ESR
iOS >= 14
Safari >= 14
iOS >= 15
Safari >= 15
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ module.exports = function (api) {
regenerator: true,
corejs: false
}],
["@babel/plugin-transform-regenerator", { async: false }]
["@babel/plugin-transform-regenerator", { async: false }],
"@babel/plugin-transform-class-properties"
].filter(Boolean)
};
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@babel/core": "^7.22.17",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
Expand Down

0 comments on commit 522956a

Please sign in to comment.