Skip to content

Commit

Permalink
fix: better error handling #945
Browse files Browse the repository at this point in the history
  • Loading branch information
bietkul committed May 15, 2019
1 parent 1657b21 commit 58a7096
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/maps-native/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/polyfill": "^7.0.0-rc.3",
"@babel/runtime": "7.4.3",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"appbase-js": "^4.0.2-beta.05",
"appbase-js": "^4.0.2-beta.06",
"escape-string-regexp": "^1.0.5",
"expo": "^32.0.6",
"hoist-non-react-statics": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/maps-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@appbaseio/reactivecore": "^8.2.6",
"@ptomasroos/react-native-multi-slider": "^0.0.13",
"appbase-js": "^4.0.2-beta.05",
"appbase-js": "^4.0.2-beta.06",
"hoist-non-react-statics": "^3.3.0",
"native-base": "^2.4.2",
"prop-types": "^15.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/polyfill": "^7.0.0-rc.3",
"@babel/runtime": "7.4.3",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"appbase-js": "^4.0.2-beta.05",
"appbase-js": "^4.0.2-beta.06",
"escape-string-regexp": "^1.0.5",
"expo": "^32.0.6",
"hoist-non-react-statics": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@appbaseio/reactivecore": "^8.2.6",
"@babel/polyfill": "^7.0.0-rc.3",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"appbase-js": "^4.0.2-beta.05",
"appbase-js": "^4.0.2-beta.06",
"hoist-non-react-statics": "^3.3.0",
"native-base": "^2.4.2",
"prop-types": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@appbaseio/reactivecore": "^8.2.6",
"appbase-js": "^4.0.2-beta.2",
"appbase-js": "^4.0.2-beta.06",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"compute-scroll-into-view": "^1.0.11",
"emotion": "9.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/withStreaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.0.0-rc.4",
"appbase-js": "^4.0.2-beta.05",
"appbase-js": "^4.0.2-beta.06",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivecore": "^8.2.6",
"appbase-js": "^4.0.2-beta.05",
"appbase-js": "^4.0.2-beta.06",
"cross-env": "^5.2.0",
"downshift": "^1.31.2",
"emotion": "^9.0.0",
Expand Down

0 comments on commit 58a7096

Please sign in to comment.