-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump phoenix from 1.6.16 to 1.7.10 (#218)
* Build(deps): Bump phoenix from 1.6.16 to 1.7.10 Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.6.16 to 1.7.10. - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.6.16...v1.7.10) --- updated-dependencies: - dependency-name: phoenix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: upgrade phoenix to 1.7.10 * chore: upgrade phoenix to 1.7.10: update gettext files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nwittstruck <[email protected]>
- Loading branch information
1 parent
592f50c
commit 9e4e74d
Showing
17 changed files
with
376 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
[ | ||
import_deps: [:ecto, :phoenix], | ||
inputs: [ | ||
"*.{ex,exs}", | ||
"priv/repo/data_migrations/*.{ex,exs}", | ||
"priv/*/seeds.exs", | ||
"{config,lib,test}/**/*.{ex,exs}" | ||
], | ||
subdirectories: ["priv/*/migrations"] | ||
import_deps: [:ecto, :ecto_sql, :phoenix], | ||
subdirectories: ["priv/*/migrations"], | ||
plugins: [Phoenix.LiveView.HTMLFormatter], | ||
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.