Skip to content

Commit

Permalink
Tau - bump deps
Browse files Browse the repository at this point in the history
(remove unused rustler dep)
  • Loading branch information
samaaron committed Jul 17, 2023
1 parent 547d8cc commit 4d2f8d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
10 changes: 2 additions & 8 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,23 +160,20 @@ relevant licenses:

- [Bunt](https://github.com/rrrene/bunt) - [MIT License](http://opensource.org/licenses/MIT)
- [castore](https://github.com/elixir-mint/castore) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [connection](https://github.com/elixir-ecto/connection) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [cowboy](https://github.com/ninenines/cowboy) - [ISC License](https://opensource.org/licenses/ISC)
- [cowboy_telemetry](https://github.com/beam-telemetry/cowboy_telemetry) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [cowlib](https://github.com/ninenines/cowlib) - [ISC License](https://opensource.org/licenses/ISC)
- [credo](https://github.com/rrrene/credo) - [MIT License](http://opensource.org/licenses/MIT)
- [db_connection](https://github.com/elixir-ecto/db_connection) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [decimal](https://github.com/ericmj/decimal) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [decimal](https://github.com/ericmj/decimal) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [ecto](https://github.com/elixir-ecto/ecto) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [ecto_sql](https://github.com/elixir-ecto/ecto_sql) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [esbuild](https://github.com/phoenixframework/esbuild) - [MIT License](http://opensource.org/licenses/MIT)
- [expo](https://github.com/elixir-gettext/expo) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [exsync](https://github.com/falood/exsync) - [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)
- [file_system](https://github.com/falood/file_system) - [WTFPL](http://www.wtfpl.net/)
- [flame_on](https://github.com/DockYard/flame_on) - [MIT License](http://opensource.org/licenses/MIT)
- [floki](https://github.com/philss/floki) - [MIT License](http://opensource.org/licenses/MIT)
- [gettext](https://github.com/elixir-gettext/gettext) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [heroicons](https://github.com/mveytsman/heroicons_elixir) - [MIT License](http://opensource.org/licenses/MIT)
- [html_entities](https://github.com/martinsvalin/html_entities) - [MIT License](http://opensource.org/licenses/MIT)
- [jason](https://github.com/michalmuskala/jason) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) - [MIT License](http://opensource.org/licenses/MIT)
- [mime](https://github.com/elixir-plug/mime) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
Expand All @@ -189,17 +186,14 @@ relevant licenses:
- [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) - [MIT License](http://opensource.org/licenses/MIT)
- [phoenix_pubsub](https://github.com/phoenixframework/phoenix_pubsub) - [MIT License](http://opensource.org/licenses/MIT)
- [phoenix_template](https://github.com/phoenixframework/phoenix_template) - [MIT License](http://opensource.org/licenses/MIT)
- [phoenix_view](https://github.com/phoenixframework/phoenix_view) - [MIT License](http://opensource.org/licenses/MIT)
- [plug](https://github.com/elixir-plug/plug) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [plug_crypto](https://github.com/elixir-plug/plug_crypto) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [ranch](https://github.com/ninenines/ranch) - [ISC License](https://opensource.org/licenses/ISC)
- [rustler](https://github.com/rusterlium/rustler) - [MIT License](http://opensource.org/licenses/MIT)
- [tailwind](https://github.com/phoenixframework/tailwind) - [MIT License](http://opensource.org/licenses/MIT)
- [telemetry](https://github.com/beam-telemetry/telemetry) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [telemetry_metrics](https://github.com/beam-telemetry/telemetry_metrics) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [telemetry_poller](https://github.com/beam-telemetry/telemetry_poller) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [toml](https://github.com/bitwalker/toml-elixir) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
- [websock](https://github.com/phoenixframework/websock) - [MIT License](http://opensource.org/licenses/MIT)
- [websock_adapter](https://github.com/phoenixframework/websock_adapter) - [MIT License](http://opensource.org/licenses/MIT)

Expand Down
9 changes: 4 additions & 5 deletions app/server/beam/tau/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,22 @@ defmodule Tau.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:phoenix, "~> 1.7.2"},
{:phoenix, "~> 1.7"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.4", only: :dev},
{:phoenix_live_view, "~> 0.18"},
{:phoenix_live_view, "~> 0.19"},
{:heroicons, "~> 0.5"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.7.2"},
{:phoenix_live_dashboard, "~> 0.8"},
{:esbuild, "~> 0.7", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:jason, "~> 1.4"},
{:plug_cowboy, "~> 2.6"},
{:petal_components, "~> 1.0"},
{:petal_components, "~> 1.2"},
{:exsync, "~> 0.2", runtime: Mix.env() == :dev, only: :dev},
{:rustler, "~> 0.26"},
{:logger_file_backend, "~> 0.0.13"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
Expand Down
Loading

0 comments on commit 4d2f8d8

Please sign in to comment.