Skip to content

Commit 8f6ff28

Browse files
committed
[Langtour] bump popcorn
1 parent c5d8f18 commit 8f6ff28

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

language-tour/elixir_tour/mix.exs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,16 @@ defmodule ElixirTour.MixProject do
1414
]
1515
end
1616

17-
# Run "mix help compile.app" to learn about applications.
1817
def application do
1918
[
2019
extra_applications: [:logger],
2120
mod: {ElixirTour.Application, []}
2221
]
2322
end
2423

25-
# Run "mix help deps" to learn about dependencies.
2624
defp deps do
2725
[
28-
# {:popcorn, "~> 0.1.0"}
29-
{:popcorn, "~> 0.2.1"}
30-
# {:dep_from_hexpm, "~> 0.3.0"},
31-
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
26+
{:popcorn, "~> 0.2.2"}
3227
]
3328
end
3429
end

language-tour/elixir_tour/mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%{
22
"jason": {:hex, :jason, "1.4.4", "b9226785a9aa77b6857ca22832cffa5d5011a667207eb2a0ad56adb5db443b8a", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"},
3-
"popcorn": {:hex, :popcorn, "0.2.1", "125965c99cb74f17066d1726d531c9e3f72889f2a1a7a22001556a2046f73840", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "73ec8d64946011bdea066585e78989bdf09f458dd547d858a3e8062a6df8bb48"},
3+
"popcorn": {:hex, :popcorn, "0.2.2", "7d121503b56e4d7093e48a2ef94ed8748a916c47777257797267439a2ad3a4db", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "1f4533a0edf3d360952b98743d82e83c6e5fa27745b7942be1278b277ea8d9da"},
44
}

language-tour/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

language-tour/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mdx-js/react": "^3.1.0",
2222
"@mdx-js/rollup": "^3.1.0",
2323
"@sentry/react": "^10.17.0",
24-
"@swmansion/popcorn": "^0.2.1",
24+
"@swmansion/popcorn": "^0.2.2",
2525
"@tailwindcss/vite": "^4.1.11",
2626
"@types/xxhashjs": "^0.2.4",
2727
"@uiw/codemirror-theme-solarized": "^4.24.2",
@@ -60,4 +60,4 @@
6060
"vite": "^7.0.4",
6161
"vite-plugin-svgr": "^4.3.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)