Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Dec 23, 2022
1 parent 3263e6d commit 8e0b061
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions examples/arithmetics/package.json
Expand Up @@ -60,12 +60,12 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "1.0.0",
"langium": "~1.0.0",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2"
},
"devDependencies": {
"langium-cli": "1.0.0"
"langium-cli": "~1.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions examples/domainmodel/package.json
Expand Up @@ -60,13 +60,13 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "1.0.0",
"langium": "~1.0.0",
"lodash": "^4.17.21",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2"
},
"devDependencies": {
"langium-cli": "1.0.0"
"langium-cli": "~1.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions examples/requirements/package.json
Expand Up @@ -56,12 +56,12 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "1.0.0",
"langium": "~1.0.0",
"lodash": "^4.17.21",
"vscode-languageclient": "^8.0.1",
"vscode-languageserver": "^8.0.1"
},
"devDependencies": {
"langium-cli": "1.0.0"
"langium-cli": "~1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/statemachine/package.json
Expand Up @@ -61,13 +61,13 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "1.0.0",
"langium": "~1.0.0",
"lodash": "^4.17.21",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2"
},
"devDependencies": {
"langium-cli": "1.0.0"
"langium-cli": "~1.0.0"
},
"repository": {
"type": "git",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/langium-vscode/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-vscode",
"publisher": "langium",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Langium",
"description": "Support for the Langium Grammar Language",
"homepage": "https://langium.org",
Expand Down Expand Up @@ -69,7 +69,7 @@
"lint": "eslint src --ext ts"
},
"dependencies": {
"langium": "1.0.0",
"langium": "1.0.1",
"vscode-languageserver": "^8.0.2",
"ignore": "~5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/langium/package.json
@@ -1,6 +1,6 @@
{
"name": "langium",
"version": "1.0.0",
"version": "1.0.1",
"description": "A language engineering tool for the Language Server Protocol",
"homepage": "https://langium.org",
"engines": {
Expand Down

0 comments on commit 8e0b061

Please sign in to comment.