Skip to content

Commit 059005a

Browse files
committed
Update caniuse to 1.0.30001142
1 parent 7399932 commit 059005a

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide/lib/components_guide/research

1 file changed

+1
-1
lines changed

apps/components_guide/lib/components_guide/research/spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ComponentsGuide.Research.Spec do
22
alias ComponentsGuide.Research.Source
33

44
def search_for(:caniuse, query) when is_binary(query) do
5-
url = "https://cdn.jsdelivr.net/npm/[email protected].30001042/data.json"
5+
url = "https://cdn.jsdelivr.net/npm/[email protected].30001142/data.json"
66
result = Source.json_at(url)
77
process_search_for(:caniuse, query, result)
88
end

0 commit comments

Comments
 (0)