@amirjalili1374/ui-kit 1.2.1 → 1.2.2
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 +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ pnpm add @amirjalili1374/ui-kit
|
|
|
25
25
|
|
|
26
26
|
This library requires the following peer dependencies to be installed in your project:
|
|
27
27
|
|
|
28
|
-
- `vue` >= 3.
|
|
28
|
+
- `vue` >= 3.3.0
|
|
29
29
|
- `vuetify` >= 3.10.0
|
|
30
30
|
- `@vueuse/core` >= 13.0.0 (optional)
|
|
31
31
|
- `axios` >= 1.8.0 (optional)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amirjalili1374/ui-kit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "A reusable UI component library built with Vue 3, Vuetify, and TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/ui-kit.cjs.js",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"serve": "vue-cli-service serve"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
+
"@amirjalili1374/ui-kit": "^1.2.1",
|
|
66
67
|
"@dsb-norge/vue-keycloak-js": "^3.0.3",
|
|
67
68
|
"@mdi/js": "^7.4.47",
|
|
68
69
|
"@tabler/icons-vue": "^3.33.0",
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
"peerDependencies": {
|
|
98
99
|
"@vueuse/core": "^13.0.0",
|
|
99
100
|
"axios": "^1.8.0",
|
|
100
|
-
"vue": "^3.
|
|
101
|
+
"vue": "^3.3.0",
|
|
101
102
|
"vuetify": "^3.10.0"
|
|
102
103
|
},
|
|
103
104
|
"peerDependenciesMeta": {
|