From aa5ac4651474b8a443ef9285f86376734442f0df Mon Sep 17 00:00:00 2001 From: Erwan de FERRIERES Date: Mon, 29 Apr 2024 11:37:09 +0200 Subject: [PATCH] @babel/eslint-parser should be in devDependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e95318f..8013d664 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "url": "https://github.com/KIProtect/klaro/issues" }, "dependencies": { - "@babel/eslint-parser": "^7.23.10", "sass": "^1.25.0", "webpack-merge": "^5.10.0" }, @@ -17,6 +16,7 @@ "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "7.24.0", + "@babel/eslint-parser": "^7.23.10", "@babel/plugin-proposal-class-properties": "7.16.7", "@babel/plugin-proposal-object-rest-spread": "7.17.3", "@babel/preset-env": "7.24.0", @@ -83,4 +83,4 @@ "make-watch": "cross-env APP_ENV=dev webpack --mode development --watch --config webpack.config.js" }, "version": "0.7.22" -} \ No newline at end of file +}