@vuetify/one 1.9.6 → 2.1.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.d.ts +664 -146
- package/dist/index.js +2317 -1830
- package/package.json +38 -43
- /package/dist/{style.css → index.css} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/one",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"release": "pnpm build:dev && pnpm version && git push --follow-tags",
|
|
30
30
|
"watch": "pnpm build:dev --watch",
|
|
31
31
|
"preview": "vite preview",
|
|
32
|
-
"lint": "eslint . --ext .ts,.vue --fix
|
|
32
|
+
"lint": "eslint . --ext .ts,.vue --fix",
|
|
33
33
|
"test": "vitest",
|
|
34
34
|
"coverage": "vitest run --coverage",
|
|
35
35
|
"prepublishOnly": "pnpm build:one",
|
|
@@ -38,55 +38,50 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@mdi/js": "7.4.47",
|
|
40
40
|
"lodash-es": "^4.17.21",
|
|
41
|
-
"vue": "^3.
|
|
42
|
-
"vuetify": "^3.
|
|
41
|
+
"vue": "^3.5.13",
|
|
42
|
+
"vuetify": "^3.8.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@babel/types": "^7.
|
|
45
|
+
"@babel/types": "^7.26.10",
|
|
46
46
|
"@mdi/js": "7.4.47",
|
|
47
|
-
"@rollup/plugin-alias": "^5.1.
|
|
47
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
48
48
|
"@types/lodash-es": "^4.17.12",
|
|
49
|
-
"@types/node": "^
|
|
50
|
-
"@vitejs/plugin-vue": "^5.
|
|
51
|
-
"@
|
|
52
|
-
"@vueuse/router": "^
|
|
49
|
+
"@types/node": "^22.13.13",
|
|
50
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
51
|
+
"@vitest/eslint-plugin": "^1.1.39",
|
|
52
|
+
"@vueuse/router": "^13.0.0",
|
|
53
53
|
"conventional-changelog-cli": "^5.0.0",
|
|
54
|
-
"conventional-changelog-vuetify": "^1.2.
|
|
54
|
+
"conventional-changelog-vuetify": "^1.2.2",
|
|
55
55
|
"conventional-github-releaser": "^3.1.5",
|
|
56
|
-
"core-js": "^3.
|
|
57
|
-
"date-fns": "^
|
|
58
|
-
"eslint": "^
|
|
59
|
-
"eslint-config-
|
|
60
|
-
"eslint-config-vuetify": "^
|
|
61
|
-
"
|
|
62
|
-
"eslint-plugin-n": "^17.9.0",
|
|
63
|
-
"eslint-plugin-node": "^11.1.0",
|
|
64
|
-
"eslint-plugin-promise": "^6.4.0",
|
|
65
|
-
"eslint-plugin-vue": "^9.27.0",
|
|
66
|
-
"jsdom": "^24.1.0",
|
|
56
|
+
"core-js": "^3.41.0",
|
|
57
|
+
"date-fns": "^4.1.0",
|
|
58
|
+
"eslint": "^9.24.0",
|
|
59
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
60
|
+
"eslint-config-vuetify": "^3.0.3",
|
|
61
|
+
"jsdom": "^26.0.0",
|
|
67
62
|
"lodash-es": "^4.17.21",
|
|
68
|
-
"pinia": "^
|
|
69
|
-
"rimraf": "^
|
|
63
|
+
"pinia": "^3.0.1",
|
|
64
|
+
"rimraf": "^6.0.1",
|
|
70
65
|
"roboto-fontface": "*",
|
|
71
|
-
"rollup": "^4.
|
|
72
|
-
"rollup-plugin-dts": "^6.
|
|
73
|
-
"sass": "^1.
|
|
74
|
-
"swetrix": "^3.5.
|
|
75
|
-
"taze": "^0.
|
|
76
|
-
"typescript": "5.
|
|
77
|
-
"unplugin-auto-import": "^
|
|
78
|
-
"unplugin-fonts": "^1.
|
|
79
|
-
"unplugin-vue-components": "^
|
|
80
|
-
"unplugin-vue-router": "^0.
|
|
81
|
-
"vite": "^
|
|
82
|
-
"vite-plugin-vue-layouts": "^0.
|
|
83
|
-
"vite-plugin-vuetify": "^2.0
|
|
84
|
-
"vite-tsconfig-paths": "^
|
|
85
|
-
"vitest": "^
|
|
86
|
-
"vue": "^3.
|
|
87
|
-
"vue-router": "^4.
|
|
88
|
-
"vue-tsc": "^2.
|
|
89
|
-
"vuetify": "^3.
|
|
66
|
+
"rollup": "^4.37.0",
|
|
67
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
68
|
+
"sass": "^1.86.0",
|
|
69
|
+
"swetrix": "^3.5.4",
|
|
70
|
+
"taze": "^19.0.2",
|
|
71
|
+
"typescript": "5.8.2",
|
|
72
|
+
"unplugin-auto-import": "^19.1.1",
|
|
73
|
+
"unplugin-fonts": "^1.3.1",
|
|
74
|
+
"unplugin-vue-components": "^28.4.1",
|
|
75
|
+
"unplugin-vue-router": "^0.12.0",
|
|
76
|
+
"vite": "^6.2.3",
|
|
77
|
+
"vite-plugin-vue-layouts-next": "^0.0.9",
|
|
78
|
+
"vite-plugin-vuetify": "^2.1.0",
|
|
79
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
80
|
+
"vitest": "^3.0.9",
|
|
81
|
+
"vue": "^3.5.13",
|
|
82
|
+
"vue-router": "^4.5.0",
|
|
83
|
+
"vue-tsc": "^2.2.8",
|
|
84
|
+
"vuetify": "^3.8.2"
|
|
90
85
|
},
|
|
91
86
|
"packageManager": "pnpm@9.10.0"
|
|
92
87
|
}
|
|
File without changes
|