Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 78a11e4 commit e677df5
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 452 deletions.
24 changes: 12 additions & 12 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.47.0",
"@playwright/test": "1.48.0",
"prettier": "3.3.3",
"uid": "2.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bidiff = "1.0.0"
bipatch = "1.0.0"
postcard = { version = "1.0.8", features = ["alloc"] }
zstd = "0.13.1"
sea-query = { version = "0.31.0", default-features = false, features = [
sea-query = { version = "0.32.0", default-features = false, features = [
"backend-sqlite",
"derive",
] }
Expand All @@ -54,7 +54,7 @@ async-trait = "0.1.80"
hex = { version = "0.4.3", default-features = false }
semver = "1.0.23"
reqwest_cookie_store = "0.8.0"
tower-http = { version = "0.5.2", features = ["fs", "timeout"] }
tower-http = { version = "0.6.0", features = ["fs", "timeout"] }
tower = "0.5.0"
ammonia = "4.0.0"
pulldown-cmark = "0.12.0"
Loading

0 comments on commit e677df5

Please sign in to comment.