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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -138,10 +138,10 @@ importers:
|
||||
specifiers:
|
||||
'@svelte-put/shortcut': ^2.0.0
|
||||
'@sveltejs/adapter-auto': ^2.1.0
|
||||
'@sveltejs/kit': 1.20.2
|
||||
'@sveltejs/kit': ^1.20.1
|
||||
'@sveltejs/package': ^2.0.2
|
||||
'@typescript-eslint/eslint-plugin': 5.59.11
|
||||
'@typescript-eslint/parser': 5.59.11
|
||||
'@typescript-eslint/eslint-plugin': ^5.59.9
|
||||
'@typescript-eslint/parser': ^5.59.9
|
||||
'@xyflow/system': workspace:*
|
||||
classcat: ^5.0.4
|
||||
eslint: ^8.42.0
|
||||
@@ -151,7 +151,7 @@ importers:
|
||||
prettier-plugin-svelte: ^2.10.1
|
||||
svelte: ^3.59.1
|
||||
svelte-check: ^3.4.3
|
||||
tslib: 2.5.3
|
||||
tslib: ^2.4.1
|
||||
typescript: 5.1.3
|
||||
vite: ^4.3.9
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user