-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from yWorks/dev
Dev
- Loading branch information
Showing
7 changed files
with
202 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"mainComponents": ["SupplyChain", "SupplyChainProvider"] | ||
"mainComponents": ["SupplyChain", "SupplyChainProvider"], | ||
"componentPropsDocText": "data={data}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@yworks/react-yfiles-supply-chain", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"author": { | ||
"name": "yFiles for HTML team @ yWorks GmbH", | ||
"email": "[email protected]" | ||
|
@@ -45,7 +45,7 @@ | |
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"yfiles": "^26.0.3" | ||
"yfiles": "^26.0.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.39.1", | ||
|
@@ -55,7 +55,7 @@ | |
"typescript": "^5.3.2" | ||
}, | ||
"dependencies": { | ||
"@yworks/react-yfiles-core": "^1.1.0" | ||
"@yworks/react-yfiles-core": "^2.0.0" | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
|
Oops, something went wrong.