Skip to content

Commit

Permalink
fixed node and lerna versions (Issue #377)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 15, 2025
1 parent 746cf62 commit 3b83c53
Show file tree
Hide file tree
Showing 3 changed files with 826 additions and 607 deletions.
3 changes: 1 addition & 2 deletions open-bpmn.glsp-client/open-bpmn-glsp/src/di.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ const bpmnDiagramModule = new ContainerModule((bind, unbind, isBound, rebind) =>
configureModelElement(context, 'pool', PoolNode, RoundedCornerNodeView, { disable: [moveFeature] });
configureModelElement(context, 'lane', LaneNode, RoundedCornerNodeView, {
disable: [moveFeature, selectFeature]
}
);
});
configureModelElement(context, 'dataObject', DataObjectNode, DataObjectNodeView);
configureModelElement(context, 'dataStore', DataStoreNode, DataStoreNodeView);
configureModelElement(context, 'dataStoreReference', DataStoreNode, DataStoreNodeView);
Expand Down
11 changes: 6 additions & 5 deletions open-bpmn.glsp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@
},
"devDependencies": {
"@eclipse-glsp/dev": "2.3.0",
"@types/node": "16.x",
"lerna": "^7.0.0",
"typescript": "^5.1.3",
"@types/node": "18.x",
"concurrently": "^8.2.2",
"lerna": "^8.1.7",
"typescript": "^5.5.3",
"rimraf": "^2.6.1"
},
"engines": {
"node": ">=16.11.0",
"yarn": ">=1.7.0 <2.x.x"
"node": ">=18",
"yarn": ">=1.7.0 <2"
}
}
Loading

0 comments on commit 3b83c53

Please sign in to comment.