Skip to content

Commit

Permalink
Upgrading to Phoenix 1.1.3 and elm-brunch 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
urfolomeus committed Feb 15, 2016
1 parent 621f87b commit 2b8de91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -30,7 +30,7 @@ defmodule SeatSaver.Mixfile do
#
# Type `mix help deps` for examples and options.
defp deps do
[{:phoenix, "~> 1.1.2"},
[{:phoenix, "~> 1.1.3"},
{:phoenix_ecto, "~> 2.0"},
{:postgrex, "~> 0.10"},
{:phoenix_html, "~> 2.3"},
Expand Down
8 changes: 4 additions & 4 deletions mix.lock
Expand Up @@ -5,12 +5,12 @@
"ecto": {:hex, :ecto, "1.1.1"},
"fs": {:hex, :fs, "0.9.2"},
"gettext": {:hex, :gettext, "0.9.0"},
"phoenix": {:hex, :phoenix, "1.1.2"},
"phoenix": {:hex, :phoenix, "1.1.3"},
"phoenix_ecto": {:hex, :phoenix_ecto, "2.0.0"},
"phoenix_html": {:hex, :phoenix_html, "2.3.1"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.2"},
"plug": {:hex, :plug, "1.0.3"},
"poison": {:hex, :poison, "1.5.0"},
"plug": {:hex, :plug, "1.1.0"},
"poison": {:hex, :poison, "1.5.2"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.10.0"},
"ranch": {:hex, :ranch, "1.2.0"}}
"ranch": {:hex, :ranch, "1.2.1"}}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
},
"dependencies": {
"brunch": "^2.1.1",
"elm-brunch": "^0.3.0",
"elm-brunch": "^0.4.4",
"babel-brunch": "^6.0.0",
"clean-css-brunch": ">= 1.0 < 1.8",
"css-brunch": ">= 1.0 < 1.8",
Expand Down
2 changes: 1 addition & 1 deletion web/elm/elm-package.json
Expand Up @@ -8,7 +8,7 @@
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "3.0.0 <= v < 3.1.0",
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-effects": "2.0.1 <= v < 3.0.0",
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
"evancz/start-app": "2.0.2 <= v < 3.0.0"
Expand Down

0 comments on commit 2b8de91

Please sign in to comment.