diff --git a/CHANGELOG.md b/CHANGELOG.md index 138a2d6..5b9748d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 2.4.0 - Fix Kaoto Datamapper editor on Windows (issue when attaching an xsd) +- Upgrade to Kaoto 2.4.0-RC1 # 2.3.0 diff --git a/README.md b/README.md index dbdd7f8..c0b7824 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Marketplace Version - Kaoto UI version + Kaoto UI version Visual Studio Code Support License Zulip
@@ -45,7 +45,7 @@ ### Embedded -- [Kaoto](https://github.com/KaotoIO/kaoto) in version [2.3.0](https://github.com/KaotoIO/kaoto/releases/tag/2.3.0). +- [Kaoto](https://github.com/KaotoIO/kaoto) in version [2.4.0-RC1](https://github.com/KaotoIO/kaoto/releases/tag/2.4.0-RC1). ### Issues diff --git a/package.json b/package.json index 0c493f2..1615e4e 100644 --- a/package.json +++ b/package.json @@ -32,16 +32,16 @@ "test:it:clean": "rimraf ./test-resources && rimraf ./out && rimraf *.vsix" }, "dependencies": { - "@kaoto/kaoto": "2.3.0", + "@kaoto/kaoto": "2.4.0-RC1", "@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", "@patternfly/patternfly": "5.4.2", - "@patternfly/react-code-editor": "5.4.11", - "@patternfly/react-core": "5.4.8", + "@patternfly/react-code-editor": "5.4.15", + "@patternfly/react-core": "5.4.12", "@patternfly/react-icons": "5.4.2", - "@patternfly/react-table": "5.4.9", + "@patternfly/react-table": "5.4.13", "@patternfly/react-topology": "5.4.1", "@redhat-developer/vscode-redhat-telemetry": "^0.9.1", "monaco-editor": "^0.50.0", diff --git a/yarn.lock b/yarn.lock index 3f7bdb9..a80d841 100644 --- a/yarn.lock +++ b/yarn.lock @@ -348,9 +348,9 @@ __metadata: languageName: node linkType: hard -"@kaoto/kaoto@npm:2.3.0": - version: 2.3.0 - resolution: "@kaoto/kaoto@npm:2.3.0" +"@kaoto/kaoto@npm:2.4.0-RC1": + version: 2.4.0-RC1 + resolution: "@kaoto/kaoto@npm:2.4.0-RC1" dependencies: "@dnd-kit/core": "npm:^6.1.0" "@kaoto-next/uniforms-patternfly": "npm:^0.7.14" @@ -387,7 +387,7 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-monaco-editor: ^0.56.0 - checksum: 10/7946c23daf37d19c32d179df4c9a2dc90c614e50ee349d04f971d621f7e9a3c95d8acb0c4524e4468d14121f5f963f06e8bc3cb431fae25a528fd294372e7b8e + checksum: 10/f6ffd020edded5636288c67247bf348b2d0ce699d4c4297263cc6406d3112cf28819e39b2181421a17e5405d2d3c29ea2ce8aaba6a1fed57b8f29478ae83259d languageName: node linkType: hard @@ -8901,16 +8901,16 @@ __metadata: version: 0.0.0-use.local resolution: "vscode-kaoto@workspace:." dependencies: - "@kaoto/kaoto": "npm:2.3.0" + "@kaoto/kaoto": "npm:2.4.0-RC1" "@kie-tools-core/backend": "npm:0.32.0" "@kie-tools-core/editor": "npm:0.32.0" "@kie-tools-core/i18n": "npm:0.32.0" "@kie-tools-core/vscode-extension": "npm:0.32.0" "@patternfly/patternfly": "npm:5.4.2" - "@patternfly/react-code-editor": "npm:5.4.11" - "@patternfly/react-core": "npm:5.4.8" + "@patternfly/react-code-editor": "npm:5.4.15" + "@patternfly/react-core": "npm:5.4.12" "@patternfly/react-icons": "npm:5.4.2" - "@patternfly/react-table": "npm:5.4.9" + "@patternfly/react-table": "npm:5.4.13" "@patternfly/react-topology": "npm:5.4.1" "@redhat-developer/vscode-redhat-telemetry": "npm:^0.9.1" "@types/chai": "npm:^4.3.11"