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 authored and ivy-lli committed Jan 9, 2025
1 parent 4d4defc commit 5156177
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 148 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
Loading

0 comments on commit 5156177

Please sign in to comment.