diff --git a/package.json b/package.json index 505213b..72a10e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sparc-design-system-components-2", - "version": "0.0.9", + "version": "0.0.10", "private": false, "scripts": { "dev": "vite", @@ -20,6 +20,7 @@ ], "dependencies": { "@carbon/grid": "^11.20.0", + "element-plus": "^2.4.2", "ramda": "^0.29.1", "vue": "^3.3.4" }, @@ -32,7 +33,6 @@ "@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/src/components/SparcLogo.vue b/src/components/SparcLogo.vue index 4335eeb..56d7b02 100644 --- a/src/components/SparcLogo.vue +++ b/src/components/SparcLogo.vue @@ -1,7 +1,8 @@