Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Sep 19, 2024
1 parent e6b629d commit ed3343d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ elixir 1.17.3-otp-27
# elixir 1.13.4-otp-25
just 1.35.0
yarn 1.22.22
nodejs 22.8.0
nodejs 22.9.0
# chromedriver latest
# ^ we don't want this in CI
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ defmodule Bonfire.Umbrella.MixProject do
Path.wildcard("docs/topics/*") ++
Path.wildcard("{extensions,deps,forks}/*/docs/*.md") ++
Path.wildcard(
"{extensions,deps,forks}/{needle,bonfire_boundaries,bonfire_api_graphql}/*.md"
"{deps,forks,extensions}/{needle,bonfire_boundaries,bonfire_api_graphql,bonfire_mailer}/*.md"
# "{forks,extensions}/{needle,bonfire_boundaries,bonfire_api_graphql,bonfire_mailer}/*.md"
),
"Flavours of Bonfire": Path.wildcard("flavours/*/*.md"),
"Data schemas": Path.wildcard("{extensions,deps,forks}/bonfire_data_*/*.md"),
Expand Down

0 comments on commit ed3343d

Please sign in to comment.