Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Nov 29, 2024
1 parent 9c1d4a3 commit 3da3f94
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 42 deletions.
2 changes: 2 additions & 0 deletions integrations/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"dependencies": {
"@axonivy/variable-editor": "*",
"@axonivy/variable-editor-protocol": "*",
"@axonivy/ui-components": "~12.0.1-next.384",
"@axonivy/ui-icons": "~12.0.1-next.384",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
84 changes: 45 additions & 39 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/variable-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"types": "lib/index.d.ts",
"main": "lib/editor.js",
"dependencies": {
"@axonivy/jsonrpc": "~12.0.0-next.380",
"@axonivy/ui-components": "~12.0.0-next.380",
"@axonivy/ui-icons": "~12.0.0-next.380",
"@axonivy/jsonrpc": "~12.0.1-next.384",
"@axonivy/ui-components": "~12.0.1-next.384",
"@axonivy/ui-icons": "~12.0.1-next.384",
"@axonivy/variable-editor-protocol": "12.0.1-next",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
Expand Down

0 comments on commit 3da3f94

Please sign in to comment.