Don't use rc02, it seems to not work correctly

This commit is contained in:
Daniel Kluge
2023-10-20 10:18:43 +02:00
parent 1750ffdb7b
commit 3214cd3891
8 changed files with 938 additions and 22 deletions
+3 -2
View File
@@ -16,7 +16,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aas-core-works/aas-core3.0rc02-typescript": "^1.0.0-rc.6",
"express": "^4.18.2"
"@aas-core-works/aas-core3.0-typescript": "^1.0.0-rc.3",
"express": "^4.18.2",
"mqtt": "^5.1.2"
}
}