This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 873dfa1 Rollback camel to 3.18 in karavan-app. it wont impact on
projects created by karavan
873dfa1 is described below
commit 873dfa1d02d259580c0711fb1867cdcaf621c828
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Dec 16 12:32:31 2022 -0500
Rollback camel to 3.18 in karavan-app. it wont impact on projects created
by karavan
---
karavan-app/pom.xml | 2 +-
karavan-app/src/main/webui/package-lock.json | 45 +++++++---------------------
2 files changed, 11 insertions(+), 36 deletions(-)
diff --git a/karavan-app/pom.xml b/karavan-app/pom.xml
index 31f7290..4d1325a 100644
--- a/karavan-app/pom.xml
+++ b/karavan-app/pom.xml
@@ -31,7 +31,7 @@
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>2.13.5.Final</quarkus.platform.version>
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
- <version.camel>3.20.0-SNAPSHOT</version.camel>
+ <version.camel>3.18.4</version.camel>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/karavan-app/src/main/webui/package-lock.json
b/karavan-app/src/main/webui/package-lock.json
index 76ae782..796ed1a 100644
--- a/karavan-app/src/main/webui/package-lock.json
+++ b/karavan-app/src/main/webui/package-lock.json
@@ -39,28 +39,6 @@
"monaco-editor": "0.29.1"
}
},
- "../../../../karavan-core": {
- "version": "3.18.6",
- "license": "Apache-2.0",
- "dependencies": {
- "@types/js-yaml": "^4.0.5",
- "@types/uuid": "^8.3.4",
- "typescript": "^4.5.5",
- "uuid": "8.3.2"
- },
- "devDependencies": {
- "@types/chai": "^4.3.0",
- "@types/dagre": "^0.7.47",
- "@types/localforage": "0.0.34",
- "@types/mocha": "^9.1.0",
- "@types/node": "^17.0.23",
- "chai": "^4.3.4",
- "cross-env": "^7.0.3",
- "fs": "^0.0.1-security",
- "mocha": "^9.2.0",
- "ts-node": "^10.4.0"
- }
- },
"../karavan-core": {
"extraneous": true
},
@@ -10911,8 +10889,15 @@
}
},
"node_modules/karavan-core": {
- "resolved": "../../../../karavan-core",
- "link": true
+ "version": "3.18.6",
+ "resolved": "file:../../../../karavan-core",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@types/js-yaml": "^4.0.5",
+ "@types/uuid": "^8.3.4",
+ "typescript": "^4.5.5",
+ "uuid": "8.3.2"
+ }
},
"node_modules/keycloak-js": {
"version": "19.0.1",
@@ -24487,20 +24472,10 @@
}
},
"karavan-core": {
- "version": "file:../../../../karavan-core",
+ "version": "3.18.6",
"requires": {
- "@types/chai": "^4.3.0",
- "@types/dagre": "^0.7.47",
"@types/js-yaml": "^4.0.5",
- "@types/localforage": "0.0.34",
- "@types/mocha": "^9.1.0",
- "@types/node": "^17.0.23",
"@types/uuid": "^8.3.4",
- "chai": "^4.3.4",
- "cross-env": "^7.0.3",
- "fs": "^0.0.1-security",
- "mocha": "^9.2.0",
- "ts-node": "^10.4.0",
"typescript": "^4.5.5",
"uuid": "8.3.2"
}