@volverjs/ui-vue 0.0.9-beta.13 → 0.0.9-beta.15
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/dist/components/VvCombobox/VvCombobox.es.js +6 -3
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +5 -3
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/index.es.js +6 -3
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/package.json +27 -27
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvCombobox/VvCombobox.vue +1 -0
- package/src/components/VvDropdown/VvDropdown.vue +7 -6
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/volverjs/ui-vue/issues"
|
|
21
21
|
},
|
|
22
|
-
"version": "0.0.9-beta.
|
|
22
|
+
"version": "0.0.9-beta.15",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -60,30 +60,30 @@
|
|
|
60
60
|
"@iconify/utils": "^2.1.7",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
62
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
63
|
-
"@storybook/addon-a11y": "^7.1.
|
|
64
|
-
"@storybook/addon-actions": "^7.1.
|
|
65
|
-
"@storybook/addon-docs": "^7.1.
|
|
66
|
-
"@storybook/addon-essentials": "^7.1.
|
|
67
|
-
"@storybook/addon-interactions": "^7.1.
|
|
68
|
-
"@storybook/addon-links": "^7.1.
|
|
69
|
-
"@storybook/channel-postmessage": "^7.1.
|
|
70
|
-
"@storybook/channel-websocket": "^7.1.
|
|
71
|
-
"@storybook/cli": "^7.1.
|
|
72
|
-
"@storybook/client-api": "^7.1.
|
|
73
|
-
"@storybook/client-logger": "^7.1.
|
|
74
|
-
"@storybook/core-common": "^7.1.
|
|
63
|
+
"@storybook/addon-a11y": "^7.1.1",
|
|
64
|
+
"@storybook/addon-actions": "^7.1.1",
|
|
65
|
+
"@storybook/addon-docs": "^7.1.1",
|
|
66
|
+
"@storybook/addon-essentials": "^7.1.1",
|
|
67
|
+
"@storybook/addon-interactions": "^7.1.1",
|
|
68
|
+
"@storybook/addon-links": "^7.1.1",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.1.1",
|
|
70
|
+
"@storybook/channel-websocket": "^7.1.1",
|
|
71
|
+
"@storybook/cli": "^7.1.1",
|
|
72
|
+
"@storybook/client-api": "^7.1.1",
|
|
73
|
+
"@storybook/client-logger": "^7.1.1",
|
|
74
|
+
"@storybook/core-common": "^7.1.1",
|
|
75
75
|
"@storybook/jest": "^0.1.0",
|
|
76
|
-
"@storybook/preview-api": "^7.1.
|
|
77
|
-
"@storybook/preview-web": "^7.1.
|
|
76
|
+
"@storybook/preview-api": "^7.1.1",
|
|
77
|
+
"@storybook/preview-web": "^7.1.1",
|
|
78
78
|
"@storybook/test-runner": "^0.11.0",
|
|
79
79
|
"@storybook/testing-library": "^0.2.0",
|
|
80
|
-
"@storybook/vue3": "^7.1.
|
|
81
|
-
"@storybook/vue3-vite": "^7.1.
|
|
80
|
+
"@storybook/vue3": "^7.1.1",
|
|
81
|
+
"@storybook/vue3-vite": "^7.1.1",
|
|
82
82
|
"@tsconfig/node18": "^18.2.0",
|
|
83
83
|
"@types/jest-axe": "^3.5.5",
|
|
84
84
|
"@types/jsdom": "^21.1.1",
|
|
85
|
-
"@types/node": "^20.4.
|
|
86
|
-
"@types/react": "^18.2.
|
|
85
|
+
"@types/node": "^20.4.5",
|
|
86
|
+
"@types/react": "^18.2.17",
|
|
87
87
|
"@types/yargs": "^17.0.24",
|
|
88
88
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
89
89
|
"@volverjs/style": "0.1.12-beta.4",
|
|
@@ -94,36 +94,36 @@
|
|
|
94
94
|
"@vue/tsconfig": "^0.4.0",
|
|
95
95
|
"change-case": "^4.1.2",
|
|
96
96
|
"eslint": "^8.45.0",
|
|
97
|
-
"eslint-config-prettier": "^8.
|
|
97
|
+
"eslint-config-prettier": "^8.9.0",
|
|
98
98
|
"eslint-mdx": "^2.1.0",
|
|
99
99
|
"eslint-plugin-mdx": "^2.1.0",
|
|
100
100
|
"eslint-plugin-storybook": "^0.6.13",
|
|
101
101
|
"eslint-plugin-vue": "^9.15.1",
|
|
102
102
|
"glob": "7.2.3",
|
|
103
103
|
"jest-axe": "^8.0.0",
|
|
104
|
-
"jest-diff": "^29.6.
|
|
104
|
+
"jest-diff": "^29.6.2",
|
|
105
105
|
"jest-get-type": "^29.4.3",
|
|
106
106
|
"jsdom": "^22.1.0",
|
|
107
107
|
"npm-run-all": "^4.1.5",
|
|
108
108
|
"prettier": "^3.0.0",
|
|
109
|
-
"pretty-format": "^29.6.
|
|
109
|
+
"pretty-format": "^29.6.2",
|
|
110
110
|
"react": "^18.2.0",
|
|
111
111
|
"react-dom": "^18.2.0",
|
|
112
112
|
"remark": "^14.0.3",
|
|
113
|
-
"sass": "^1.64.
|
|
114
|
-
"storybook": "^7.1.
|
|
113
|
+
"sass": "^1.64.1",
|
|
114
|
+
"storybook": "^7.1.1",
|
|
115
115
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
116
116
|
"storybook-dark-mode": "^3.0.0",
|
|
117
117
|
"storybook-version": "^0.1.1",
|
|
118
|
-
"terser": "^5.19.
|
|
118
|
+
"terser": "^5.19.2",
|
|
119
119
|
"ts-node": "^10.9.1",
|
|
120
120
|
"typescript": "~5.1.6",
|
|
121
121
|
"unplugin-auto-import": "^0.16.6",
|
|
122
122
|
"unplugin-vue-components": "^0.25.1",
|
|
123
|
-
"vite": "^4.4.
|
|
123
|
+
"vite": "^4.4.7",
|
|
124
124
|
"vite-plugin-eslint": "^1.8.1",
|
|
125
125
|
"vite-plugin-externalize-deps": "^0.7.0",
|
|
126
|
-
"vue-tsc": "^1.8.
|
|
126
|
+
"vue-tsc": "^1.8.8",
|
|
127
127
|
"yargs": "^17.7.2"
|
|
128
128
|
},
|
|
129
129
|
"typesVersions": {
|