Skip to content

Commit

Permalink
feat: update @algolia/autocomplete-js to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Dec 14, 2021
1 parent 9a17de6 commit 5631755
Show file tree
Hide file tree
Showing 2 changed files with 673 additions and 643 deletions.
16 changes: 8 additions & 8 deletions packages/docusaurus-search-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"author": "Christian Flach",
"dependencies": {
"@algolia/autocomplete-js": "^1.2.2",
"@algolia/autocomplete-theme-classic": "^1.2.2",
"@algolia/autocomplete-js": "^1.5.1",
"@algolia/autocomplete-theme-classic": "^1.5.1",
"@algolia/client-search": "^4.10.3",
"algoliasearch": "^4.10.3",
"cheerio": "^1.0.0-rc.9",
Expand All @@ -44,9 +44,9 @@
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@docusaurus/module-type-aliases": "^2.0.0-beta.13",
"@docusaurus/plugin-content-blog": "^2.0.0-beta.13",
"@docusaurus/plugin-content-docs": "^2.0.0-beta.13",
Expand All @@ -65,16 +65,16 @@
"@types/react-router-config": "^5.0.2",
"@types/react-router-dom": "^5.3.2",
"@types/rtlcss": "^3.1.1",
"babel-jest": "^27.4.4",
"babel-jest": "^27.4.5",
"concurrently": "^6.4.0",
"copyfiles": "^2.4.1",
"jest": "^27.4.4",
"jest": "^27.4.5",
"nodejieba": "^2.5.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.3"
"typescript": "^4.5.4"
},
"scripts": {
"build": "concurrently --names client,server --prefix-colors blue,green yarn:build:client yarn:build:server",
Expand Down

0 comments on commit 5631755

Please sign in to comment.