summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2021-05-05 06:13:04 +0900
committerGitHub <noreply@github.com>2021-05-04 23:13:04 +0200
commitdde0529fbc2228ff7069a5208cdcdf745685db09 (patch)
treea6247690c46ee18d9822e72d1f9c9bc486bdffc9
parentd95128c99dc65b8f5ffc352e5eb4c2a87b332c5a (diff)
Remove dependency for @babel/plugin-proposal-class-properties (#16155)
-rw-r--r--babel.config.js1
-rw-r--r--package.json1
-rw-r--r--yarn.lock2
3 files changed, 1 insertions, 3 deletions
diff --git a/babel.config.js b/babel.config.js
index 9be5b547a63..b040cc15960 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -18,7 +18,6 @@ module.exports = (api) => {
],
plugins: [
['@babel/proposal-decorators', { legacy: true }],
- '@babel/proposal-class-properties',
['react-intl', { messagesDir: './build/messages' }],
'preval',
],
diff --git a/package.json b/package.json
index 364b2fd8eec..827dc127b3a 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,6 @@
"private": true,
"dependencies": {
"@babel/core": "^7.14.0",
- "@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.15",
diff --git a/yarn.lock b/yarn.lock
index e296a9d5197..71865363e3b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -347,7 +347,7 @@
"@babel/helper-remap-async-to-generator" "^7.13.0"
"@babel/plugin-syntax-async-generators" "^7.8.4"
-"@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.8.3":
+"@babel/plugin-proposal-class-properties@^7.13.0":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37"
integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==