Skip to content

Commit

Permalink
deps: update to min-dash@4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and barmac committed Nov 28, 2023
1 parent 9231cca commit e3c8dff
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 12 deletions.
58 changes: 50 additions & 8 deletions 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 properties-panel-async-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"express": "^4.17.2",
"htm": "^3.1.1",
"jquery": "^3.5.1",
"min-dash": "^4.0.0"
"min-dash": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion properties-panel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"bpmn-js-properties-panel": "^5.6.1",
"htm": "^3.1.1",
"jquery": "^3.5.1",
"min-dash": "^4.0.0"
"min-dash": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion properties-panel-list-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"htm": "^3.1.1",
"ids": "^1.0.0",
"jquery": "^3.5.1",
"min-dash": "^4.0.0",
"min-dash": "^4.1.1",
"zeebe-bpmn-moddle": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion properties-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"bpmn-js": "^15.2.2",
"bpmn-js-properties-panel": "^5.6.1",
"jquery": "^3.5.1",
"min-dash": "^4.0.0"
"min-dash": "^4.1.1"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
Expand Down

0 comments on commit e3c8dff

Please sign in to comment.