@webpros/tsxuserprofilevue 3.0.12 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- package/package.json +10 -10
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"author": "Sascha Fuchs <sascha.fuchs@webpros.com>",
|
6
6
|
"license": "MIT",
|
7
|
-
"version": "3.0
|
7
|
+
"version": "3.1.0",
|
8
8
|
"engines": {
|
9
9
|
"node": "18.x"
|
10
10
|
},
|
@@ -33,19 +33,19 @@
|
|
33
33
|
"story:preview": "histoire preview"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@headlessui/vue": "^1.7.
|
36
|
+
"@headlessui/vue": "^1.7.23",
|
37
37
|
"@histoire/plugin-vue": "^0.17.17",
|
38
38
|
"@tailwindcss/container-queries": "^0.1.1",
|
39
|
-
"@vueuse/core": "^
|
40
|
-
"@vueuse/integrations": "^
|
41
|
-
"axios": "^1.
|
39
|
+
"@vueuse/core": "^11.1.0",
|
40
|
+
"@vueuse/integrations": "^11.1.0",
|
41
|
+
"axios": "^1.7.7",
|
42
42
|
"container-query-polyfill": "^1.0.2",
|
43
43
|
"marked": "^5.1.2",
|
44
44
|
"mitt": "^3.0.1",
|
45
|
-
"terser": "^5.
|
46
|
-
"universal-cookie": "^7.1
|
47
|
-
"vue": "^3.
|
48
|
-
"vue-multiselect": "^3.
|
45
|
+
"terser": "^5.34.1",
|
46
|
+
"universal-cookie": "^7.2.1",
|
47
|
+
"vue": "^3.5.11",
|
48
|
+
"vue-multiselect": "^3.1.0"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@babel/core": "^7.24.4",
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"postcss-import": "^15.1.0",
|
77
77
|
"postcss-nested": "^6.0.1",
|
78
78
|
"tailwindcss": "^3.4.3",
|
79
|
-
"typescript": "^5.
|
79
|
+
"typescript": "^5.6.3",
|
80
80
|
"unplugin-auto-import": "^0.17.5",
|
81
81
|
"unplugin-vue-components": "^0.25.2",
|
82
82
|
"vite": "^5.2.9",
|