@vuetify/one 2.2.4 → 2.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/dist/index.css +1 -1
- package/dist/index.d.ts +294 -153
- package/dist/index.js +2811 -2351
- package/package.json +28 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/one",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,54 +42,60 @@
|
|
|
42
42
|
"vuetify": "^3.8.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@babel/types": "^7.27.
|
|
46
|
-
"@fontsource/roboto": "^5.2.
|
|
45
|
+
"@babel/types": "^7.27.7",
|
|
46
|
+
"@fontsource/roboto": "^5.2.6",
|
|
47
47
|
"@mdi/js": "7.4.47",
|
|
48
48
|
"@rollup/plugin-alias": "^5.1.1",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
|
-
"@types/node": "^
|
|
51
|
-
"@vitejs/plugin-vue": "^
|
|
52
|
-
"@vitest/eslint-plugin": "^1.
|
|
53
|
-
"@vueuse/router": "^13.
|
|
50
|
+
"@types/node": "^24.0.4",
|
|
51
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
52
|
+
"@vitest/eslint-plugin": "^1.2.7",
|
|
53
|
+
"@vueuse/router": "^13.4.0",
|
|
54
54
|
"conventional-changelog-cli": "^5.0.0",
|
|
55
55
|
"conventional-changelog-vuetify": "^2.0.2",
|
|
56
56
|
"conventional-github-releaser": "^3.1.5",
|
|
57
|
-
"core-js": "^3.
|
|
57
|
+
"core-js": "^3.43.0",
|
|
58
58
|
"date-fns": "^4.1.0",
|
|
59
|
-
"eslint": "^9.
|
|
59
|
+
"eslint": "^9.29.0",
|
|
60
60
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
61
61
|
"eslint-config-vuetify": "^4.0.0",
|
|
62
62
|
"jsdom": "^26.1.0",
|
|
63
63
|
"lodash-es": "^4.17.21",
|
|
64
|
-
"pinia": "^3.0.
|
|
64
|
+
"pinia": "^3.0.3",
|
|
65
65
|
"rimraf": "^6.0.1",
|
|
66
|
-
"rollup": "^4.
|
|
66
|
+
"rollup": "^4.44.1",
|
|
67
67
|
"rollup-plugin-dts": "^6.2.1",
|
|
68
|
-
"sass": "^1.
|
|
68
|
+
"sass": "^1.89.2",
|
|
69
69
|
"taze": "^19.1.0",
|
|
70
70
|
"typescript": "5.8.3",
|
|
71
|
-
"unplugin-auto-import": "^19.
|
|
71
|
+
"unplugin-auto-import": "^19.3.0",
|
|
72
72
|
"unplugin-fonts": "^1.3.1",
|
|
73
|
-
"unplugin-vue-components": "^28.
|
|
73
|
+
"unplugin-vue-components": "^28.7.0",
|
|
74
74
|
"unplugin-vue-router": "^0.12.0",
|
|
75
|
-
"vite": "^
|
|
75
|
+
"vite": "^7.0.0",
|
|
76
76
|
"vite-plugin-vuetify": "^2.1.1",
|
|
77
77
|
"vite-tsconfig-paths": "^5.1.4",
|
|
78
|
-
"vitest": "^3.
|
|
79
|
-
"vue": "^3.5.
|
|
78
|
+
"vitest": "^3.2.4",
|
|
79
|
+
"vue": "^3.5.17",
|
|
80
80
|
"vue-router": "^4.5.1",
|
|
81
81
|
"vue-tsc": "^2.2.10",
|
|
82
|
-
"vuetify": "^3.8.
|
|
82
|
+
"vuetify": "^3.8.11"
|
|
83
83
|
},
|
|
84
|
-
"packageManager": "pnpm@10.
|
|
84
|
+
"packageManager": "pnpm@10.12.3",
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"vite-plugin-pages": "^0.33.
|
|
87
|
-
"vite-plugin-vue-layouts-next": "^0.1.
|
|
86
|
+
"vite-plugin-pages": "^0.33.1",
|
|
87
|
+
"vite-plugin-vue-layouts-next": "^0.1.5"
|
|
88
88
|
},
|
|
89
89
|
"pnpm": {
|
|
90
90
|
"onlyBuiltDependencies": [
|
|
91
|
+
"@parcel/watcher",
|
|
91
92
|
"core-js",
|
|
93
|
+
"esbuild",
|
|
92
94
|
"unrs-resolver"
|
|
93
|
-
]
|
|
95
|
+
],
|
|
96
|
+
"overrides": {
|
|
97
|
+
"unplugin-fonts>vite": "^7.0.0",
|
|
98
|
+
"vite-plugin-vue-layouts-next>vite": "^7.0.0"
|
|
99
|
+
}
|
|
94
100
|
}
|
|
95
101
|
}
|