Skip to content

Commit

Permalink
Update to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Aug 17, 2023
1 parent 17456f9 commit fc46dfe
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 85 deletions.
10 changes: 5 additions & 5 deletions examples/arithmetics/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-arithmetics-dsl",
"displayName": "Arithmetics DSL",
"version": "1.2.1",
"version": "1.3.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -71,23 +71,23 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~1.3.0",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~1.3.0"
},
"volta": {
"node": "16.19.0",
"npm": "8.19.3"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/arithmetics"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
Expand Down
10 changes: 5 additions & 5 deletions examples/domainmodel/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-domainmodel-dsl",
"displayName": "Domain Model DSL",
"version": "1.2.0",
"version": "1.3.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -61,24 +61,24 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~1.3.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~1.3.0"
},
"volta": {
"node": "16.19.0",
"npm": "8.19.3"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/domainmodel"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
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": "1.2.0",
"version": "1.3.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -72,13 +72,13 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~1.3.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~1.3.0"
},
"volta": {
"node": "16.19.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/statemachine/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-statemachine-dsl",
"displayName": "State Machine DSL",
"version": "1.2.0",
"version": "1.3.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -61,24 +61,24 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~1.3.0",
"lodash": "^4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~1.3.0"
},
"volta": {
"node": "16.19.0",
"npm": "8.19.3"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/statemachine"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
Expand Down

0 comments on commit fc46dfe

Please sign in to comment.