Skip to content

Commit 51fcdb9

Browse files
Merge branch 'next' into feat/fallback-render-item
2 parents 8c14ce1 + 1229c72 commit 51fcdb9

File tree

64 files changed

+3886
-19021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3886
-19021
lines changed

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Installing ReactiveSearch is just one command.
172172
npm install @appbaseio/reactivesearch
173173
```
174174

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

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
},
3838
"devDependencies": {
3939
"@commitlint/cli": "^7.5.2",
40+
"babel-core": "^6.26.3",
4041
"babel-eslint": "^10.1.0",
42+
"babel-loader": "^8.2.3",
4143
"concurrently": "^3.5.1",
4244
"eslint": "^7.29.0",
4345
"eslint-config-airbnb": "^16.1.0",
@@ -51,8 +53,7 @@
5153
"nps": "^5.9.5",
5254
"nps-utils": "^1.7.0",
5355
"prettier": "^2.3.2",
54-
"babel-core": "^6.26.3",
55-
"babel-loader": "^8.2.3"
56+
"yorkie": "^2.0.0"
5657
},
5758
"engines": {
5859
"node": ">=10.16"

packages/maps-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"react-native": "~0.62.3"
4848
},
4949
"dependencies": {
50-
"@appbaseio/reactivecore": "10.2.0",
50+
"@appbaseio/reactivecore": "10.2.1",
5151
"@ptomasroos/react-native-multi-slider": "^0.0.13",
5252
"appbase-js": "^5.2.0",
5353
"hoist-non-react-statics": "^3.3.0",

packages/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-native": "~0.62.3"
4545
},
4646
"dependencies": {
47-
"@appbaseio/reactivecore": "10.2.0",
47+
"@appbaseio/reactivecore": "10.2.1",
4848
"@babel/polyfill": "^7.0.0-rc.3",
4949
"@ptomasroos/react-native-multi-slider": "^1.0.0",
5050
"appbase-js": "^5.2.0",

packages/reactivecore

packages/vue-playground

packages/vue/demos/good-books/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"@appbaseio/reactivesearch-vue": "3.2.0",
11+
"@appbaseio/reactivesearch-vue": "3.3.0",
1212
"vue": "^3.2.5"
1313
},
1414
"devDependencies": {
15-
"@vue/cli-plugin-babel": "~4.5.0",
16-
"@vue/cli-plugin-eslint": "~4.5.0",
17-
"@vue/cli-service": "~4.5.0",
15+
"@vue/cli-plugin-babel": "^5.0.8",
16+
"@vue/cli-service": "^5.0.8",
1817
"@vue/compiler-sfc": "^3.1.0"
1918
},
2019
"eslintConfig": {

0 commit comments

Comments
 (0)