Skip to content

Commit dde0529

Browse files
authored
Remove dependency for @babel/plugin-proposal-class-properties (#16155)
1 parent d95128c commit dde0529

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

babel.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = (api) => {
1818
],
1919
plugins: [
2020
['@babel/proposal-decorators', { legacy: true }],
21-
'@babel/proposal-class-properties',
2221
['react-intl', { messagesDir: './build/messages' }],
2322
'preval',
2423
],

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"private": true,
6161
"dependencies": {
6262
"@babel/core": "^7.14.0",
63-
"@babel/plugin-proposal-class-properties": "^7.8.3",
6463
"@babel/plugin-proposal-decorators": "^7.13.15",
6564
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
6665
"@babel/plugin-transform-runtime": "^7.13.15",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"@babel/helper-remap-async-to-generator" "^7.13.0"
348348
"@babel/plugin-syntax-async-generators" "^7.8.4"
349349

350-
"@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.8.3":
350+
"@babel/plugin-proposal-class-properties@^7.13.0":
351351
version "7.13.0"
352352
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37"
353353
integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==

0 commit comments

Comments
 (0)