Skip to content

Commit

Permalink
Merge pull request #342 from axonivy/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
ivy-lli authored Oct 21, 2024
2 parents cc573e8 + 2235a89 commit 16c6e0f
Show file tree
Hide file tree
Showing 5 changed files with 1,166 additions and 419 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"main": "./dist/extension.js",
"dependencies": {
"@eclipse-glsp/vscode-integration": "~2.2.0",
"@eclipse-glsp/vscode-integration": "2.3.0-next.90",
"axios": "^1.7.4",
"fast-xml-parser": "^4.3.2",
"htmlparser2": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions extension/webviews/form-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "VSCode extension webview for the Axon Ivy form editor",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"dependencies": {
"@axonivy/form-editor": "~12.0.0-next.352",
"@axonivy/form-editor-core": "~12.0.0-next.352",
"@axonivy/form-editor": "~12.0.0-next.358",
"@axonivy/form-editor-core": "~12.0.0-next.358",
"vscode-webview-common": "12.0.0"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions extension/webviews/process-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"url": "https://github.com/axonivy/glsp-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "~12.0.0-next.1169",
"@axonivy/process-editor-inscription": "~12.0.0-next.1169",
"@axonivy/process-editor-protocol": "~12.0.0-next.1169",
"@eclipse-glsp/vscode-integration-webview": "~2.2.0",
"@axonivy/process-editor": "~12.0.0-next.1185",
"@axonivy/process-editor-inscription": "~12.0.0-next.1185",
"@axonivy/process-editor-protocol": "~12.0.0-next.1185",
"@eclipse-glsp/vscode-integration-webview": "2.3.0-next.90",
"inversify": "^6.0.1",
"vscode-webview-common": "12.0.0"
},
Expand Down
Loading

0 comments on commit 16c6e0f

Please sign in to comment.