vuefinder 4.1.2 → 4.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuefinder",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "A sleek, developer-friendly file manager for Vue — organize, preview, and manage files with ease.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -84,6 +84,9 @@
|
|
|
84
84
|
"sideEffects": [
|
|
85
85
|
"*.css"
|
|
86
86
|
],
|
|
87
|
+
"overrides": {
|
|
88
|
+
"qs": "^6.15.2"
|
|
89
|
+
},
|
|
87
90
|
"dependencies": {
|
|
88
91
|
"@floating-ui/dom": "^1.7.4",
|
|
89
92
|
"@nanostores/i18n": "^1.2.2",
|
|
@@ -133,7 +136,7 @@
|
|
|
133
136
|
"vite-plugin-vue-devtools": "^8.0.2",
|
|
134
137
|
"vite-svg-loader": "^5.1.0",
|
|
135
138
|
"vitepress": "^2.0.0-alpha.12",
|
|
136
|
-
"vitest": "^
|
|
139
|
+
"vitest": "^4.1.8",
|
|
137
140
|
"vue-github-button": "^3.1.3",
|
|
138
141
|
"vue-tsc": "^3.1.0"
|
|
139
142
|
}
|