Skip to content

Commit

Permalink
build(web): v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bietkul committed Jun 25, 2021
1 parent b17c2e7 commit ee17d7c
Show file tree
Hide file tree
Showing 78 changed files with 249 additions and 329 deletions.
56 changes: 28 additions & 28 deletions packages/maps/examples/GeoDistanceDropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "geodistancedropdown",
"version": "1.0.0",
"description": "GeoDistanceDropdown example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0-beta.13",
"@appbaseio/reactivesearch": "3.18.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"style-loader": "^0.21.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"build": "webpack -p --progress",
"start": "webpack-dev-server --hot --inline --progress --colors --port 8001 --open"
}
}
"name": "geodistancedropdown",
"version": "1.0.0",
"description": "GeoDistanceDropdown example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0-beta.13",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"style-loader": "^0.21.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"build": "webpack -p --progress",
"start": "webpack-dev-server --hot --inline --progress --colors --port 8001 --open"
}
}
54 changes: 27 additions & 27 deletions packages/maps/examples/GeoDistanceSlider/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "geodistanceslider",
"version": "1.0.0",
"description": "GeoDistanceSlider example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.18.1",
"@appbaseio/reactivemaps": "3.0.0-beta.13",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"build": "webpack -p --progress",
"start": "webpack-dev-server --hot --inline --progress --colors --port 8001 --open"
}
}
"name": "geodistanceslider",
"version": "1.0.0",
"description": "GeoDistanceSlider example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.19.0",
"@appbaseio/reactivemaps": "3.0.0-beta.13",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"build": "webpack -p --progress",
"start": "webpack-dev-server --hot --inline --progress --colors --port 8001 --open"
}
}
54 changes: 27 additions & 27 deletions packages/maps/examples/ReactiveMap/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "reactivemap",
"version": "1.0.0",
"description": "ReactiveMap example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.18.1",
"@appbaseio/reactivemaps": "3.0.0-beta.13",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"build": "webpack -p --progress",
"start": "webpack-dev-server --hot --inline --progress --colors --port 8001"
}
}
"name": "reactivemap",
"version": "1.0.0",
"description": "ReactiveMap example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.19.0",
"@appbaseio/reactivemaps": "3.0.0-beta.13",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"build": "webpack -p --progress",
"start": "webpack-dev-server --hot --inline --progress --colors --port 8001"
}
}
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/CategorySearch/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/CustomSelectedFilters/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/DataSearch/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/DataSearchControlled/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/DatePicker/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"moment": "^2.20.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/DateRange/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"moment": "^2.20.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/DateRangeControlled/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"moment": "^2.20.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/DynamicRangeSlider/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiDataList/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiDataListControlled/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiDropdownList/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiDropdownRange/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiList/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiListControlled/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiRange/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/MultiRangeControlled/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/NumberBox/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/RangeInput/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/RangeSlider/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/RatingsFilter/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.18.1",
"@appbaseio/reactivesearch": "3.19.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
Expand Down
Loading

0 comments on commit ee17d7c

Please sign in to comment.