Skip to content

Commit 532cc30

Browse files
committed
#68 Update LionWeb integration to support Point and Position primitive types as used in Kolasu
1 parent 41808a6 commit 532cc30

File tree

6 files changed

+67
-491
lines changed

6 files changed

+67
-491
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"reflect-metadata": "^0.1.13"
8989
},
9090
"peerDependencies": {
91-
"@lionweb/core": "^0.6.4",
91+
"@lionweb/core": "^0.6.5",
92+
"@lionweb/utilities": "^0.6.5",
9293
"antlr4ng": "^3.0.4",
9394
"cmd-ts": "^0.13.0",
9495
"ecore": "^0.12.0"
@@ -120,7 +121,8 @@
120121
"publish-lib": "yarn dist && yarn publish --access public && yarn --use-yarnrc .yarnrc-github-packages publish"
121122
},
122123
"devDependencies": {
123-
"@lionweb/core": "^0.6.4",
124+
"@lionweb/core": "^0.6.5",
125+
"@lionweb/utilities": "^0.6.5",
124126
"@tsconfig/recommended": "^1.0.3",
125127
"@types/chai": "^4.3.11",
126128
"@types/ecore": "^0.12.5",

0 commit comments

Comments
 (0)