aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-07 07:52:31 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-07 07:52:31 +0200
commit91645e58be8324f0496eb8ddceffef8644378091 (patch)
tree5a4c28762a9ad32db6fa7eb8d0a4c5156c2dd152 /package.json
parentchore: set gitattributes so that binary files aren't corrupted [skip ci] (diff)
downloadferdium-app-91645e58be8324f0496eb8ddceffef8644378091.tar.gz
ferdium-app-91645e58be8324f0496eb8ddceffef8644378091.tar.zst
ferdium-app-91645e58be8324f0496eb8ddceffef8644378091.zip
chore: simplify babel configuration (#2029)
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 4 insertions, 10 deletions
diff --git a/package.json b/package.json
index 0cac64c56..176e59be1 100644
--- a/package.json
+++ b/package.json
@@ -131,16 +131,10 @@
131 "ws": "8.2.2" 131 "ws": "8.2.2"
132 }, 132 },
133 "devDependencies": { 133 "devDependencies": {
134 "@babel/cli": "7.14.8", 134 "@babel/eslint-parser": "7.15.7",
135 "@babel/core": "7.15.0",
136 "@babel/eslint-parser": "7.15.0",
137 "@babel/plugin-proposal-class-properties": "7.14.5", 135 "@babel/plugin-proposal-class-properties": "7.14.5",
138 "@babel/plugin-proposal-decorators": "7.14.5", 136 "@babel/plugin-proposal-decorators": "7.15.4",
139 "@babel/plugin-proposal-export-default-from": "7.14.5", 137 "@babel/preset-env": "7.15.6",
140 "@babel/plugin-proposal-private-methods": "7.14.5",
141 "@babel/plugin-proposal-throw-expressions": "7.14.5",
142 "@babel/plugin-syntax-dynamic-import": "7.8.3",
143 "@babel/preset-env": "7.15.0",
144 "@babel/preset-react": "7.14.5", 138 "@babel/preset-react": "7.14.5",
145 "@babel/register": "7.15.3", 139 "@babel/register": "7.15.3",
146 "@commitlint/cli": "13.1.0", 140 "@commitlint/cli": "13.1.0",
@@ -164,7 +158,7 @@
164 "@typescript-eslint/eslint-plugin": "4.31.2", 158 "@typescript-eslint/eslint-plugin": "4.31.2",
165 "@typescript-eslint/parser": "4.31.2", 159 "@typescript-eslint/parser": "4.31.2",
166 "all-contributors-cli": "6.20.0", 160 "all-contributors-cli": "6.20.0",
167 "babel-plugin-formatjs": "10.3.8", 161 "babel-plugin-formatjs": "10.3.9",
168 "commitizen": "4.2.4", 162 "commitizen": "4.2.4",
169 "concurrently": "6.2.1", 163 "concurrently": "6.2.1",
170 "conventional-changelog-cli": "2.1.1", 164 "conventional-changelog-cli": "2.1.1",