Skip to content

Commit

Permalink
Merge branch 'next' into feat/fallback-render-item
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest committed Nov 27, 2023
2 parents 8c14ce1 + 1229c72 commit 51fcdb9
Show file tree
Hide file tree
Showing 64 changed files with 3,886 additions and 19,021 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Installing ReactiveSearch is just one command.
npm install @appbaseio/reactivesearch
```

You can check out the quickstart guide with React [here](https://docs.appbase.io/docs/reactivesearch/v3/overview/quickstart/).
You can check out the quickstart guide with React [here](https://docs.reactivesearch.io/docs/reactivesearch/react/overview/quickstart/).

- If you're using reactivesearch for mobile (native)

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"concurrently": "^3.5.1",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^16.1.0",
Expand All @@ -51,8 +53,7 @@
"nps": "^5.9.5",
"nps-utils": "^1.7.0",
"prettier": "^2.3.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3"
"yorkie": "^2.0.0"
},
"engines": {
"node": ">=10.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/maps-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-native": "~0.62.3"
},
"dependencies": {
"@appbaseio/reactivecore": "10.2.0",
"@appbaseio/reactivecore": "10.2.1",
"@ptomasroos/react-native-multi-slider": "^0.0.13",
"appbase-js": "^5.2.0",
"hoist-non-react-statics": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-native": "~0.62.3"
},
"dependencies": {
"@appbaseio/reactivecore": "10.2.0",
"@appbaseio/reactivecore": "10.2.1",
"@babel/polyfill": "^7.0.0-rc.3",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"appbase-js": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground
2 changes: 1 addition & 1 deletion packages/reactivecore
2 changes: 1 addition & 1 deletion packages/vue-playground
Submodule vue-playground updated 1 files
+1 −1 package.json
7 changes: 3 additions & 4 deletions packages/vue/demos/good-books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@appbaseio/reactivesearch-vue": "3.2.0",
"@appbaseio/reactivesearch-vue": "3.3.0",
"vue": "^3.2.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.1.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 51fcdb9

Please sign in to comment.