Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
604 changes: 432 additions & 172 deletions clients/algoliasearch-client-javascript/yarn.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions clients/algoliasearch-client-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/algoliasearch-client-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
connection_pool (2.5.0)
faraday (2.12.2)
connection_pool (2.5.2)
faraday (2.13.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand All @@ -21,8 +21,8 @@ GEM
faraday-net_http_persistent (2.3.0)
faraday (~> 2.5)
net-http-persistent (>= 4.0.4, < 5)
json (2.10.1)
logger (1.6.6)
json (2.11.3)
logger (1.7.0)
net-http (0.6.0)
uri
net-http-persistent (4.0.5)
Expand Down
62 changes: 31 additions & 31 deletions playground/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions playground/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../clients/algoliasearch-client-ruby
specs:
algolia (3.12.2)
algolia (3.15.4)
base64 (>= 0.2.0, < 1)
faraday (>= 1.0.1, < 3.0)
faraday-net_http_persistent (>= 0.15, < 3)
Expand All @@ -11,9 +11,9 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
connection_pool (2.5.0)
dotenv (3.1.7)
faraday (2.12.2)
connection_pool (2.5.2)
dotenv (3.1.8)
faraday (2.13.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand All @@ -22,8 +22,8 @@ GEM
faraday-net_http_persistent (2.3.0)
faraday (~> 2.5)
net-http-persistent (>= 4.0.4, < 5)
json (2.10.1)
logger (1.6.6)
json (2.11.3)
logger (1.7.0)
net-http (0.6.0)
uri
net-http-persistent (4.0.5)
Expand Down
Loading