Skip to content

Commit d3b1970

Browse files
committed
chore: upgrade appbase-js
1 parent 74ad8c0 commit d3b1970

File tree

7 files changed

+301
-298
lines changed

7 files changed

+301
-298
lines changed

packages/maps-native/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/polyfill": "^7.0.0-rc.3",
1515
"@babel/runtime": "7.4.3",
1616
"@ptomasroos/react-native-multi-slider": "^1.0.0",
17-
"appbase-js": "^4.1.5",
17+
"appbase-js": "^5.1.0",
1818
"escape-string-regexp": "^1.0.5",
1919
"expo": "^32.0.6",
2020
"hoist-non-react-statics": "^3.3.0",

packages/maps-native/package.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"name": "@appbaseio/reactivemaps-native",
3-
"version": "0.2.0",
4-
"description": "Native map components for building reactive UIs with Elasticsearch",
5-
"main": "src/index.js",
6-
"files": [
7-
"src/"
8-
],
9-
"scripts": {
10-
"lint": "eslint .",
11-
"precommit": "eslint ."
12-
},
13-
"author": "Appbase Inc. <[email protected]> (https://github.com/appbaseio)",
14-
"license": "Apache-2.0",
15-
"homepage": "https://github.com/appbaseio/reactivesearch",
16-
"keywords": [
17-
"appbaseio",
18-
"appbase",
19-
"search",
20-
"UI components",
21-
"react-native",
22-
"reactivesearch",
23-
"maps"
24-
],
25-
"peerDependencies": {
26-
"expo": "*",
27-
"react": "*",
28-
"react-native": "*"
29-
},
30-
"devDependencies": {
31-
"babel-cli": "^6.26.0",
32-
"babel-eslint": "^8.2.3",
33-
"babel-preset-react-native": "^4.0.0",
34-
"eslint": "^4.19.1",
35-
"eslint-config-airbnb": "^16.1.0",
36-
"eslint-config-prettier": "^2.9.0",
37-
"eslint-plugin-babel": "^5.1.0",
38-
"eslint-plugin-import": "^2.11.0",
39-
"eslint-plugin-jsx-a11y": "^6.0.3",
40-
"eslint-plugin-prettier": "^2.6.0",
41-
"eslint-plugin-react": "^7.7.0",
42-
"eslint-plugin-react-native": "^3.2.1",
43-
"expo": "^32.0.6",
44-
"husky": "^0.14.3",
45-
"prettier": "^1.12.1",
46-
"react": "~16.8.6",
47-
"react-native": "~0.62.3"
48-
},
49-
"dependencies": {
50-
"@appbaseio/reactivecore": "9.14.22",
51-
"@ptomasroos/react-native-multi-slider": "^0.0.13",
52-
"appbase-js": "^5.0.0",
53-
"hoist-non-react-statics": "^3.3.0",
54-
"native-base": "^2.4.2",
55-
"prop-types": "^15.6.1"
56-
}
57-
}
2+
"name": "@appbaseio/reactivemaps-native",
3+
"version": "0.2.0",
4+
"description": "Native map components for building reactive UIs with Elasticsearch",
5+
"main": "src/index.js",
6+
"files": [
7+
"src/"
8+
],
9+
"scripts": {
10+
"lint": "eslint .",
11+
"precommit": "eslint ."
12+
},
13+
"author": "Appbase Inc. <[email protected]> (https://github.com/appbaseio)",
14+
"license": "Apache-2.0",
15+
"homepage": "https://github.com/appbaseio/reactivesearch",
16+
"keywords": [
17+
"appbaseio",
18+
"appbase",
19+
"search",
20+
"UI components",
21+
"react-native",
22+
"reactivesearch",
23+
"maps"
24+
],
25+
"peerDependencies": {
26+
"expo": "*",
27+
"react": "*",
28+
"react-native": "*"
29+
},
30+
"devDependencies": {
31+
"babel-cli": "^6.26.0",
32+
"babel-eslint": "^8.2.3",
33+
"babel-preset-react-native": "^4.0.0",
34+
"eslint": "^4.19.1",
35+
"eslint-config-airbnb": "^16.1.0",
36+
"eslint-config-prettier": "^2.9.0",
37+
"eslint-plugin-babel": "^5.1.0",
38+
"eslint-plugin-import": "^2.11.0",
39+
"eslint-plugin-jsx-a11y": "^6.0.3",
40+
"eslint-plugin-prettier": "^2.6.0",
41+
"eslint-plugin-react": "^7.7.0",
42+
"eslint-plugin-react-native": "^3.2.1",
43+
"expo": "^32.0.6",
44+
"husky": "^0.14.3",
45+
"prettier": "^1.12.1",
46+
"react": "~16.8.6",
47+
"react-native": "~0.62.3"
48+
},
49+
"dependencies": {
50+
"@appbaseio/reactivecore": "9.14.22",
51+
"@ptomasroos/react-native-multi-slider": "^0.0.13",
52+
"appbase-js": "^5.1.0",
53+
"hoist-non-react-statics": "^3.3.0",
54+
"native-base": "^2.4.2",
55+
"prop-types": "^15.6.1"
56+
}
57+
}

