Skip to content

Commit

Permalink
deps: bump to @bpmn-io/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmn-io-bot committed Mar 6, 2024
1 parent 0522749 commit e65fb42
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 55 deletions.
46 changes: 23 additions & 23 deletions custom-button/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@bpmn-io/form-js": "^1.7.1",
"@bpmn-io/form-js": "^1.7.3",
"@bpmn-io/properties-panel": "^3.12.0",
"classnames": "^2.3.2",
"diagram-js": "^12.7.0",
Expand Down
46 changes: 23 additions & 23 deletions custom-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@bpmn-io/form-js": "^1.7.1",
"@bpmn-io/form-js": "^1.7.3",
"@bpmn-io/properties-panel": "^3.12.0",
"classnames": "^2.3.2",
"diagram-js": "^12.7.0",
Expand Down
4 changes: 2 additions & 2 deletions custom-properties/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
required viewer styles
-->
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js.css">
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js.css">
<style>
#form {
max-width: 800px;
Expand Down Expand Up @@ -83,7 +83,7 @@
}
</script>

<script src="https://unpkg.com/@bpmn-io/[email protected].1/dist/form-viewer.umd.js"></script>
<script src="https://unpkg.com/@bpmn-io/[email protected].3/dist/form-viewer.umd.js"></script>

<script async src="./customProperties.js"></script>

Expand Down
6 changes: 3 additions & 3 deletions starter/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!--
required editor styles
-->
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js.css">
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js-editor.css">
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js.css">
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js-editor.css">

<style>
body, html {
Expand Down Expand Up @@ -46,7 +46,7 @@
<!--
required editor script
-->
<script src="https://unpkg.com/@bpmn-io/[email protected].1/dist/form-editor.umd.js"></script>
<script src="https://unpkg.com/@bpmn-io/[email protected].3/dist/form-editor.umd.js"></script>

<script>
const schema = JSON.parse(
Expand Down
4 changes: 2 additions & 2 deletions starter/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
required viewer styles
-->
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].1/dist/assets/form-js.css">
<link rel="stylesheet" href="https://unpkg.com/@bpmn-io/[email protected].3/dist/assets/form-js.css">
<style>
#form {
max-width: 800px;
Expand Down Expand Up @@ -38,7 +38,7 @@
<!--
required viewer script
-->
<script src="https://unpkg.com/@bpmn-io/[email protected].1/dist/form-viewer.umd.js"></script>
<script src="https://unpkg.com/@bpmn-io/[email protected].3/dist/form-viewer.umd.js"></script>

<script>
const schema = JSON.parse(
Expand Down

0 comments on commit e65fb42

Please sign in to comment.