Skip to content

Commit

Permalink
build(web): v3.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bietkul committed Nov 18, 2022
1 parent d4e6720 commit 7bd930e
Show file tree
Hide file tree
Showing 133 changed files with 2,352 additions and 1,319 deletions.
2 changes: 1 addition & 1 deletion packages/maps-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-native": "~0.62.3"
},
"dependencies": {
"@appbaseio/reactivecore": "9.14.30",
"@appbaseio/reactivecore": "9.14.31",
"@ptomasroos/react-native-multi-slider": "^0.0.13",
"appbase-js": "^5.2.0",
"hoist-non-react-statics": "^3.3.0",
Expand Down
62 changes: 31 additions & 31 deletions packages/maps/examples/GeoDistanceDropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "geodistancedropdown",
"version": "1.0.0",
"description": "GeoDistanceDropdown example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0",
"@appbaseio/reactivesearch": "3.42.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "geodistancedropdown",
"version": "1.0.0",
"description": "GeoDistanceDropdown example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
62 changes: 31 additions & 31 deletions packages/maps/examples/GeoDistanceSlider/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "geodistanceslider",
"version": "1.0.0",
"description": "GeoDistanceSlider example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0",
"@appbaseio/reactivesearch": "3.42.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "geodistanceslider",
"version": "1.0.0",
"description": "GeoDistanceSlider example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
62 changes: 31 additions & 31 deletions packages/maps/examples/ReactiveMap/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "reactivemap",
"version": "1.0.0",
"description": "ReactiveMap example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0",
"@appbaseio/reactivesearch": "3.42.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "reactivemap",
"version": "1.0.0",
"description": "ReactiveMap example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "geodistancedropdown-mongodb",
"version": "1.0.0",
"description": "GeoDistanceDropdown example for ReactiveSearch using mongodb backend",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0",
"@appbaseio/reactivesearch": "3.42.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "geodistancedropdown-mongodb",
"version": "1.0.0",
"description": "GeoDistanceDropdown example for ReactiveSearch using mongodb backend",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "geodistanceslider-mongodb",
"version": "1.0.0",
"description": "GeoDistanceSlider example for ReactiveSearch using mongodb backend",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0",
"@appbaseio/reactivesearch": "3.42.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "geodistanceslider-mongodb",
"version": "1.0.0",
"description": "GeoDistanceSlider example for ReactiveSearch using mongodb backend",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
62 changes: 31 additions & 31 deletions packages/maps/examples/mongo-examples/ReactiveMap/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "reactivemap-mongodb",
"version": "1.0.0",
"description": "ReactiveMap example for ReactiveSearch using mongodb backend",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0",
"@appbaseio/reactivesearch": "3.42.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
"name": "reactivemap-mongodb",
"version": "1.0.0",
"description": "ReactiveMap example for ReactiveSearch using mongodb backend",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivemaps": "3.0.2",
"@appbaseio/reactivesearch": "3.43.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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 7bd930e

Please sign in to comment.