chore(react/svelte): update package jsons
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user