vuetify-masonry 1.0.1 → 1.0.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/dist/vuetify-masonry.mjs +1 -1
- package/package.json +7 -4
package/dist/vuetify-masonry.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B, computed as c,
|
|
1
|
+
import { defineComponent as B, computed as c, openBlock as o, createBlock as d, unref as f, withCtx as p, createElementBlock as i, Fragment as x, renderList as v, normalizeClass as E, renderSlot as M, createTextVNode as g, createElementVNode as N } from "vue";
|
|
2
2
|
import { useDisplay as w } from "vuetify";
|
|
3
3
|
import { VRow as _, VCol as z } from "vuetify/components";
|
|
4
4
|
const y = /* @__PURE__ */ B({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify-masonry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Lightweight Vue 3 component for responsive masonry-style grids built on Vuetify 3 primitives",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -50,13 +50,16 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
52
52
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
53
|
-
"eslint": "^
|
|
54
|
-
"eslint-plugin-vue": "^10.
|
|
53
|
+
"eslint": "^10.0.2",
|
|
54
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
55
55
|
"prettier": "^3.3.3",
|
|
56
56
|
"typescript": "^5.0.0",
|
|
57
57
|
"vite": "^7.3.0",
|
|
58
58
|
"vite-plugin-dts": "^4.5.4",
|
|
59
59
|
"vue": "^3.2.0",
|
|
60
|
-
"vuetify": "^
|
|
60
|
+
"vuetify": "^4.0.0"
|
|
61
|
+
},
|
|
62
|
+
"overrides": {
|
|
63
|
+
"minimatch": "^10.2.4"
|
|
61
64
|
}
|
|
62
65
|
}
|