Skip to content

Commit

Permalink
deps: update dmn-related dependencies
Browse files Browse the repository at this point in the history
deps: update to `camunda-dmn-js@1.4.0`

deps: update to `camunda-dmn-moddle@1.3.0`

deps: update to `dmn-moddle@14.5.0`
  • Loading branch information
barmac committed Oct 20, 2023
1 parent 5001bc3 commit 6ea7ccd
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 205 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

___Note:__ Yet to be released changes appear here._

### General

* `DEPS`: update to `camunda-dmn-js@1.4.0`
* `DEPS`: update to `camunda-dmn-moddle@1.3.0`
* `DEPS`: update to `dmn-moddle@14.5.0`

### DMN

* `FEAT`: use FEEL editor in literal expression editor ([bpmn-io/dmn-js#780](https://github.com/bpmn-io/dmn-js/issues/780))
* `FEAT`: implement variable suggestions ([bpmn-io/dmn-js#785](https://github.com/bpmn-io/dmn-js/issues/785))

## 5.16.0

### General
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"camunda-bpmn-js": "^3.4.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^1.2.1",
"camunda-dmn-moddle": "^1.2.0",
"camunda-dmn-js": "^1.4.0",
"camunda-dmn-moddle": "^1.3.0",
"canvg": "^4.0.1",
"classnames": "^2.2.6",
"cmmn-js": "^0.20.0",
Expand All @@ -44,7 +44,7 @@
"diagram-js": "^12.3.0",
"diagram-js-direct-editing": "^2.0.0",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^14.3.1",
"dmn-js": "^14.5.0",
"dmn-js-properties-panel": "^3.1.0",
"drag-tabs": "^2.3.0",
"events": "^3.0.0",
Expand Down
Loading

0 comments on commit 6ea7ccd

Please sign in to comment.