chore(react/svelte): update package jsons

This commit is contained in:
moklick
2023-06-15 19:17:00 +02:00
parent 3b68b64b71
commit 0d4591916d
3 changed files with 17 additions and 10 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@xyflow/react",
"version": "11.7.2",
"description": "A highly customizable React library for building node-based editors and interactive flow charts.",
"version": "12.0.0",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [
"react",
"node-based UI",
+11 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@xyflow/svelte",
"version": "0.0.3",
"description": "A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"version": "0.0.4",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",
"node-based UI",
@@ -54,9 +54,16 @@
"vite": "^4.3.9"
},
"peerDependencies": {
"svelte": "^3.56.0"
"svelte": "^3.0.0"
},
"files": [
"dist"
]
],
"typesVersions": {
">4.0": {
"index": [
"./dist/index.d.ts"
]
}
}
}