1
0
Fork 0

chore: release v1.0.0-alpha.23 (#58)

This commit is contained in:
François Chalifour 2020-07-22 11:09:44 +02:00 committed by GitHub
parent 481f2bc85f
commit f0c7f90c46

View file

@ -1,6 +1,6 @@
{
"name": "@docsearch/js",
"version": "1.0.0-alpha.22",
"version": "1.0.0-alpha.23",
"license": "MIT",
"homepage": "https://github.com/algolia/autocomplete.js",
"repository": "algolia/autocomplete.js",
@ -30,7 +30,7 @@
"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
},
"dependencies": {
"@docsearch/react": "^1.0.0-alpha.22",
"@docsearch/react": "^1.0.0-alpha.23",
"preact": "^10.0.0"
}
}