Skip to content

Commit

Permalink
Updated dependencies between the Typir packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMeierSE committed Dec 20, 2024
1 parent 63c51ee commit 94df9c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 69 deletions.
2 changes: 1 addition & 1 deletion examples/lox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"commander": "~12.1.0",
"langium": "~3.3.0",
"typir-langium": "~0.0.2",
"typir-langium": "~0.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/ox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"commander": "~12.1.0",
"langium": "~3.3.0",
"typir-langium": "~0.0.2",
"typir-langium": "~0.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
Expand Down
70 changes: 4 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/typir-langium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"bugs": "https://github.com/TypeFox/typir/issues",
"dependencies": {
"langium": "~3.3.0",
"typir": "~0.0.2"
"typir": "~0.1.0"
}
}

0 comments on commit 94df9c5

Please sign in to comment.