Skip to content

Commit

Permalink
chore(orchestrator): update dependencies (#171)
Browse files Browse the repository at this point in the history
* chore(orchestrator): update dependencies

* update monaco editor dependency

* yarn.lock
  • Loading branch information
mareklibra authored Dec 16, 2024
1 parent a73394d commit 0515a5b
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 120 deletions.
2 changes: 1 addition & 1 deletion workspaces/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@spotify/prettier-config": "^12.0.0",
"knip": "^5.27.4",
"knip": "^5.40.0",
"node-gyp": "^9.0.0",
"prettier": "3.4.2",
"typescript": "~5.3.0"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/orchestrator/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@mui/styles": "5.16.7",
"@red-hat-developer-hub/backstage-plugin-orchestrator": "workspace:^",
"@redhat-developer/red-hat-developer-hub-theme": "^0.4.0",
"history": "^5.0.0",
"history": "^5.3.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.2.4"
"react-use": "^17.4.0"
},
"devDependencies": {
"@backstage/test-utils": "^1.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
"express": "^4.18.2",
"express": "^4.21.2",
"express-promise-router": "^4.1.1",
"fs-extra": "^10.1.0",
"isomorphic-git": "^1.23.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@backstage/plugin-permission-common": "^0.8.1",
"@severlessworkflow/sdk-typescript": "^3.0.3",
"axios": "^1.7.4",
"axios": "^1.7.9",
"js-yaml": "^4.1.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "3.4.2",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0"
"react-router-dom": "^6.3.0"
},
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier": "3.4.2",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0"
"react-router-dom": "^6.3.0"
},
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"@kie-tools/serverless-workflow-combined-editor": "^0.32.0",
"@kie-tools/serverless-workflow-diagram-editor-assets": "^0.32.0",
"@kie-tools/serverless-workflow-diagram-editor-envelope": "^0.32.0",
"@kie-tools/serverless-workflow-text-editor": "^0.32.0"
"@kie-tools/serverless-workflow-text-editor": "^0.32.0",
"monaco-editor": "^0.52.2"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.11.0",
"filemanager-webpack-plugin": "8.0.0",
"html-webpack-plugin": "5.6.3",
"monaco-editor": "0.52.2",
"monaco-editor-webpack-plugin": "7.1.0",
"monaco-yaml": "5.2.3",
"monaco-editor-webpack-plugin": "^7.1.0",
"monaco-yaml": "^5.2.3",
"node-polyfill-webpack-plugin": "3.0.0",
"prettier": "3.4.2",
"sass": "1.83.0",
Expand Down
4 changes: 2 additions & 2 deletions workspaces/orchestrator/plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": "workspace:^",
"axios": "^1.7.7",
"moment": "^2.29.4",
"monaco-editor": "^0.49.0",
"monaco-editor": "^0.52.2",
"react-json-view": "^1.21.3",
"react-moment": "^1.1.3",
"react-use": "^17.4.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@mui/icons-material": "^5.15.8",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0"
"react-router-dom": "^6.3.0"
},
"scalprum": {
"name": "red-hat-developer-hub.backstage-plugin-orchestrator",
Expand Down
Loading

0 comments on commit 0515a5b

Please sign in to comment.