Skip to content

Commit f022587

Browse files
committed
build(web): v4.0.0-rc.3
1 parent dde895a commit f022587

File tree

121 files changed

+979
-3271
lines changed

Some content is hidden

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

121 files changed

+979
-3271
lines changed

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.0.0-alpha.3",
50+
"@appbaseio/reactivecore": "10.0.0-alpha.4",
5151
"@ptomasroos/react-native-multi-slider": "^0.0.13",
5252
"appbase-js": "^5.2.0",
5353
"hoist-non-react-statics": "^3.3.0",
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "geodistancedropdown",
3-
"version": "1.0.0",
4-
"description": "GeoDistanceDropdown example for ReactiveSearch",
5-
"main": "index.js",
6-
"license": "Apache-2.0",
7-
"dependencies": {
8-
"@appbaseio/reactivemaps": "4.0.0-rc",
9-
"@appbaseio/reactivesearch": "4.0.0-rc.1",
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0",
12-
"react-scripts": "5.0.1"
13-
},
14-
"eslintConfig": {
15-
"extends": [
16-
"react-app",
17-
"react-app/jest"
18-
]
19-
},
20-
"scripts": {
21-
"start": "react-scripts start",
22-
"build": "react-scripts build",
23-
"test": "react-scripts test",
24-
"eject": "react-scripts eject"
25-
},
26-
"browserslist": {
27-
"production": [
28-
">0.2%",
29-
"not dead",
30-
"not op_mini all"
31-
],
32-
"development": [
33-
"last 1 chrome version",
34-
"last 1 firefox version",
35-
"last 1 safari version"
36-
]
37-
}
38-
}
2+
"name": "geodistancedropdown",
3+
"version": "1.0.0",
4+
"description": "GeoDistanceDropdown example for ReactiveSearch",
5+
"main": "index.js",
6+
"license": "Apache-2.0",
7+
"dependencies": {
8+
"@appbaseio/reactivemaps": "4.0.0-rc",
9+
"@appbaseio/reactivesearch": "4.0.0-rc.3",
10+
"react": "^18.2.0",
11+
"react-dom": "^18.2.0",
12+
"react-scripts": "5.0.1"
13+
},
14+
"eslintConfig": {
15+
"extends": [
16+
"react-app",
17+
"react-app/jest"
18+
]
19+
},
20+
"scripts": {
21+
"start": "react-scripts start",
22+
"build": "react-scripts build",
23+
"test": "react-scripts test",
24+
"eject": "react-scripts eject"
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "geodistanceslider",
3-
"version": "1.0.0",
4-
"description": "GeoDistanceSlider example for ReactiveSearch",
5-
"main": "index.js",
6-
"license": "Apache-2.0",
7-
"dependencies": {
8-
"@appbaseio/reactivemaps": "4.0.0-rc",
9-
"@appbaseio/reactivesearch": "4.0.0-rc.1",
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0",
12-
"react-scripts": "5.0.1"
13-
},
14-
"eslintConfig": {
15-
"extends": [
16-
"react-app",
17-
"react-app/jest"
18-
]
19-
},
20-
"scripts": {
21-
"start": "react-scripts start",
22-
"build": "react-scripts build",
23-
"test": "react-scripts test",
24-
"eject": "react-scripts eject"
25-
},
26-
"browserslist": {
27-
"production": [
28-
">0.2%",
29-
"not dead",
30-
"not op_mini all"
31-
],
32-
"development": [
33-
"last 1 chrome version",
34-
"last 1 firefox version",
35-
"last 1 safari version"
36-
]
37-
}
38-
}
2+
"name": "geodistanceslider",
3+
"version": "1.0.0",
4+
"description": "GeoDistanceSlider example for ReactiveSearch",
5+
"main": "index.js",
6+
"license": "Apache-2.0",
7+
"dependencies": {
8+
"@appbaseio/reactivemaps": "4.0.0-rc",
9+
"@appbaseio/reactivesearch": "4.0.0-rc.3",
10+
"react": "^18.2.0",
11+
"react-dom": "^18.2.0",
12+
"react-scripts": "5.0.1"
13+
},
14+
"eslintConfig": {
15+
"extends": [
16+
"react-app",
17+
"react-app/jest"
18+
]
19+
},
20+
"scripts": {
21+
"start": "react-scripts start",
22+
"build": "react-scripts build",
23+
"test": "react-scripts test",
24+
"eject": "react-scripts eject"
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "quickstart-step-1",
3-
"version": "1.0.0",
4-
"description": "Quick Start example - step 1 - for ReactiveSearch",
5-
"main": "index.js",
6-
"license": "Apache-2.0",
7-
"dependencies": {
8-
"@appbaseio/reactivemaps": "4.0.0-rc",
9-
"@appbaseio/reactivesearch": "4.0.0-rc.1",
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0",
12-
"react-scripts": "5.0.1"
13-
},
14-
"eslintConfig": {
15-
"extends": [
16-
"react-app",
17-
"react-app/jest"
18-
]
19-
},
20-
"scripts": {
21-
"start": "react-scripts start",
22-
"build": "react-scripts build",
23-
"test": "react-scripts test",
24-
"eject": "react-scripts eject"
25-
},
26-
"browserslist": {
27-
"production": [
28-
">0.2%",
29-
"not dead",
30-
"not op_mini all"
31-
],
32-
"development": [
33-
"last 1 chrome version",
34-
"last 1 firefox version",
35-
"last 1 safari version"
36-
]
37-
}
38-
}
2+
"name": "quickstart-step-1",
3+
"version": "1.0.0",
4+
"description": "Quick Start example - step 1 - for ReactiveSearch",
5+
"main": "index.js",
6+
"license": "Apache-2.0",
7+
"dependencies": {
8+
"@appbaseio/reactivemaps": "4.0.0-rc",
9+
"@appbaseio/reactivesearch": "4.0.0-rc.3",
10+
"react": "^18.2.0",
11+
"react-dom": "^18.2.0",
12+
"react-scripts": "5.0.1"
13+
},
14+
"eslintConfig": {
15+
"extends": [
16+
"react-app",
17+
"react-app/jest"
18+
]
19+
},
20+
"scripts": {
21+
"start": "react-scripts start",
22+
"build": "react-scripts build",
23+
"test": "react-scripts test",
24+
"eject": "react-scripts eject"
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "quickstart-step-2",
3-
"version": "1.0.0",
4-
"description": "Quick Start example - step 2 - for ReactiveSearch",
5-
"main": "index.js",
6-
"license": "Apache-2.0",
7-
"dependencies": {
8-
"@appbaseio/reactivemaps": "4.0.0-rc",
9-
"@appbaseio/reactivesearch": "4.0.0-rc.1",
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0",
12-
"react-scripts": "5.0.1"
13-
},
14-
"eslintConfig": {
15-
"extends": [
16-
"react-app",
17-
"react-app/jest"
18-
]
19-
},
20-
"scripts": {
21-
"start": "react-scripts start",
22-
"build": "react-scripts build",
23-
"test": "react-scripts test",
24-
"eject": "react-scripts eject"
25-
},
26-
"browserslist": {
27-
"production": [
28-
">0.2%",
29-
"not dead",
30-
"not op_mini all"
31-
],
32-
"development": [
33-
"last 1 chrome version",
34-
"last 1 firefox version",
35-
"last 1 safari version"
36-
]
37-
}
38-
}
2+
"name": "quickstart-step-2",
3+
"version": "1.0.0",
4+
"description": "Quick Start example - step 2 - for ReactiveSearch",
5+
"main": "index.js",
6+
"license": "Apache-2.0",
7+
"dependencies": {
8+
"@appbaseio/reactivemaps": "4.0.0-rc",
9+
"@appbaseio/reactivesearch": "4.0.0-rc.3",
10+
"react": "^18.2.0",
11+
"react-dom": "^18.2.0",
12+
"react-scripts": "5.0.1"
13+
},
14+
"eslintConfig": {
15+
"extends": [
16+
"react-app",
17+
"react-app/jest"
18+
]
19+
},
20+
"scripts": {
21+
"start": "react-scripts start",
22+
"build": "react-scripts build",
23+
"test": "react-scripts test",
24+
"eject": "react-scripts eject"
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "reactivemap",
3-
"version": "1.0.0",
4-
"description": "ReactiveMap example for ReactiveSearch",
5-
"main": "index.js",
6-
"license": "Apache-2.0",
7-
"dependencies": {
8-
"@appbaseio/reactivemaps": "4.0.0-rc",
9-
"@appbaseio/reactivesearch": "4.0.0-rc.1",
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0",
12-
"react-scripts": "5.0.1"
13-
},
14-
"scripts": {
15-
"start": "react-scripts start",
16-
"build": "react-scripts build",
17-
"test": "react-scripts test",
18-
"eject": "react-scripts eject"
19-
},
20-
"eslintConfig": {
21-
"extends": [
22-
"react-app",
23-
"react-app/jest"
24-
]
25-
},
26-
"browserslist": {
27-
"production": [
28-
">0.2%",
29-
"not dead",
30-
"not op_mini all"
31-
],
32-
"development": [
33-
"last 1 chrome version",
34-
"last 1 firefox version",
35-
"last 1 safari version"
36-
]
37-
}
38-
}
2+
"name": "reactivemap",
3+
"version": "1.0.0",
4+
"description": "ReactiveMap example for ReactiveSearch",
5+
"main": "index.js",
6+
"license": "Apache-2.0",
7+
"dependencies": {
8+
"@appbaseio/reactivemaps": "4.0.0-rc",
9+
"@appbaseio/reactivesearch": "4.0.0-rc.3",
10+
"react": "^18.2.0",
11+
"react-dom": "^18.2.0",
12+
"react-scripts": "5.0.1"
13+
},
14+
"scripts": {
15+
"start": "react-scripts start",
16+
"build": "react-scripts build",
17+
"test": "react-scripts test",
18+
"eject": "react-scripts eject"
19+
},
20+
"eslintConfig": {
21+
"extends": [
22+
"react-app",
23+
"react-app/jest"
24+
]
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}

0 commit comments

Comments
 (0)