Skip to content

Commit 363398a

Browse files
committed
build(web): v3.40.1
1 parent 2ac472a commit 363398a

File tree

108 files changed

+295
-259
lines changed

Some content is hidden

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

108 files changed

+295
-259
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.0",
9-
"@appbaseio/reactivesearch": "3.39.4",
9+
"@appbaseio/reactivesearch": "3.40.1",
1010
"react": "^16.2.0",
1111
"react-dom": "^16.2.0"
1212
},

packages/maps/examples/GeoDistanceSlider/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.39.4",
8+
"@appbaseio/reactivesearch": "3.40.1",
99
"@appbaseio/reactivemaps": "3.0.0",
1010
"react": "^16.2.0",
1111
"react-dom": "^16.2.0"

packages/maps/examples/ReactiveMap/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.39.4",
8+
"@appbaseio/reactivesearch": "3.40.1",
99
"@appbaseio/reactivemaps": "3.0.0",
1010
"react": "^16.2.0",
1111
"react-dom": "^16.2.0"

packages/maps/examples/mongo-examples/GeoDistanceDropdown/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.39.4",
8+
"@appbaseio/reactivesearch": "3.40.1",
99
"@appbaseio/reactivemaps": "3.0.0",
1010
"react": "^16.2.0",
1111
"react-dom": "^16.2.0"

packages/maps/examples/mongo-examples/GeoDistanceSlider/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.39.4",
8+
"@appbaseio/reactivesearch": "3.40.1",
99
"@appbaseio/reactivemaps": "3.0.0",
1010
"react": "^16.2.0",
1111
"react-dom": "^16.2.0"

packages/maps/examples/mongo-examples/ReactiveMap/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.39.4",
8+
"@appbaseio/reactivesearch": "3.40.1",
99
"@appbaseio/reactivemaps": "3.0.0",
1010
"react": "^16.2.0",
1111
"react-dom": "^16.2.0"

packages/maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "babel src --out-dir lib",
1313
"build:umd": "webpack --progress -p --config webpack.config.umd.js",
1414
"stats": "webpack --progress -p --config webpack.config.umd.js --json > stats.json",
15-
"prepublish": "yarn run build",
15+
"prepublishOnly": "yarn run build",
1616
"version-upgrade": "nps upgrade-maps -c ../../package-scripts.js",
1717
"postpublish": "yarn run version-upgrade"
1818
},

packages/playground

packages/reactivecore

0 commit comments

Comments
 (0)