-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump bpmn-visualization to 0.43.0 (#587)
- Loading branch information
1 parent
44f2a47
commit 7afafce
Showing
38 changed files
with
47 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
<link rel="stylesheet" href="./css/step.css" type="text/css"> | ||
<script defer src="../../examples/static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/bpmn-visualization@0.42.0/dist/bpmn-visualization.min.js" integrity="sha384-ziRv7xy0sDAa0AV0PWe92UhBECh+jkn/exPjeNNdA71Tk91ZyUxME28WIM7Dq0td" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/bpmn-visualization@0.43.0/dist/bpmn-visualization.min.js" integrity="sha384-RnOQRAIMMecdD2PwI4bFEpezqubX2zlLmWEOMftHXlyJ+XgfQDzBBmfr4PoYUFXI" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.umd.js" integrity="sha256-lNJnNIdh5oXecah6rOix/TxyGcOYnfkybx4Qii2uxSo=" crossorigin="anonymous"></script> | ||
<script defer src="../../examples/static/js/diagram/bpmn-diagrams.js"></script> | ||
<script defer src="../static/js/use-case.js"></script> | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,14 +4,12 @@ | |
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<title>bpmn-visualization - Demo</title> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" integrity="sha256-wiz7ZSCn/btzhjKDQBms9Hx4sSeUYsDrTLg7roPstac=" crossorigin="anonymous"> | ||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg"> | ||
|
||
<script type="module" crossorigin src="assets/index.js"></script> | ||
<link rel="modulepreload" crossorigin href="assets/mxgraph.js"> | ||
<link rel="modulepreload" crossorigin href="assets/main.js"> | ||
<link rel="stylesheet" href="assets/index.css"> | ||
<link rel="stylesheet" crossorigin href="assets/index.css"> | ||
</head> | ||
<body class="bg-gray-800 font-sans leading-normal tracking-normal flex flex-col h-screen"> | ||
<!--Nav--> | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
<link rel="stylesheet" href="./css/legend.css" type="text/css"> | ||
<script defer src="../../examples/static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/bpmn-visualization@0.42.0/dist/bpmn-visualization.min.js" integrity="sha384-ziRv7xy0sDAa0AV0PWe92UhBECh+jkn/exPjeNNdA71Tk91ZyUxME28WIM7Dq0td" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/bpmn-visualization@0.43.0/dist/bpmn-visualization.min.js" integrity="sha384-RnOQRAIMMecdD2PwI4bFEpezqubX2zlLmWEOMftHXlyJ+XgfQDzBBmfr4PoYUFXI" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.umd.js" integrity="sha256-lNJnNIdh5oXecah6rOix/TxyGcOYnfkybx4Qii2uxSo=" crossorigin="anonymous"></script> | ||
<script defer src="https://variancecharts.com/cdn/variance-noncommercial-standalone-6d26aa2.min.js" charset="UTF-8" integrity="sha384-tWKnmvvtGH2MkH7CGAql3wuzSBBH6XF7vDfhqMd1uQ8Us1bcDbID5m915xGYODNA" crossorigin="anonymous"></script> | ||
<script defer src="../../examples/static/js/diagram/bpmn-diagrams.js"></script> | ||
|
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
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
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
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
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
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
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
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
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
Oops, something went wrong.