Skip to content

Commit 95b780f

Browse files
committed
Update Lionweb and the Starlasu implementation in Lionweb to the latest Kolasu 1.5, also addressing #79
1 parent f433bfd commit 95b780f

File tree

6 files changed

+1649
-264
lines changed

6 files changed

+1649
-264
lines changed

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"reflect-metadata": "^0.1.13"
8989
},
9090
"peerDependencies": {
91-
"@lionweb/core": "^0.6.7",
92-
"@lionweb/utilities": "^0.6.7",
93-
"antlr4ng": "^3.0.4",
91+
"@lionweb/core": "^0.6.12",
92+
"@lionweb/utilities": "^0.6.12",
93+
"antlr4ng": "^3.0.14",
9494
"cmd-ts": "^0.13.0",
9595
"ecore": "^0.12.0"
9696
},
@@ -121,29 +121,29 @@
121121
"publish-lib": "yarn dist && yarn publish --access public && yarn --use-yarnrc .yarnrc-github-packages publish"
122122
},
123123
"devDependencies": {
124-
"@lionweb/core": "^0.6.7",
125-
"@lionweb/utilities": "^0.6.7",
126-
"@tsconfig/recommended": "^1.0.3",
127-
"@types/chai": "^4.3.11",
124+
"@lionweb/core": "^0.6.12",
125+
"@lionweb/utilities": "^0.6.12",
126+
"@tsconfig/recommended": "^1.0.8",
127+
"@types/chai": "^5.0.1",
128128
"@types/ecore": "^0.12.5",
129-
"@types/jest": "^29.5.10",
129+
"@types/jest": "^29.5.14",
130130
"@types/node": "^18.19.2",
131-
"@typescript-eslint/eslint-plugin": "^6.13.2",
132-
"@typescript-eslint/parser": "^6.13.2",
133-
"antlr4ng": "^3.0.4",
131+
"@typescript-eslint/eslint-plugin": "^6.21.0",
132+
"@typescript-eslint/parser": "^6.21.0",
133+
"antlr4ng": "^3.0.14",
134134
"antlr4ng-cli": "^2.0.0",
135-
"chai": "^4.3.10",
135+
"chai": "^5.1.2",
136136
"cmd-ts": "^0.13.0",
137137
"cross-env": "^7.0.3",
138138
"ecore": "^0.12.0",
139-
"eslint": "^8.55.0",
140-
"i18next": "^23.11.5",
139+
"eslint": "^8.57.1",
140+
"i18next": "^24.2.2",
141141
"jest": "^29.7.0",
142-
"merge-options": "^2.0.0",
143-
"rimraf": "^3.0.0",
144-
"ts-jest": "^29.1.1",
145-
"ts-node": "^10.9.1",
146-
"typedoc": "^0.25.7",
147-
"typescript": "^5.3.2"
142+
"merge-options": "^3.0.4",
143+
"rimraf": "^6.0.1",
144+
"ts-jest": "^29.2.5",
145+
"ts-node": "^10.9.2",
146+
"typedoc": "^0.27.7",
147+
"typescript": "^5.3.3"
148148
}
149149
}

0 commit comments

Comments
 (0)