From bf67d986980da9f44d1db656b751743c28a8e38c Mon Sep 17 00:00:00 2001 From: Y Date: Thu, 23 May 2024 10:49:16 +0800 Subject: [PATCH] chore: upgrade tdesign-site-components to 0.15.2 (#1406) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef73c3def..27f755a95 100644 --- a/package.json +++ b/package.json @@ -96,11 +96,11 @@ }, "devDependencies": { "@babel/core": ">=7.13.0 <8.0.0", + "@babel/helper-module-imports": "7.22.5", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-transform-runtime": "^7.16.4", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.16.0", - "@babel/helper-module-imports": "7.22.5", "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@popperjs/core": "^2.11.8", @@ -170,7 +170,7 @@ "rollup-pluginutils": "^2.8.2", "tdesign-icons-view": "^0.2.2", "tdesign-publish-cli": "^0.0.10", - "tdesign-site-components": "^0.14.6", + "tdesign-site-components": "^0.15.2", "tslib": "^2.3.1", "typescript": "~4.7.2", "vite": "^2.9.14",