@codelic/component
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@codelic/component", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"type": "module", | ||
@@ -25,2 +25,4 @@ "author": "CodeLic", | ||
"dependencies": { | ||
"@vueuse/core": "^9.13.0", | ||
"copy-anything": "^3.0.3", | ||
"vue": "^3.2.47", | ||
@@ -36,2 +38,3 @@ "vue-router": "^4.1.6" | ||
"vite": "^4.1.4", | ||
"vitest": "^0.29.8", | ||
"vue-tsc": "^1.2.0" | ||
@@ -38,0 +41,0 @@ }, |
@@ -8,3 +8,13 @@ import CCInput from './components/CCInput/CCInput.vue' | ||
import CCCard from './components/CCCard/CCCard.vue' | ||
import CCSelect from './components/CCSelect/CCSelect.vue' | ||
export { CCInput, CCButton, CCToggle, CCRadio, CCMDIcon, CCCheckbox, CCCard } | ||
export { | ||
CCInput, | ||
CCButton, | ||
CCToggle, | ||
CCRadio, | ||
CCMDIcon, | ||
CCCheckbox, | ||
CCCard, | ||
CCSelect | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
104033
38
2404
4
8
+ Added@vueuse/core@^9.13.0
+ Addedcopy-anything@^3.0.3
+ Added@types/web-bluetooth@0.0.16(transitive)
+ Added@vueuse/core@9.13.0(transitive)
+ Added@vueuse/metadata@9.13.0(transitive)
+ Added@vueuse/shared@9.13.0(transitive)
+ Addedcopy-anything@3.0.5(transitive)
+ Addedis-what@4.1.16(transitive)
+ Addedvue-demi@0.14.10(transitive)