From ef0691220851fc00f50826084850aeade09e0007 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 29 May 2023 13:52:30 +0800 Subject: [PATCH] build: babel core Signed-off-by: fit2-zhao --- framework/sdk-parent/frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/package.json b/framework/sdk-parent/frontend/package.json index acffd7217c..3d9554257a 100644 --- a/framework/sdk-parent/frontend/package.json +++ b/framework/sdk-parent/frontend/package.json @@ -38,8 +38,9 @@ "vuedraggable": "^2.24.3" }, "devDependencies": { - "@babel/core": "^7.12.16", + "@babel/core": "^7.22.1", "@babel/eslint-parser": "^7.12.16", + "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@vue/cli-plugin-babel": "^5.0.7", "@vue/cli-plugin-eslint": "^5.0.7", "@vue/cli-service": "^5.0.7",