Skip to content

Commit

Permalink
update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Nov 9, 2023
1 parent 5942c41 commit e095604
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 64 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"next": "13.5.3",
"next": "14.0.2",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"sequential-workflow-designer": "^0.16.10",
"sequential-workflow-designer-react": "^0.16.10",
"sequential-workflow-designer": "^0.17.0",
"sequential-workflow-designer-react": "^0.17.0",
"sequential-workflow-editor": "^0.11.0",
"sequential-workflow-editor-model": "^0.11.0",
"sequential-workflow-model": "^0.2.0",
"sequential-workflow-machine": "^0.5.2",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"typescript": "5.1.3",
"uuid": "^9.0.1",
"mongodb": "^5.6.0"
Expand Down
113 changes: 54 additions & 59 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/components/endpoint/editor/DesignTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function DesignTab(props: DesignTabProps) {
return (
<SequentialWorkflowDesigner
definition={props.state.definition}
globalEditor={editor.rootEditor}
rootEditor={editor.rootEditor}
stepEditor={editor.stepEditor}
validatorConfiguration={{
root: editor.rootValidator,
Expand Down

0 comments on commit e095604

Please sign in to comment.