Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Dec 16, 2022
1 parent 3803880 commit 8ec4eaa
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 68 deletions.
6 changes: 3 additions & 3 deletions examples/arithmetics/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-arithmetics-dsl",
"displayName": "Arithmetics DSL",
"version": "0.5.0",
"version": "1.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -60,12 +60,12 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "0.5.0",
"langium": "1.0.0",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2"
},
"devDependencies": {
"langium-cli": "0.5.0"
"langium-cli": "1.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions examples/domainmodel/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-domainmodel-dsl",
"displayName": "Domain Model DSL",
"version": "0.5.0",
"version": "1.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -60,13 +60,13 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "0.5.0",
"langium": "1.0.0",
"lodash": "^4.17.21",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2"
},
"devDependencies": {
"langium-cli": "0.5.0"
"langium-cli": "1.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions examples/requirements/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "langium-requirements-dsl",
"displayName": "Requirements DSL",
"description": "A demo showing how to combine two DSLs",
"version": "0.5.0",
"version": "1.0.0",
"engines": {
"vscode": "^1.56.0"
},
Expand Down Expand Up @@ -56,12 +56,12 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "0.5.0",
"langium": "1.0.0",
"lodash": "^4.17.21",
"vscode-languageclient": "^8.0.1",
"vscode-languageserver": "^8.0.1"
},
"devDependencies": {
"langium-cli": "0.5.0"
"langium-cli": "1.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/statemachine/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-statemachine-dsl",
"displayName": "State Machine DSL",
"version": "0.5.0",
"version": "1.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -61,13 +61,13 @@
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "0.5.0",
"langium": "1.0.0",
"lodash": "^4.17.21",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2"
},
"devDependencies": {
"langium-cli": "0.5.0"
"langium-cli": "1.0.0"
},
"repository": {
"type": "git",
Expand Down
84 changes: 42 additions & 42 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/generator-langium/langium-template/package.json
Expand Up @@ -43,10 +43,10 @@
"langium:watch": "langium generate --watch"
},
"dependencies": {
"chevrotain": "^9.1.0",
"chevrotain": "^10.4.1",
"chalk": "^4.1.2",
"commander": "^8.0.0",
"langium": "^0.5.0",
"langium": "~1.0.0",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2",
"vscode-uri": "^3.0.2"
Expand All @@ -57,7 +57,7 @@
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"langium-cli": "^0.5.0",
"langium-cli": "~1.0.0",
"typescript": "^4.9.4"
}
}
2 changes: 1 addition & 1 deletion packages/generator-langium/package.json
@@ -1,6 +1,6 @@
{
"name": "generator-langium",
"version": "0.5.0",
"version": "1.0.0",
"description": "Yeoman generator for Langium - the language engineering tool",
"homepage": "https://langium.org",
"engines": {
Expand Down

0 comments on commit 8ec4eaa

Please sign in to comment.