Skip to content

Commit

Permalink
fix(vue 3): update the implementation of createServerRootMixin (algol…
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Jul 20, 2021
1 parent fcdf69d commit 2b92596
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 370 deletions.
7 changes: 6 additions & 1 deletion packages/vue-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@
"peerDependencies": {
"algoliasearch": ">= 3.32.0 < 5",
"vue": "^2.6.0 || >=3.0.0-rc.0",
"vue-server-renderer": "^2.6.11"
"vue-server-renderer": "^2.6.11",
"@vue/server-renderer": "^3.1.2"
},
"peerDependenciesMeta": {
"vue-server-renderer": { "optional": true },
"@vue/server-renderer": { "optional": true }
},
"devDependencies": {
"@storybook/addon-actions": "3.4.11",
Expand Down
Loading

0 comments on commit 2b92596

Please sign in to comment.