From 91645e58be8324f0496eb8ddceffef8644378091 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 7 Oct 2021 07:52:31 +0200 Subject: chore: simplify babel configuration (#2029) --- package.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0cac64c56..176e59be1 100644 --- a/package.json +++ b/package.json @@ -131,16 +131,10 @@ "ws": "8.2.2" }, "devDependencies": { - "@babel/cli": "7.14.8", - "@babel/core": "7.15.0", - "@babel/eslint-parser": "7.15.0", + "@babel/eslint-parser": "7.15.7", "@babel/plugin-proposal-class-properties": "7.14.5", - "@babel/plugin-proposal-decorators": "7.14.5", - "@babel/plugin-proposal-export-default-from": "7.14.5", - "@babel/plugin-proposal-private-methods": "7.14.5", - "@babel/plugin-proposal-throw-expressions": "7.14.5", - "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/preset-env": "7.15.0", + "@babel/plugin-proposal-decorators": "7.15.4", + "@babel/preset-env": "7.15.6", "@babel/preset-react": "7.14.5", "@babel/register": "7.15.3", "@commitlint/cli": "13.1.0", @@ -164,7 +158,7 @@ "@typescript-eslint/eslint-plugin": "4.31.2", "@typescript-eslint/parser": "4.31.2", "all-contributors-cli": "6.20.0", - "babel-plugin-formatjs": "10.3.8", + "babel-plugin-formatjs": "10.3.9", "commitizen": "4.2.4", "concurrently": "6.2.1", "conventional-changelog-cli": "2.1.1", -- cgit v1.2.3-54-g00ecf