Skip to content

Commit

Permalink
update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Jun 11, 2024
1 parent 906ba2f commit af441ea
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 112 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"prettier:fix": "prettier --write ./src"
},
"dependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"next": "14.2.3",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"sequential-workflow-designer": "^0.19.4",
"sequential-workflow-designer-react": "^0.19.4",
"sequential-workflow-editor": "^0.11.3",
"sequential-workflow-editor-model": "^0.11.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"sequential-workflow-designer": "^0.21.2",
"sequential-workflow-designer-react": "^0.21.2",
"sequential-workflow-editor": "^0.12.1",
"sequential-workflow-editor-model": "^0.12.1",
"sequential-workflow-model": "^0.2.0",
"sequential-workflow-machine": "^0.5.2",
"tailwindcss": "3.3.5",
"typescript": "5.1.3",
"sequential-workflow-machine": "^0.6.0",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5",
"uuid": "^9.0.1",
"mongodb": "^5.6.0"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier": "^3.3.2",
"@types/uuid": "^9.0.4"
}
}
Loading

0 comments on commit af441ea

Please sign in to comment.