Skip to content

Commit 2262913

Browse files
committed
build(web): v3.43.6
1 parent a74fc2d commit 2262913

File tree

106 files changed

+2627
-2633
lines changed

Some content is hidden

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

106 files changed

+2627
-2633
lines changed

packages/maps/examples/GeoDistanceDropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@appbaseio/reactivemaps": "3.0.2",
9-
"@appbaseio/reactivesearch": "3.43.5",
9+
"@appbaseio/reactivesearch": "3.43.6",
1010
"react": "^17.0.0",
1111
"react-dom": "^17.0.0",
1212
"react-scripts": "3.0.1"

packages/maps/examples/GeoDistanceSlider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@appbaseio/reactivemaps": "3.0.2",
9-
"@appbaseio/reactivesearch": "3.43.5",
9+
"@appbaseio/reactivesearch": "3.43.6",
1010
"react": "^17.0.0",
1111
"react-dom": "^17.0.0",
1212
"react-scripts": "3.0.1"

packages/maps/examples/ReactiveMap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@appbaseio/reactivemaps": "3.0.2",
9-
"@appbaseio/reactivesearch": "3.43.5",
9+
"@appbaseio/reactivesearch": "3.43.6",
1010
"react": "^17.0.0",
1111
"react-dom": "^17.0.0",
1212
"react-scripts": "3.0.1"

packages/maps/examples/mongo-examples/GeoDistanceDropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@appbaseio/reactivemaps": "3.0.2",
9-
"@appbaseio/reactivesearch": "3.43.5",
9+
"@appbaseio/reactivesearch": "3.43.6",
1010
"react": "^17.0.0",
1111
"react-dom": "^17.0.0",
1212
"react-scripts": "3.0.1"

packages/maps/examples/mongo-examples/GeoDistanceSlider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@appbaseio/reactivemaps": "3.0.2",
9-
"@appbaseio/reactivesearch": "3.43.5",
9+
"@appbaseio/reactivesearch": "3.43.6",
1010
"react": "^17.0.0",
1111
"react-dom": "^17.0.0",
1212
"react-scripts": "3.0.1"

packages/maps/examples/mongo-examples/ReactiveMap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@appbaseio/reactivemaps": "3.0.2",
9-
"@appbaseio/reactivesearch": "3.43.5",
9+
"@appbaseio/reactivesearch": "3.43.6",
1010
"react": "^17.0.0",
1111
"react-dom": "^17.0.0",
1212
"react-scripts": "3.0.1"

packages/playground

packages/web/examples/AnalyticsWithHook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"@appbaseio/reactivesearch": "3.43.5",
8+
"@appbaseio/reactivesearch": "3.43.6",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0",
1111
"react-scripts": "5.0.1"
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "category-search",
3-
"description": "CategorySearch example for ReactiveSearch",
4-
"version": "0.1.0",
5-
"dependencies": {
6-
"@testing-library/jest-dom": "^5.16.5",
7-
"@testing-library/react": "^13.4.0",
8-
"@testing-library/user-event": "^13.5.0",
9-
"react": "^18.2.0",
10-
"react-dom": "^18.2.0",
11-
"react-scripts": "5.0.1",
12-
"web-vitals": "^2.1.4",
13-
"@appbaseio/reactivesearch": "3.43.5"
14-
},
15-
"scripts": {
16-
"start": "react-scripts start",
17-
"build": "react-scripts build",
18-
"test": "react-scripts test",
19-
"eject": "react-scripts eject"
20-
},
21-
"eslintConfig": {
22-
"extends": [
23-
"react-app",
24-
"react-app/jest"
25-
]
26-
},
27-
"browserslist": {
28-
"production": [
29-
">0.2%",
30-
"not dead",
31-
"not op_mini all"
32-
],
33-
"development": [
34-
"last 1 chrome version",
35-
"last 1 firefox version",
36-
"last 1 safari version"
37-
]
38-
}
39-
}
2+
"name": "category-search",
3+
"description": "CategorySearch example for ReactiveSearch",
4+
"version": "0.1.0",
5+
"dependencies": {
6+
"@testing-library/jest-dom": "^5.16.5",
7+
"@testing-library/react": "^13.4.0",
8+
"@testing-library/user-event": "^13.5.0",
9+
"react": "^18.2.0",
10+
"react-dom": "^18.2.0",
11+
"react-scripts": "5.0.1",
12+
"web-vitals": "^2.1.4",
13+
"@appbaseio/reactivesearch": "3.43.6"
14+
},
15+
"scripts": {
16+
"start": "react-scripts start",
17+
"build": "react-scripts build",
18+
"test": "react-scripts test",
19+
"eject": "react-scripts eject"
20+
},
21+
"eslintConfig": {
22+
"extends": [
23+
"react-app",
24+
"react-app/jest"
25+
]
26+
},
27+
"browserslist": {
28+
"production": [
29+
">0.2%",
30+
"not dead",
31+
"not op_mini all"
32+
],
33+
"development": [
34+
"last 1 chrome version",
35+
"last 1 firefox version",
36+
"last 1 safari version"
37+
]
38+
}
39+
}
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "categorysearchwithaggregation",
3-
"description": "CategorySearch with Aggregation example for ReactiveSearch",
4-
"version": "0.1.0",
5-
"dependencies": {
6-
"@testing-library/jest-dom": "^5.16.5",
7-
"@testing-library/react": "^13.4.0",
8-
"@testing-library/user-event": "^13.5.0",
9-
"react": "^18.2.0",
10-
"react-dom": "^18.2.0",
11-
"react-scripts": "5.0.1",
12-
"web-vitals": "^2.1.4",
13-
"@appbaseio/reactivesearch": "3.43.5"
14-
},
15-
"scripts": {
16-
"start": "react-scripts start",
17-
"build": "react-scripts build",
18-
"test": "react-scripts test",
19-
"eject": "react-scripts eject"
20-
},
21-
"eslintConfig": {
22-
"extends": [
23-
"react-app",
24-
"react-app/jest"
25-
]
26-
},
27-
"browserslist": {
28-
"production": [
29-
">0.2%",
30-
"not dead",
31-
"not op_mini all"
32-
],
33-
"development": [
34-
"last 1 chrome version",
35-
"last 1 firefox version",
36-
"last 1 safari version"
37-
]
38-
}
39-
}
2+
"name": "categorysearchwithaggregation",
3+
"description": "CategorySearch with Aggregation example for ReactiveSearch",
4+
"version": "0.1.0",
5+
"dependencies": {
6+
"@testing-library/jest-dom": "^5.16.5",
7+
"@testing-library/react": "^13.4.0",
8+
"@testing-library/user-event": "^13.5.0",
9+
"react": "^18.2.0",
10+
"react-dom": "^18.2.0",
11+
"react-scripts": "5.0.1",
12+
"web-vitals": "^2.1.4",
13+
"@appbaseio/reactivesearch": "3.43.6"
14+
},
15+
"scripts": {
16+
"start": "react-scripts start",
17+
"build": "react-scripts build",
18+
"test": "react-scripts test",
19+
"eject": "react-scripts eject"
20+
},
21+
"eslintConfig": {
22+
"extends": [
23+
"react-app",
24+
"react-app/jest"
25+
]
26+
},
27+
"browserslist": {
28+
"production": [
29+
">0.2%",
30+
"not dead",
31+
"not op_mini all"
32+
],
33+
"development": [
34+
"last 1 chrome version",
35+
"last 1 firefox version",
36+
"last 1 safari version"
37+
]
38+
}
39+
}

0 commit comments

Comments
 (0)