Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Feb 7, 2024
1 parent a78a2ef commit 17c3a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/browser-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-app",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"build": "theia build --mode development",
Expand All @@ -13,7 +13,7 @@
"watch": "theia build --watch --mode development"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-theia": "2.1.0",
"@eclipse-glsp-examples/workflow-theia": "^2.1.1",
"@theia/core": "1.39.0",
"@theia/editor": "1.39.0",
"@theia/filesystem": "1.39.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow-theia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-theia",
"version": "2.1.0",
"version": "2.1.1",
"private": "true",
"description": "Theia extension for the workflow GLSP example",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"@eclipse-glsp-examples/workflow-glsp": "2.1.1",
"@eclipse-glsp-examples/workflow-server": "2.1.0",
"@eclipse-glsp-examples/workflow-server-bundled": "next",
"@eclipse-glsp/theia-integration": "2.1.1"
"@eclipse-glsp/theia-integration": "^2.1.1"
},
"devDependencies": {
"mvn-artifact-download": "5.1.0"
Expand Down

0 comments on commit 17c3a2f

Please sign in to comment.