Skip to content

Commit

Permalink
Updates moment and phoenix js libs (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
knewter committed Jun 22, 2018
1 parent 9025387 commit 3cb13fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions assets/yarn.lock
Expand Up @@ -3136,6 +3136,10 @@ moment@^2.11.2:
version "2.18.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f"

moment@^2.17.1:
version "2.22.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"

mout@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/mout/-/mout-1.0.0.tgz#9bdf1d4af57d66d47cb353a6335a3281098e1501"
Expand Down Expand Up @@ -3594,10 +3598,10 @@ performance-now@^0.2.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5"

"phoenix@file:../deps/phoenix":
version "1.3.0-rc.1"
version "1.3.3"

"phoenix_html@file:../deps/phoenix_html":
version "2.9.3"
version "2.11.2"

pify@^2.0.0, pify@^2.3.0:
version "2.3.0"
Expand Down
1 change: 0 additions & 1 deletion mix.lock
@@ -1,5 +1,4 @@
%{
"appsignal": {:hex, :appsignal, "1.3.0", "a95d2622f35eb7ea6c6efaef7ba42be73d0b05c9892b2d633a4c40494586bbf2", [:make, :mix], [{:decorator, "~> 1.0", [hex: :decorator, optional: false]}, {:httpoison, "~> 0.11", [hex: :httpoison, optional: false]}, {:phoenix, ">= 1.2.0", [hex: :phoenix, optional: true]}, {:plug, ">= 1.1.0", [hex: :plug, optional: true]}, {:poison, ">= 1.3.0", [hex: :poison, optional: false]}]},
"bamboo": {:git, "https://github.com/thoughtbot/bamboo.git", "6f10c5887a58ec7c3ace8b1fa8fa6fb3d9bf5c1a", []},
"bcrypt_elixir": {:hex, :bcrypt_elixir, "1.0.7", "e79d84b666bfad0e461ed217860e1c7de6bc4a1ae919cdb39d473ca784817653", [:make, :mix], [{:elixir_make, "~> 0.4", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm"},
"bodyguard": {:hex, :bodyguard, "2.2.2", "d5d1ea325b395ed8edcdcedb8632290e92fe9061ee1fe2de86aa00ca918ab96b", [:mix], [{:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down

0 comments on commit 3cb13fc

Please sign in to comment.