@svadmin/create 0.11.0 → 0.11.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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5129,7 +5129,7 @@ ${import_picocolors.default.bold("Scaffolding")} project in ${import_picocolors.
|
|
|
5129
5129
|
"@svadmin/ui": "^0.25.0",
|
|
5130
5130
|
"@tanstack/svelte-query": "^6.0.0",
|
|
5131
5131
|
"highlight.js": "^11.11.1",
|
|
5132
|
-
"lucide
|
|
5132
|
+
"@lucide/svelte": "^0.475.0"
|
|
5133
5133
|
},
|
|
5134
5134
|
devDependencies: {
|
|
5135
5135
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
@@ -5138,8 +5138,8 @@ ${import_picocolors.default.bold("Scaffolding")} project in ${import_picocolors.
|
|
|
5138
5138
|
"svelte-check": "^4.0.0",
|
|
5139
5139
|
tailwindcss: "^4.0.0",
|
|
5140
5140
|
"tw-animate-css": "^1.0.0",
|
|
5141
|
-
typescript: "^5.
|
|
5142
|
-
vite: "^
|
|
5141
|
+
typescript: "^5.8.0",
|
|
5142
|
+
vite: "^8.0.0"
|
|
5143
5143
|
}
|
|
5144
5144
|
};
|
|
5145
5145
|
const dpMap = {
|