Skip to content

Commit

Permalink
deps: update DMN dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Nov 7, 2023
1 parent e24fb17 commit 3d454ff
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 117 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ ___Note:__ Yet to be released changes appear here._
* `FEAT`: Add Camunda 8.4 and 7.21 as engine profiles ([#3921](https://github.com/camunda/camunda-modeler/issues/3921))
* `FEAT`: support multi-tenancy when deploying or running a process ([#3716](https://github.com/camunda/camunda-modeler/issues/3716))
* `FEAT`: add FEEL popup menu ([#3877](https://github.com/camunda/camunda-modeler/issues/3877))
* `DEPS`: update to `camunda-dmn-js@1.4.0`
* `DEPS`: update to `camunda-dmn-js@1.5.0`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
Expand All @@ -42,6 +41,10 @@ ___Note:__ Yet to be released changes appear here._

* `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))
* `FEAT`: adjust selection outline to shapes ([bpmn-io/dmn-js#799](https://github.com/bpmn-io/dmn-js/issues/799))
* `FEAT`: implement search in DRD ([bpmn-io/dmn-js#792](https://github.com/bpmn-io/dmn-js/pull/792))
* `FIX`: make literal expression box grow with content ([bpmn-io/dmn-js#789](https://github.com/bpmn-io/dmn-js/issues/789))
* `FIX`: add missing translations ([bpmn-io/dmn-js#793](https://github.com/bpmn-io/dmn-js/issues/793))

### Forms

Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"camunda-bpmn-js": "^3.8.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^1.4.0",
"camunda-dmn-js": "^1.5.0",
"camunda-dmn-moddle": "^1.3.0",
"canvg": "^4.0.1",
"classnames": "^2.2.6",
Expand All @@ -44,7 +44,7 @@
"diagram-js": "^12.7.2",
"diagram-js-direct-editing": "^2.0.0",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^14.6.0",
"dmn-js": "^14.7.0",
"dmn-js-properties-panel": "^3.1.0",
"drag-tabs": "^2.3.0",
"events": "^3.0.0",
Expand Down
187 changes: 75 additions & 112 deletions package-lock.json

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

0 comments on commit 3d454ff

Please sign in to comment.