From ff3672585f6bd8a3d10e866d1e09bf01071439f4 Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Wed, 15 Nov 2023 18:16:56 -0500 Subject: [PATCH] moved element plus to a dev dependency --- package.json | 4 ++-- yarn.lock | 21 +++++++++++++-------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c992167..505213b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sparc-design-system-components-2", - "version": "0.0.8", + "version": "0.0.9", "private": false, "scripts": { "dev": "vite", @@ -20,7 +20,6 @@ ], "dependencies": { "@carbon/grid": "^11.20.0", - "element-plus": "^2.4.1", "ramda": "^0.29.1", "vue": "^3.3.4" }, @@ -33,6 +32,7 @@ "@storybook/vue3": "7.5.1", "@storybook/vue3-vite": "7.5.1", "@vitejs/plugin-vue": "^4.3.1", + "element-plus": "^2.4.2", "react": "18.2.0", "react-dom": "18.2.0", "sass": "^1.69.4", diff --git a/yarn.lock b/yarn.lock index 2409e59..dfd6fcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2501,13 +2501,18 @@ "@types/istanbul-lib-report" "*" "@types/lodash-es@^4.17.6": - version "4.17.10" - resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.10.tgz#1b36a76ca9eda20c0263e19bbe1a3adb1b317707" - integrity sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A== + version "4.17.11" + resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.11.tgz#6ff7878f90371256a6fed0b7b4707d5d940d945b" + integrity sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg== dependencies: "@types/lodash" "*" -"@types/lodash@*", "@types/lodash@^4.14.167", "@types/lodash@^4.14.182": +"@types/lodash@*", "@types/lodash@^4.14.182": + version "4.14.201" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239" + integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ== + +"@types/lodash@^4.14.167": version "4.14.200" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149" integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q== @@ -3760,10 +3765,10 @@ electron-to-chromium@^1.4.535: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.565.tgz#205f3746a759ec3c43bce98b9eef5445f2721ea9" integrity sha512-XbMoT6yIvg2xzcbs5hCADi0dXBh4//En3oFXmtPX+jiyyiCTiM9DGFT2SLottjpEs9Z8Mh8SqahbR96MaHfuSg== -element-plus@^2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/element-plus/-/element-plus-2.4.1.tgz#8a5faa69e856d82494b94d77fb485d9e727c8bc1" - integrity sha512-t7nl+vQlkBKVk1Ag6AufSDyFV8YIXxTFsaya4Nz/0tiRlcz65WPN4WMFeNURuFJleu1HLNtP4YyQKMuS7El8uA== +element-plus@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/element-plus/-/element-plus-2.4.2.tgz#2a24632e0904ccd7bbbd64c269704f6b9969833c" + integrity sha512-E/HwXX7JF1LPvQSjs0fZ8WblIoc0quoXsRXQZiL7QDq7xJdNGSUaXtdk7xiEv7axPmLfEFtxE5du9fFspDrmJw== dependencies: "@ctrl/tinycolor" "^3.4.1" "@element-plus/icons-vue" "^2.0.6"