vitrify 0.25.3 → 0.25.4
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 +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitrify",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Stefan van Herwijnen",
|
|
6
6
|
"description": "Vite as your Full Stack development tool",
|
|
@@ -54,70 +54,70 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@fastify/middie": "^9.0.3",
|
|
56
56
|
"@fastify/one-line-logger": "^2.0.2",
|
|
57
|
-
"@fastify/static": "^8.
|
|
58
|
-
"@unocss/core": "^66.
|
|
59
|
-
"@unocss/preset-uno": "^66.
|
|
60
|
-
"@unocss/preset-web-fonts": "66.
|
|
61
|
-
"@unocss/preset-wind": "^66.
|
|
62
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
57
|
+
"@fastify/static": "^8.3.0",
|
|
58
|
+
"@unocss/core": "^66.5.9",
|
|
59
|
+
"@unocss/preset-uno": "^66.5.9",
|
|
60
|
+
"@unocss/preset-web-fonts": "66.5.9",
|
|
61
|
+
"@unocss/preset-wind": "^66.5.9",
|
|
62
|
+
"@vitejs/plugin-vue": "^6.0.2",
|
|
63
63
|
"ajv": "^8.17.1",
|
|
64
64
|
"animated-unocss": "^0.0.6",
|
|
65
65
|
"cac": "^6.7.14",
|
|
66
|
-
"chalk": "^5.
|
|
67
|
-
"cross-env": "^
|
|
68
|
-
"devalue": "^5.
|
|
69
|
-
"esbuild": "^0.
|
|
70
|
-
"fastify": "^5.
|
|
71
|
-
"glob": "^
|
|
72
|
-
"happy-dom": "^
|
|
66
|
+
"chalk": "^5.6.2",
|
|
67
|
+
"cross-env": "^10.1.0",
|
|
68
|
+
"devalue": "^5.5.0",
|
|
69
|
+
"esbuild": "^0.27.0",
|
|
70
|
+
"fastify": "^5.6.2",
|
|
71
|
+
"glob": "^13.0.0",
|
|
72
|
+
"happy-dom": "^20.0.11",
|
|
73
73
|
"is-port-reachable": "^4.0.0",
|
|
74
|
-
"magic-string": "^0.30.
|
|
74
|
+
"magic-string": "^0.30.21",
|
|
75
75
|
"merge-deep": "^3.0.3",
|
|
76
76
|
"readline": "^1.3.0",
|
|
77
|
-
"rollup-plugin-visualizer": "^6.0.
|
|
78
|
-
"sass": "1.
|
|
79
|
-
"stringify-object": "^
|
|
77
|
+
"rollup-plugin-visualizer": "^6.0.5",
|
|
78
|
+
"sass": "1.94.2",
|
|
79
|
+
"stringify-object": "^6.0.0",
|
|
80
80
|
"ts-node": "^10.9.2",
|
|
81
|
-
"unocss": "^66.
|
|
82
|
-
"unplugin-vue-components": "^
|
|
83
|
-
"vite": "^7.
|
|
84
|
-
"vite-plugin-pwa": "^1.0
|
|
81
|
+
"unocss": "^66.5.9",
|
|
82
|
+
"unplugin-vue-components": "^30.0.0",
|
|
83
|
+
"vite": "^7.2.4",
|
|
84
|
+
"vite-plugin-pwa": "^1.2.0",
|
|
85
85
|
"vitefu": "^1.1.1",
|
|
86
|
-
"vitest": "^
|
|
87
|
-
"workbox-window": "^7.
|
|
86
|
+
"vitest": "^4.0.14",
|
|
87
|
+
"workbox-window": "^7.4.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@iconify-json/mdi": "^1.2.3",
|
|
91
|
-
"@pinia/colada": "^0.17.
|
|
91
|
+
"@pinia/colada": "^0.17.9",
|
|
92
92
|
"@quasar/extras": "^1.17.0",
|
|
93
93
|
"@quasar/quasar-ui-qmarkdown": "^2.0.5",
|
|
94
94
|
"@quasar/quasar-ui-qmediaplayer": "^2.0.0-beta.0",
|
|
95
95
|
"@types/connect": "^3.4.38",
|
|
96
|
-
"@types/glob": "^
|
|
96
|
+
"@types/glob": "^9.0.0",
|
|
97
97
|
"@types/merge-deep": "^3.0.3",
|
|
98
|
-
"@types/node": "^24.
|
|
98
|
+
"@types/node": "^24.10.1",
|
|
99
99
|
"@types/stringify-object": "^4.0.5",
|
|
100
100
|
"@types/ws": "^8.18.1",
|
|
101
|
-
"@unocss/preset-icons": "^66.
|
|
102
|
-
"@vue/runtime-core": "^3.5.
|
|
103
|
-
"beasties": "^0.3.
|
|
101
|
+
"@unocss/preset-icons": "^66.5.9",
|
|
102
|
+
"@vue/runtime-core": "^3.5.25",
|
|
103
|
+
"beasties": "^0.3.5",
|
|
104
104
|
"css": "^3.0.0",
|
|
105
105
|
"css-to-tailwind-translator": "^1.2.8",
|
|
106
|
-
"pinia": "^3.0.
|
|
107
|
-
"quasar": "^2.18.
|
|
108
|
-
"rollup": "^4.
|
|
109
|
-
"typescript": "^5.
|
|
110
|
-
"vue": "^3.5.
|
|
111
|
-
"vue-router": "^4.
|
|
106
|
+
"pinia": "^3.0.4",
|
|
107
|
+
"quasar": "^2.18.6",
|
|
108
|
+
"rollup": "^4.53.3",
|
|
109
|
+
"typescript": "^5.9.3",
|
|
110
|
+
"vue": "^3.5.25",
|
|
111
|
+
"vue-router": "^4.6.3"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
|
-
"@fastify/static": "^8.
|
|
115
|
-
"@pinia/colada": "^0.17.
|
|
116
|
-
"fastify": "^5.
|
|
117
|
-
"pinia": "^3.0.
|
|
118
|
-
"quasar": "^2.18.
|
|
119
|
-
"vue": "^3.5.
|
|
120
|
-
"vue-router": "^4.
|
|
114
|
+
"@fastify/static": "^8.3.0",
|
|
115
|
+
"@pinia/colada": "^0.17.9",
|
|
116
|
+
"fastify": "^5.6.2",
|
|
117
|
+
"pinia": "^3.0.4",
|
|
118
|
+
"quasar": "^2.18.6",
|
|
119
|
+
"vue": "^3.5.25",
|
|
120
|
+
"vue-router": "^4.6.3"
|
|
121
121
|
},
|
|
122
122
|
"publishConfig": {
|
|
123
123
|
"access": "public",
|