@citruslime/ui 2.3.0-beta.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -16,3 +16,7 @@ A Vue 3 UI library, which is used across different Citrus-Lime web apps.
|
|
|
16
16
|
or
|
|
17
17
|
|
|
18
18
|
`yarn add @citruslime/ui @iconify/vue @popperjs/core @vueuse/core v-calendar vue vue-i18n`
|
|
19
|
+
|
|
20
|
+
or
|
|
21
|
+
|
|
22
|
+
`pnpm add @citruslime/ui @iconify/vue @popperjs/core @vueuse/core v-calendar vue vue-i18n`
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citruslime/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.3.0
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Citrus-Lime Ltd",
|
|
7
7
|
"url": "https://citruslime.com"
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"build-types": "vue-tsc --declaration --emitDeclarationOnly --declarationDir ./dist --project ./tsconfig.app.json --composite false"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@citruslime/utils": "^1.
|
|
40
|
-
"@citruslime/vue-utils": "^1.3.0
|
|
39
|
+
"@citruslime/utils": "^1.2.0",
|
|
40
|
+
"@citruslime/vue-utils": "^1.3.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@iconify/vue": "^4.1.0",
|