Skip to content

Commit

Permalink
chore: declare bpmn-visualization as peer dependency
Browse files Browse the repository at this point in the history
This will ease the integration to let use various compatible versions.
  • Loading branch information
tbouffard committed Jul 21, 2023
1 parent c0d3d77 commit 6e47fd2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"scripts": {
"build": "tsc"
},
"dependencies": {
"bpmn-visualization": "~0.37.0"
"peerDependencies": {
"bpmn-visualization": ">=0.37.0"
},
"devDependencies": {
"typescript": "~5.1.6"
Expand Down

0 comments on commit 6e47fd2

Please sign in to comment.