packages/native/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/polyfill": "^7.0.0-rc.3",
1515
"@babel/runtime": "7.4.3",
1616
"@ptomasroos/react-native-multi-slider": "^1.0.0",
17-
"appbase-js": "^4.1.5",
17+
"appbase-js": "^5.1.0",
1818
"escape-string-regexp": "^1.0.5",
1919
"expo": "^32.0.6",
2020
"hoist-non-react-statics": "^3.3.0",

packages/native/package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
2-
"name": "@appbaseio/reactivesearch-native",
3-
"version": "0.12.0",
4-
"description": "Native data components for building reactive UIs with Elasticsearch",
5-
"main": "src/index.js",
6-
"files": [
7-
"src/"
8-
],
9-
"scripts": {
10-
"lint": "eslint .",
11-
"precommit": "eslint ."
12-
},
13-
"author": "Appbase Inc. <[email protected]> (https://github.com/appbaseio)",
14-
"license": "Apache-2.0",
15-
"homepage": "https://github.com/appbaseio/reactivesearch",
16-
"keywords": [
17-
"appbaseio",
18-
"appbase",
19-
"search",
20-
"UI components",
21-
"react-native",
22-
"reactivesearch"
23-
],
24-
"peerDependencies": {
25-
"react": "*",
26-
"react-native": "*"
27-
},
28-
"devDependencies": {
29-
"babel-cli": "^6.26.0",
30-
"babel-eslint": "^8.2.3",
31-
"babel-preset-react-native": "^4.0.0",
32-
"eslint": "^4.19.1",
33-
"eslint-config-airbnb": "^16.1.0",
34-
"eslint-config-prettier": "^2.9.0",
35-
"eslint-plugin-babel": "^5.1.0",
36-
"eslint-plugin-import": "^2.11.0",
37-
"eslint-plugin-jsx-a11y": "^6.0.3",
38-
"eslint-plugin-prettier": "^2.6.0",
39-
"eslint-plugin-react": "^7.7.0",
40-
"eslint-plugin-react-native": "^3.2.1",
41-
"husky": "^0.14.3",
42-
"prettier": "^1.12.1",
43-
"react": "~16.9.0",
44-
"react-native": "~0.62.3"
45-
},
46-
"dependencies": {
47-
"@appbaseio/reactivecore": "9.14.22",
48-
"@babel/polyfill": "^7.0.0-rc.3",
49-
"@ptomasroos/react-native-multi-slider": "^1.0.0",
50-
"appbase-js": "^5.0.0",
51-
"hoist-non-react-statics": "^3.3.0",
52-
"native-base": "^2.4.2",
53-
"prop-types": "^15.6.1",
54-
"react-native-calendars": "^1.18.2",
55-
"react-redux": "^5.0.7",
56-
"xdate": "^0.8.2"
57-
}
58-
}
2+
"name": "@appbaseio/reactivesearch-native",
3+
"version": "0.12.0",
4+
"description": "Native data components for building reactive UIs with Elasticsearch",
5+
"main": "src/index.js",
6+
"files": [
7+
"src/"
8+
],
9+
"scripts": {
10+
"lint": "eslint .",
11+
"precommit": "eslint ."
12+
},
13+
"author": "Appbase Inc. <[email protected]> (https://github.com/appbaseio)",
14+
"license": "Apache-2.0",
15+
"homepage": "https://github.com/appbaseio/reactivesearch",
16+
"keywords": [
17+
"appbaseio",
18+
"appbase",
19+
"search",
20+
"UI components",
21+
"react-native",
22+
"reactivesearch"
23+
],
24+
"peerDependencies": {
25+
"react": "*",
26+
"react-native": "*"
27+
},
28+
"devDependencies": {
29+
"babel-cli": "^6.26.0",
30+
"babel-eslint": "^8.2.3",
31+
"babel-preset-react-native": "^4.0.0",
32+
"eslint": "^4.19.1",
33+
"eslint-config-airbnb": "^16.1.0",
34+
"eslint-config-prettier": "^2.9.0",
35+
"eslint-plugin-babel": "^5.1.0",
36+
"eslint-plugin-import": "^2.11.0",
37+
"eslint-plugin-jsx-a11y": "^6.0.3",
38+
"eslint-plugin-prettier": "^2.6.0",
39+
"eslint-plugin-react": "^7.7.0",
40+
"eslint-plugin-react-native": "^3.2.1",
41+
"husky": "^0.14.3",
42+
"prettier": "^1.12.1",
43+
"react": "~16.9.0",
44+
"react-native": "~0.62.3"
45+
},
46+
"dependencies": {
47+
"@appbaseio/reactivecore": "9.14.22",
48+
"@babel/polyfill": "^7.0.0-rc.3",
49+
"@ptomasroos/react-native-multi-slider": "^1.0.0",
50+
"appbase-js": "^5.1.0",
51+
"hoist-non-react-statics": "^3.3.0",
52+
"native-base": "^2.4.2",
53+
"prop-types": "^15.6.1",
54+
"react-native-calendars": "^1.18.2",
55+
"react-redux": "^5.0.7",
56+
"xdate": "^0.8.2"
57+
}
58+
}

0 commit comments

Comments
 (0)