Skip to content

Commit

Permalink
build(web): v3.43.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bietkul committed Dec 2, 2022
1 parent a74fc2d commit 2262913
Show file tree
Hide file tree
Showing 106 changed files with 2,627 additions and 2,633 deletions.
2 changes: 1 addition & 1 deletion packages/maps/examples/GeoDistanceDropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.5",
"@appbaseio/reactivesearch": "3.43.6",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/examples/GeoDistanceSlider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.5",
"@appbaseio/reactivesearch": "3.43.6",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/examples/ReactiveMap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.5",
"@appbaseio/reactivesearch": "3.43.6",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.5",
"@appbaseio/reactivesearch": "3.43.6",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.5",
"@appbaseio/reactivesearch": "3.43.6",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.5",
"@appbaseio/reactivesearch": "3.43.6",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground
Submodule playground updated 1 files
+1 −1 package.json
2 changes: 1 addition & 1 deletion packages/web/examples/AnalyticsWithHook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.43.5",
"@appbaseio/reactivesearch": "3.43.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
Expand Down
76 changes: 38 additions & 38 deletions packages/web/examples/CategorySearch/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "category-search",
"description": "CategorySearch example for ReactiveSearch",
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "category-search",
"description": "CategorySearch example for ReactiveSearch",
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
76 changes: 38 additions & 38 deletions packages/web/examples/CategorySearchWithAggregation/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "categorysearchwithaggregation",
"description": "CategorySearch with Aggregation example for ReactiveSearch",
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "categorysearchwithaggregation",
"description": "CategorySearch with Aggregation example for ReactiveSearch",
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
76 changes: 38 additions & 38 deletions packages/web/examples/CustomSelectedFilters/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "customselectedfilters",
"version": "1.0.0",
"description": "Custom Selected Filters example for ReactiveSearch",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "customselectedfilters",
"version": "1.0.0",
"description": "Custom Selected Filters example for ReactiveSearch",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
76 changes: 38 additions & 38 deletions packages/web/examples/DataSearch/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "datasearch",
"description": "DataSearch example for ReactiveSearch",
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "datasearch",
"description": "DataSearch example for ReactiveSearch",
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"@appbaseio/reactivesearch": "3.43.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading

0 comments on commit 2262913

Please sign in to comment.