Skip to content

Commit 30be69f

Browse files
committed
Updated deps and getting started guide
1 parent c18bc17 commit 30be69f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The intent of this guide is to get you started with ElixirScript. It will give y
129129
The first step is getting the dependency. In your mix.exs file for your elixir project, add elixir_script to your deps.
130130
131131
```elixir
132-
{:elixir_script, "~> 0.18"}
132+
{:elixir_script, "~> 0.22"}
133133
```
134134
135135
* Step 2: Now download the dep

mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ defmodule ElixirScript.Mixfile do
3030
[
3131
{:estree, "~> 2.4" },
3232
{:fs, "~> 0.9.1"},
33-
{:earmark, "~> 0.2", only: :dev },
34-
{:ex_doc, "~> 0.11", only: :dev },
35-
{:excoveralls, "~> 0.4", only: :test},
36-
{:credo, "~> 0.2.0", only: [:dev, :test]}
33+
{:earmark, "~> 1.0", only: :dev },
34+
{:ex_doc, "~> 0.14", only: :dev },
35+
{:excoveralls, "~> 0.5", only: :test},
36+
{:credo, "~> 0.4", only: [:dev, :test]}
3737
]
3838
end
3939

mix.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
%{"benchfella": {:hex, :benchfella, "0.3.1"},
2-
"bunt": {:hex, :bunt, "0.1.5", "c378ea1698232597d3778e4b83234dcea4a60e7c28114b0fe53657a2c0d8885e", [:mix], []},
2+
"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
33
"certifi": {:hex, :certifi, "0.3.0", "389d4b126a47895fe96d65fcf8681f4d09eca1153dc2243ed6babad0aac1e763", [:rebar3], []},
4-
"credo": {:hex, :credo, "0.2.6", "d6c28e2074bfbfe4918a9918f131d69e14c05f8c04db69170e9d77b4bb33d995", [:mix], [{:bunt, "~> 0.1.4", [hex: :bunt, optional: false]}]},
4+
"credo": {:hex, :credo, "0.4.12", "f5e1973405ea25c6e64959fb0b6bf92950147a0278cc2a002a491b45f78f7b87", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
55
"dogma": {:hex, :dogma, "0.0.7"},
6-
"earmark": {:hex, :earmark, "0.2.1", "ba6d26ceb16106d069b289df66751734802777a3cbb6787026dd800ffeb850f3", [:mix], []},
6+
"earmark": {:hex, :earmark, "1.0.2", "a0b0904d74ecc14da8bd2e6e0248e1a409a2bc91aade75fcf428125603de3853", [:mix], []},
77
"estree": {:hex, :estree, "2.4.1", "9e8a26b0d9e3a83266c73f6a577f971b011e291a52d5d328706cf28ba0fceef5", [:mix], []},
8-
"ex_doc": {:hex, :ex_doc, "0.11.4", "a064bdb720594c3745b94709b17ffb834fd858b4e0c1f48f37c0d92700759e02", [:mix], [{:earmark, "~> 0.1.17 or ~> 0.2", [hex: :earmark, optional: true]}]},
8+
"ex_doc": {:hex, :ex_doc, "0.14.3", "e61cec6cf9731d7d23d254266ab06ac1decbb7651c3d1568402ec535d387b6f7", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
99
"excoveralls": {:hex, :excoveralls, "0.5.1", "5b55d62b384c7edda8b26b52b1a9fc9358fec2e6b157a81071de5cb8a42e4721", [:mix], [{:exjsx, "~> 3.0", [hex: :exjsx, optional: false]}, {:hackney, ">= 0.12.0", [hex: :hackney, optional: false]}]},
1010
"exjsx": {:hex, :exjsx, "3.2.0", "7136cc739ace295fc74c378f33699e5145bead4fdc1b4799822d0287489136fb", [:mix], [{:jsx, "~> 2.6.2", [hex: :jsx, optional: false]}]},
1111
"fs": {:hex, :fs, "0.9.2", "ed17036c26c3f70ac49781ed9220a50c36775c6ca2cf8182d123b6566e49ec59", [:rebar], []},

0 commit comments

Comments
 (0)