@ship-it-ui/graph-editor 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ship-it-ui/graph-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Graph-editing canvas for the Ship-It design system. React Flow under the hood; same `elements[]` shape as `@ship-it-ui/cytoscape` so consumers can swap viewer ↔ editor without reshaping data.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://ship-it-ops.github.io/ship-it-design/",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0",
|
|
52
52
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
53
|
-
"@ship-it-ui/icons": "0.0.
|
|
54
|
-
"@ship-it-ui/shipit": "0.0.
|
|
55
|
-
"@ship-it-ui/ui": "0.0.
|
|
53
|
+
"@ship-it-ui/icons": "0.0.9",
|
|
54
|
+
"@ship-it-ui/shipit": "0.0.10",
|
|
55
|
+
"@ship-it-ui/ui": "0.0.9"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"typescript": "^5.6.3",
|
|
69
69
|
"vitest": "^2.1.3",
|
|
70
70
|
"vitest-axe": "^0.1.0",
|
|
71
|
-
"@ship-it-ui/icons": "0.0.8",
|
|
72
71
|
"@ship-it-ui/eslint-config": "0.0.1",
|
|
73
|
-
"@ship-it-ui/
|
|
74
|
-
"@ship-it-ui/
|
|
72
|
+
"@ship-it-ui/icons": "0.0.9",
|
|
73
|
+
"@ship-it-ui/shipit": "0.0.10",
|
|
74
|
+
"@ship-it-ui/tokens": "0.0.7",
|
|
75
75
|
"@ship-it-ui/tsconfig": "0.0.1",
|
|
76
|
-
"@ship-it-ui/ui": "0.0.
|
|
76
|
+
"@ship-it-ui/ui": "0.0.9"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"build": "tsup",
|