Merge pull request #4517 from ghostdevv/move-svelte-preprocess

fix(svelte): make svelte-preprocess a dev dep
This commit is contained in:
Moritz Klack
2024-08-12 17:07:54 +02:00
committed by GitHub
3 changed files with 732 additions and 220 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/svelte': patch
---
fix: make svelte-preprocess a dev dep
+2 -2
View File
@@ -43,8 +43,7 @@
"dependencies": {
"@svelte-put/shortcut": "^3.1.0",
"@xyflow/system": "workspace:*",
"classcat": "^5.0.4",
"svelte-preprocess": "^5.1.3"
"classcat": "^5.0.4"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
@@ -69,6 +68,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-eslint-parser": "^0.33.1",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "5.4.2"
},
+725 -218
View File
File diff suppressed because it is too large Load Diff