aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-25 15:00:38 +0200
committerHampusM <hampus@hampusmat.com>2021-07-25 15:00:38 +0200
commit06245c86a34af53216f25eef96fb80134100aef5 (patch)
tree13e4b5bc8ee62ee2342f899f5fa13cd5e338283d /packages
parent7b3292af22a0496007e974b65cd2e34521c9c429 (diff)
Downgraded the client @babel/core to 7.0.0 & removed Babel's eslint parser
Diffstat (limited to 'packages')
-rw-r--r--packages/client/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/client/package.json b/packages/client/package.json
index 0c69871..65496d4 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -20,8 +20,7 @@
"vue-router": "^4.0.0-0"
},
"devDependencies": {
- "@babel/core": "^7.14.6",
- "@babel/eslint-parser": "^7.14.7",
+ "@babel/core": "^7.0.0",
"@types/marked": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
@@ -37,7 +36,7 @@
"sass-loader": "^12.1.0",
"shared_types": "^1.0.0",
"typescript": "^4.3.5",
- "webpack": "^5.44.0"
+ "webpack": "^5.46.0"
},
"license": "MIT"
}