Skip to content

Commit

Permalink
Update Lionweb and the Starlasu implementation in Lionweb to the late…
Browse files Browse the repository at this point in the history
…st Kolasu 1.5, also addressing #79
  • Loading branch information
alessiostalla committed Feb 14, 2025
1 parent f433bfd commit 95b780f
Show file tree
Hide file tree
Showing 6 changed files with 1,649 additions and 264 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
"@lionweb/core": "^0.6.7",
"@lionweb/utilities": "^0.6.7",
"antlr4ng": "^3.0.4",
"@lionweb/core": "^0.6.12",
"@lionweb/utilities": "^0.6.12",
"antlr4ng": "^3.0.14",
"cmd-ts": "^0.13.0",
"ecore": "^0.12.0"
},
Expand Down Expand Up @@ -121,29 +121,29 @@
"publish-lib": "yarn dist && yarn publish --access public && yarn --use-yarnrc .yarnrc-github-packages publish"
},
"devDependencies": {
"@lionweb/core": "^0.6.7",
"@lionweb/utilities": "^0.6.7",
"@tsconfig/recommended": "^1.0.3",
"@types/chai": "^4.3.11",
"@lionweb/core": "^0.6.12",
"@lionweb/utilities": "^0.6.12",
"@tsconfig/recommended": "^1.0.8",
"@types/chai": "^5.0.1",
"@types/ecore": "^0.12.5",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.2",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"antlr4ng": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"antlr4ng": "^3.0.14",
"antlr4ng-cli": "^2.0.0",
"chai": "^4.3.10",
"chai": "^5.1.2",
"cmd-ts": "^0.13.0",
"cross-env": "^7.0.3",
"ecore": "^0.12.0",
"eslint": "^8.55.0",
"i18next": "^23.11.5",
"eslint": "^8.57.1",
"i18next": "^24.2.2",
"jest": "^29.7.0",
"merge-options": "^2.0.0",
"rimraf": "^3.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.7",
"typescript": "^5.3.2"
"merge-options": "^3.0.4",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.27.7",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 95b780f

Please sign in to comment.