Skip to content

Commit

Permalink
GLSP-1223 Align sprotty-protocol version
Browse files Browse the repository at this point in the history
Ensure that 1.0.0 of sprotty-protocol is used in all client pacakges
Part of eclipse-glsp/glsp#1223
  • Loading branch information
tortmayr committed Mar 9, 2024
1 parent 154edf1 commit 1f803d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/workflow-glsp/package.json
Expand Up @@ -43,7 +43,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "^2.2.0-next",
"@eclipse-glsp/client": "2.2.0-next",
"balloon-css": "^0.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow-standalone/package.json
Expand Up @@ -31,8 +31,8 @@
"watch": "tsc -w -p ./tsconfig.json"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "^2.2.0-next",
"@eclipse-glsp/client": "^2.2.0-next"
"@eclipse-glsp-examples/workflow-glsp": "2.2.0-next",
"@eclipse-glsp/client": "2.2.0-next"
},
"devDependencies": {
"@types/shelljs": "0.8.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -47,7 +47,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/sprotty": "^2.2.0-next",
"@eclipse-glsp/sprotty": "2.2.0-next",
"autocompleter": "^9.1.0",
"file-saver": "^2.0.5",
"lodash": "4.17.21"
Expand Down

0 comments on commit 1f803d1

Please sign in to comment.