Skip to content

Commit

Permalink
build(web): v3.43.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bietkul committed Nov 30, 2022
1 parent 4a24788 commit 8a398f0
Show file tree
Hide file tree
Showing 129 changed files with 2,643 additions and 2,632 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.3",
"@appbaseio/reactivesearch": "3.43.5",
"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.3",
"@appbaseio/reactivesearch": "3.43.5",
"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.3",
"@appbaseio/reactivesearch": "3.43.5",
"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.3",
"@appbaseio/reactivesearch": "3.43.5",
"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.3",
"@appbaseio/reactivesearch": "3.43.5",
"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.3",
"@appbaseio/reactivesearch": "3.43.5",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "3.0.1"
Expand Down
1 change: 1 addition & 0 deletions packages/maps/src/components/basic/GeoDistanceDropdown.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxRuntime classic */
/** @jsx jsx */
import { jsx } from '@emotion/core';

Expand Down
1 change: 1 addition & 0 deletions packages/maps/src/components/basic/GeoDistanceSlider.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxRuntime classic */
/** @jsx jsx */
import { jsx } from '@emotion/core';

Expand Down
1 change: 1 addition & 0 deletions packages/maps/src/components/result/GoogleMapMarker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxRuntime classic */
/** @jsx jsx */
import { jsx } from '@emotion/core';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxRuntime classic */
/** @jsx jsx */
import { jsx } from '@emotion/core';

Expand Down
35 changes: 11 additions & 24 deletions packages/web/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"commonjs": {
"presets": [
[
"env", {
"env",
{
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
Expand All @@ -12,19 +13,14 @@
],
"react"
],
"plugins": [
"emotion",
"transform-class-properties",
"transform-object-rest-spread"
],
"ignore": [
"**/*.test.js"
]
"plugins": ["emotion", "transform-class-properties", "transform-object-rest-spread"],
"ignore": ["**/*.test.js"]
},
"test": {
"presets": [
[
"env", {
"env",
{
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
Expand All @@ -33,16 +29,13 @@
],
"react"
],
"plugins": [
"emotion",
"transform-class-properties",
"transform-object-rest-spread"
]
"plugins": ["emotion", "transform-class-properties", "transform-object-rest-spread"]
},
"es": {
"presets": [
[
"env", {
"env",
{
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
Expand All @@ -52,14 +45,8 @@
],
"react"
],
"plugins": [
"emotion",
"transform-class-properties",
"transform-object-rest-spread"
],
"ignore": [
"**/*.test.js"
]
"plugins": ["emotion", "transform-class-properties", "transform-object-rest-spread"],
"ignore": ["**/*.test.js"]
}
}
}
60 changes: 30 additions & 30 deletions packages/web/examples/AnalyticsWithHook/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "analytics-with-hook",
"version": "1.0.0",
"description": "useAnalytics hook example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.43.3",
"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": "analytics-with-hook",
"version": "1.0.0",
"description": "useAnalytics hook example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.43.5",
"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"
]
}
}
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.3"
},
"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.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"
]
}
}
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.3"
},
"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.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"
]
}
}
Loading

0 comments on commit 8a398f0

Please sign in to comment.