Skip to content

Commit

Permalink
Dependencies update from kaoto v1 to Kaoto next
Browse files Browse the repository at this point in the history
commands used:

yarn remove @patternfly/react-core @kaoto/kaoto-ui
yarn add @kaoto-next/ui
yarn add copy-webpack-plugin --dev
yarn add @kie-tools-core/[email protected] @kie-tools-core/[email protected]
@kie-tools-core/[email protected] @kie-tools-core/[email protected]

and resolutions parameter updated manually

part of #400

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Nov 23, 2023
1 parent 8f4e1fe commit 05afde5
Show file tree
Hide file tree
Showing 2 changed files with 1,075 additions and 1,347 deletions.
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
"test:it:clean": "rimraf ./test-resources && rimraf ./out && rimraf *.vsix"
},
"dependencies": {
"@kaoto/kaoto-ui": "1.4.0",
"@kie-tools-core/backend": "0.31.0",
"@kie-tools-core/editor": "0.31.0",
"@kie-tools-core/i18n": "0.31.0",
"@kie-tools-core/vscode-extension": "0.31.0",
"@patternfly/react-core": "4.277.0",
"@kaoto-next/ui": "^0.3.0",
"@kie-tools-core/backend": "0.32.0",
"@kie-tools-core/editor": "0.32.0",
"@kie-tools-core/i18n": "0.32.0",
"@kie-tools-core/vscode-extension": "0.32.0",
"@redhat-developer/vscode-redhat-telemetry": "^0.7.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down Expand Up @@ -140,6 +139,7 @@
"buffer": "^6.0.3",
"chai": "^4.3.10",
"constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "6.8.1",
"fs-extra": "^11.1.1",
"mocha": "^10.2.0",
Expand All @@ -163,12 +163,16 @@
"webpack-permissions-plugin": "^1.0.9"
},
"resolutions": {
"@types/react": "18.2.37",
"import-in-the-middle": "1.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"semver": "7.5.2",
"zundo": "2.0.0-beta.23"
"@patternfly/patternfly": "^5.0.0",
"@patternfly/react-code-editor": "^5.0.0",
"@patternfly/react-core": "^5.0.0",
"@patternfly/react-icons": "^5.0.0",
"@patternfly/react-table": "^5.0.0",
"@patternfly/react-topology": "^5.0.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 05afde5

Please sign in to comment.