Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2022
1 parent 76c1e38 commit eb1297c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"typescript": "4.7.4"
},
"engines": {
"yarn": ">=1.22.17"
"yarn": ">=1.22.19"
}
}
2 changes: 1 addition & 1 deletion packages/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postpublish": "gh-release"
},
"dependencies": {
"algoliasearch": "^4.13.1",
"algoliasearch": "^4.14.1",
"github-slugger": "^1.4.0",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ algoliasearch-helper@^3.10.0:
dependencies:
"@algolia/events" "^4.0.1"

algoliasearch@^4.13.1, algoliasearch@^4.14.1:
algoliasearch@^4.14.1:
version "4.14.1"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.14.1.tgz#7f24cabd264f8294b461d108e1603e673571e806"
integrity sha512-ZWqnbsGUgU03/IyG995pMCc+EmNVDA/4c9ntr8B0dWQwFqazOQ4ErvKZxarbgSNmyPo/eZcVsTb0bNplJMttGQ==
Expand Down

0 comments on commit eb1297c

Please sign in to comment.