vuefinder 4.0.23 → 4.0.25

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.0.23",
3
+ "version": "4.0.25",
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": {
@@ -85,28 +85,25 @@
85
85
  "@floating-ui/dom": "^1.7.4",
86
86
  "@nanostores/persistent": "^1.1.0",
87
87
  "@nanostores/vue": "^1.0.1",
88
- "@tailwindcss/vite": "^4.1.13",
89
88
  "@tanstack/vue-query": "^5.90.2",
90
- "@types/overlayscrollbars": "^1.12.5",
91
89
  "@uppy/core": "^5.0.2",
92
90
  "@uppy/locales": "^5.0.1",
93
91
  "@uppy/vue": "^3.1.0",
94
92
  "@uppy/xhr-upload": "^5.0.1",
95
93
  "@viselect/vanilla": "^3.9.0",
96
- "@vueuse/core": "^13.9.0",
97
94
  "mitt": "^3.0.1",
98
95
  "nanostores": "^1.0.1",
99
96
  "overlayscrollbars": "^2.12.0",
100
- "tailwindcss": "^4.1.13",
101
97
  "vanilla-lazyload": "^19.1.3",
102
- "vite-svg-loader": "^5.1.0",
103
98
  "vue-advanced-cropper": "^2.8.9",
104
99
  "vue-sonner": "^2.0.9"
105
100
  },
106
101
  "devDependencies": {
102
+ "@tailwindcss/vite": "^4.1.13",
107
103
  "@tsconfig/node22": "^22.0.2",
108
104
  "@types/jsdom": "^21.1.7",
109
105
  "@types/node": "^22.18.6",
106
+ "@types/overlayscrollbars": "^1.12.5",
110
107
  "@typescript-eslint/eslint-plugin": "^8.46.2",
111
108
  "@typescript-eslint/parser": "^8.46.2",
112
109
  "@vitejs/plugin-vue": "^6.0.1",
@@ -126,9 +123,11 @@
126
123
  "prettier-plugin-tailwindcss": "^0.7.1",
127
124
  "rollup-plugin-copy": "^3.5.0",
128
125
  "start-server-and-test": "^2.1.2",
126
+ "tailwindcss": "^4.1.13",
129
127
  "typescript": "~5.9.0",
130
128
  "vite": "^7.1.7",
131
129
  "vite-plugin-vue-devtools": "^8.0.2",
130
+ "vite-svg-loader": "^5.1.0",
132
131
  "vitepress": "^2.0.0-alpha.12",
133
132
  "vitest": "^3.2.4",
134
133
  "vue-github-button": "^3.1.3",