Skip to content

Commit ff36725

Browse files
committed
moved element plus to a dev dependency
1 parent dc72e26 commit ff36725

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparc-design-system-components-2",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": false,
55
"scripts": {
66
"dev": "vite",
@@ -20,7 +20,6 @@
2020
],
2121
"dependencies": {
2222
"@carbon/grid": "^11.20.0",
23-
"element-plus": "^2.4.1",
2423
"ramda": "^0.29.1",
2524
"vue": "^3.3.4"
2625
},
@@ -33,6 +32,7 @@
3332
"@storybook/vue3": "7.5.1",
3433
"@storybook/vue3-vite": "7.5.1",
3534
"@vitejs/plugin-vue": "^4.3.1",
35+
"element-plus": "^2.4.2",
3636
"react": "18.2.0",
3737
"react-dom": "18.2.0",
3838
"sass": "^1.69.4",

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2501,13 +2501,18 @@
25012501
"@types/istanbul-lib-report" "*"
25022502

25032503
"@types/lodash-es@^4.17.6":
2504-
version "4.17.10"
2505-
resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.10.tgz#1b36a76ca9eda20c0263e19bbe1a3adb1b317707"
2506-
integrity sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A==
2504+
version "4.17.11"
2505+
resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.11.tgz#6ff7878f90371256a6fed0b7b4707d5d940d945b"
2506+
integrity sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg==
25072507
dependencies:
25082508
"@types/lodash" "*"
25092509

2510-
"@types/lodash@*", "@types/lodash@^4.14.167", "@types/lodash@^4.14.182":
2510+
"@types/lodash@*", "@types/lodash@^4.14.182":
2511+
version "4.14.201"
2512+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239"
2513+
integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==
2514+
2515+
"@types/lodash@^4.14.167":
25112516
version "4.14.200"
25122517
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149"
25132518
integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==
@@ -3760,10 +3765,10 @@ electron-to-chromium@^1.4.535:
37603765
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.565.tgz#205f3746a759ec3c43bce98b9eef5445f2721ea9"
37613766
integrity sha512-XbMoT6yIvg2xzcbs5hCADi0dXBh4//En3oFXmtPX+jiyyiCTiM9DGFT2SLottjpEs9Z8Mh8SqahbR96MaHfuSg==
37623767

3763-
element-plus@^2.4.1:
3764-
version "2.4.1"
3765-
resolved "https://registry.yarnpkg.com/element-plus/-/element-plus-2.4.1.tgz#8a5faa69e856d82494b94d77fb485d9e727c8bc1"
3766-
integrity sha512-t7nl+vQlkBKVk1Ag6AufSDyFV8YIXxTFsaya4Nz/0tiRlcz65WPN4WMFeNURuFJleu1HLNtP4YyQKMuS7El8uA==
3768+
element-plus@^2.4.2:
3769+
version "2.4.2"
3770+
resolved "https://registry.yarnpkg.com/element-plus/-/element-plus-2.4.2.tgz#2a24632e0904ccd7bbbd64c269704f6b9969833c"
3771+
integrity sha512-E/HwXX7JF1LPvQSjs0fZ8WblIoc0quoXsRXQZiL7QDq7xJdNGSUaXtdk7xiEv7axPmLfEFtxE5du9fFspDrmJw==
37673772
dependencies:
37683773
"@ctrl/tinycolor" "^3.4.1"
37693774
"@element-plus/icons-vue" "^2.0.6"

0 commit comments

Comments
 (0)