Skip to content

Commit

Permalink
feat: upgrade gorules deps (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-gorules authored Aug 7, 2024
1 parent 1f2bd3e commit e894d3f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
zen-engine = "0.24.2"
zen-engine = { version = "0.25.0" }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@gorules/jdm-editor": "1.10.0",
"@gorules/jdm-editor": "1.12.0",
"ace-builds": "^1.31.2",
"antd": "^5.11.5",
"axios": "^1.6.2",
Expand Down
24 changes: 15 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit e894d3f

Please sign in to comment.