Update package.json: Upgrade @vue/cli-plugin-babel and @vue/cli-plugin-eslint to version 5.0.0, removing the previous version 3.12.1 for better compatibility.

This commit is contained in:
Torsten Schulz (local)
2025-11-22 23:33:04 +01:00
parent cd9e645941
commit 11cf961ed8

View File

@@ -51,7 +51,6 @@
"vm-browserify": "^1.1.2",
"vue": "^3.4.30",
"vue-multiselect": "^3.0.0",
"@vue/cli-plugin-babel": "^3.12.1",
"vue-quill-editor": "^3.0.6",
"vue-router": "^4.3.3",
"vuex": "^4.0.2"
@@ -59,7 +58,8 @@
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"crypto-browserify": "^3.12.0",
"eslint": "^7.32.0",