Skip to content

Commit bbb265a

Browse files
committed
Update to 2.1.1 hotfix client version
1 parent c8aebe0 commit bbb265a

File tree

4 files changed

+557
-364
lines changed

4 files changed

+557
-364
lines changed

client/examples/workflow-webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"watch": "tsc -w"
1515
},
1616
"dependencies": {
17-
"@eclipse-glsp-examples/workflow-glsp": "2.1.0",
17+
"@eclipse-glsp-examples/workflow-glsp": "~2.1.1",
1818
"@eclipse-glsp/ide": "2.1.0"
1919
},
2020
"devDependencies": {

client/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
"upgrade:next": "yarn upgrade -p \"@eclipse-glsp.*|sprotty.*\" --next ",
2323
"watch": "lerna run --parallel watch"
2424
},
25+
"resolutions": {
26+
"string-width": "4.2.3"
27+
},
2528
"devDependencies": {
26-
"@eclipse-glsp/dev": "^1.1.0-next.cbae4df.145",
29+
"@eclipse-glsp/dev": "2.0.0",
2730
"@types/node": "16.x",
2831
"copyfiles": "^2.4.1",
2932
"inversify": "6.0.1",

client/packages/ide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"watch": "tsc -w"
3535
},
3636
"dependencies": {
37-
"@eclipse-glsp/client": "2.1.0"
37+
"@eclipse-glsp/client": "~2.1.1"
3838
},
3939
"engines": {
4040
"yarn": "1.0.x || >=1.2.1"

0 commit comments

Comments
 (0)