Skip to content

Commit

Permalink
deps: bump form-js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart authored and barmac committed Dec 13, 2024
1 parent 887eda1 commit 0db5db5
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 79 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ ___Note:__ Yet to be released changes appear here._
### General

* `FIX`: use `/processes` route for run instance link ([#4741](https://github.com/camunda/camunda-modeler/issues/4741))
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@bpmn-io/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`

### Forms

* `FEAT`: add `documentPreview` component ([bpmn-io/form-js#1329](https://github.com/bpmn-io/form-js/pull/1329), [bpmn-io/form-js#1332](https://github.com/bpmn-io/form-js/pull/1332))
* `FIX`: mark filepicker as unavailable in Camunda 7 ([#4733](https://github.com/camunda/camunda-modeler/issues/4733))

## 5.30.0
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@bpmn-io/align-to-origin": "^0.7.0",
"@bpmn-io/dmn-migrate": "^0.5.0",
"@bpmn-io/extract-process-variables": "^1.0.0",
"@bpmn-io/form-js": "^1.12.0",
"@bpmn-io/form-js": "^1.13.1",
"@bpmn-io/properties-panel": "^3.25.1",
"@bpmn-io/replace-ids": "^0.2.0",
"@bpmn-io/variable-outline": "^1.0.4",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.19.0",
"@camunda/form-playground": "^0.18.0",
"@camunda/form-linting": "^0.20.0",
"@camunda/form-playground": "^0.19.1",
"@camunda/improved-canvas": "^1.7.5",
"@camunda/linting": "^3.29.1",
"@codemirror/commands": "^6.6.2",
Expand Down
169 changes: 94 additions & 75 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 0db5db5

Please sign in to comment.