We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7399932 commit 059005aCopy full SHA for 059005a
apps/components_guide/lib/components_guide/research/spec.ex
@@ -2,7 +2,7 @@ defmodule ComponentsGuide.Research.Spec do
2
alias ComponentsGuide.Research.Source
3
4
def search_for(:caniuse, query) when is_binary(query) do
5
- url = "https://cdn.jsdelivr.net/npm/caniuse-db@1.0.30001042/data.json"
+ url = "https://cdn.jsdelivr.net/npm/caniuse-db@1.0.30001142/data.json"
6
result = Source.json_at(url)
7
process_search_for(:caniuse, query, result)
8
end
0 commit comments