Skip to content

Commit

Permalink
Merge pull request #705 from axonivy/raise-version-13.1.0-SNAPSHOT-17…
Browse files Browse the repository at this point in the history
…35555208906495949

Raise dependencies version to 13.1.0-SNAPSHOT
  • Loading branch information
alexsuter authored Dec 30, 2024
2 parents 8db84bb + 1011e68 commit 74654c5
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 107 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": "13.1.0-next",
"@axonivy/process-editor-inscription": "13.1.0-next",
"@axonivy/process-editor-inscription-view": "13.1.0-next",
"@axonivy/process-editor": "~13.1.0-next",
"@axonivy/process-editor-inscription": "~13.1.0-next",
"@axonivy/process-editor-inscription-view": "~13.1.0-next",
"@eclipse-glsp/client": "2.3.0-next.390",
"@eclipse-glsp/ide": "2.3.0-next.134",
"@eclipse-glsp/protocol": "2.3.0-next.390"
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": "13.1.0-next",
"@axonivy/process-editor-inscription-view": "13.1.0-next",
"@axonivy/ui-icons": "~12.0.2-next.409",
"@axonivy/process-editor-inscription-core": "~13.1.0-next",
"@axonivy/process-editor-inscription-view": "~13.1.0-next",
"@axonivy/ui-icons": "~13.1.0-next.413",
"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": "13.1.0-next",
"@axonivy/process-editor-inscription": "13.1.0-next",
"@axonivy/process-editor-inscription-view": "13.1.0-next",
"@axonivy/ui-components": "~12.0.2-next.409",
"@axonivy/process-editor": "~13.1.0-next",
"@axonivy/process-editor-inscription": "~13.1.0-next",
"@axonivy/process-editor-inscription-view": "~13.1.0-next",
"@axonivy/ui-components": "~13.1.0-next.413",
"@eclipse-glsp/client": "2.3.0-next.390"
},
"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": "13.1.0-next",
"@axonivy/process-editor": "~13.1.0-next",
"@eclipse-glsp/client": "2.3.0-next.390"
},
"devDependencies": {
Expand Down
230 changes: 145 additions & 85 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": "13.1.0-next",
"@axonivy/process-editor-protocol": "~13.1.0-next",
"@eclipse-glsp/client": "2.3.0-next.390",
"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.409",
"@axonivy/process-editor-inscription-protocol": "13.1.0-next",
"@axonivy/jsonrpc": "~13.1.0-next.413",
"@axonivy/process-editor-inscription-protocol": "~13.1.0-next",
"monaco-editor": "^0.44.0",
"monaco-editor-workers": "^0.44.0",
"monaco-languageclient": "^6.6.1",
Expand Down
Loading

0 comments on commit 74654c5

Please sign in to comment.