chore(react/svelte): update package jsons
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/react",
|
"name": "@xyflow/react",
|
||||||
"version": "11.7.2",
|
"version": "12.0.0",
|
||||||
"description": "A highly customizable React library for building node-based editors and interactive flow charts.",
|
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
"node-based UI",
|
"node-based UI",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/svelte",
|
"name": "@xyflow/svelte",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"svelte",
|
"svelte",
|
||||||
"node-based UI",
|
"node-based UI",
|
||||||
@@ -54,9 +54,16 @@
|
|||||||
"vite": "^4.3.9"
|
"vite": "^4.3.9"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"svelte": "^3.56.0"
|
"svelte": "^3.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
]
|
],
|
||||||
|
"typesVersions": {
|
||||||
|
">4.0": {
|
||||||
|
"index": [
|
||||||
|
"./dist/index.d.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+4
-4
@@ -138,10 +138,10 @@ importers:
|
|||||||
specifiers:
|
specifiers:
|
||||||
'@svelte-put/shortcut': ^2.0.0
|
'@svelte-put/shortcut': ^2.0.0
|
||||||
'@sveltejs/adapter-auto': ^2.1.0
|
'@sveltejs/adapter-auto': ^2.1.0
|
||||||
'@sveltejs/kit': 1.20.2
|
'@sveltejs/kit': ^1.20.1
|
||||||
'@sveltejs/package': ^2.0.2
|
'@sveltejs/package': ^2.0.2
|
||||||
'@typescript-eslint/eslint-plugin': 5.59.11
|
'@typescript-eslint/eslint-plugin': ^5.59.9
|
||||||
'@typescript-eslint/parser': 5.59.11
|
'@typescript-eslint/parser': ^5.59.9
|
||||||
'@xyflow/system': workspace:*
|
'@xyflow/system': workspace:*
|
||||||
classcat: ^5.0.4
|
classcat: ^5.0.4
|
||||||
eslint: ^8.42.0
|
eslint: ^8.42.0
|
||||||
@@ -151,7 +151,7 @@ importers:
|
|||||||
prettier-plugin-svelte: ^2.10.1
|
prettier-plugin-svelte: ^2.10.1
|
||||||
svelte: ^3.59.1
|
svelte: ^3.59.1
|
||||||
svelte-check: ^3.4.3
|
svelte-check: ^3.4.3
|
||||||
tslib: 2.5.3
|
tslib: ^2.4.1
|
||||||
typescript: 5.1.3
|
typescript: 5.1.3
|
||||||
vite: ^4.3.9
|
vite: ^4.3.9
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user