Skip to content

Commit

Permalink
Raise dependencies version to 12.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-team committed Jan 9, 2025
1 parent 4d4defc commit e42842b
Show file tree
Hide file tree
Showing 9 changed files with 146 additions and 126 deletions.
6 changes: 3 additions & 3 deletions integration/eclipse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "12.0.3-next",
"@axonivy/process-editor-inscription": "12.0.3-next",
"@axonivy/process-editor-inscription-view": "12.0.3-next",
"@axonivy/process-editor": "~12.0.3-next",
"@axonivy/process-editor-inscription": "~12.0.3-next",
"@axonivy/process-editor-inscription-view": "~12.0.3-next",
"@eclipse-glsp/client": "2.3.0",
"@eclipse-glsp/ide": "2.3.0",
"@eclipse-glsp/protocol": "2.3.0"
Expand Down
6 changes: 3 additions & 3 deletions integration/inscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor-inscription-core": "12.0.3-next",
"@axonivy/process-editor-inscription-view": "12.0.3-next",
"@axonivy/ui-icons": "~12.0.2-next.413",
"@axonivy/process-editor-inscription-core": "~12.0.3-next",
"@axonivy/process-editor-inscription-view": "~12.0.3-next",
"@axonivy/ui-icons": "~12.0.3-next.415",
"path-browserify": "^1.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions integration/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "12.0.3-next",
"@axonivy/process-editor-inscription": "12.0.3-next",
"@axonivy/process-editor-inscription-view": "12.0.3-next",
"@axonivy/ui-components": "~12.0.2-next.413",
"@axonivy/process-editor": "~12.0.3-next",
"@axonivy/process-editor-inscription": "~12.0.3-next",
"@axonivy/process-editor-inscription-view": "~12.0.3-next",
"@axonivy/ui-components": "~12.0.3-next.415",
"@eclipse-glsp/client": "2.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion integration/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "12.0.3-next",
"@axonivy/process-editor": "~12.0.3-next",
"@eclipse-glsp/client": "2.3.0"
},
"devDependencies": {
Expand Down
228 changes: 124 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bpmn"
],
"dependencies": {
"@axonivy/process-editor-protocol": "12.0.3-next",
"@axonivy/process-editor-protocol": "~12.0.3-next",
"@eclipse-glsp/client": "2.3.0",
"showdown": "^2.1.0",
"toastify-js": "1.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/inscription-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"src"
],
"dependencies": {
"@axonivy/jsonrpc": "~12.0.2-next.413",
"@axonivy/process-editor-inscription-protocol": "12.0.3-next",
"@axonivy/jsonrpc": "~12.0.3-next.415",
"@axonivy/process-editor-inscription-protocol": "~12.0.3-next",
"monaco-editor": "^0.44.0",
"monaco-editor-workers": "^0.44.0",
"monaco-languageclient": "^6.6.1",
Expand Down
Loading

0 comments on commit e42842b

Please sign in to comment.