File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
examples/complete/react-native Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
"presets" : [" es2015" , " react" ],
3
3
"plugins" : [
4
4
" lodash" ,
5
+ " add-module-exports" ,
5
6
" transform-object-rest-spread" ,
6
7
" transform-object-assign" ,
7
8
" transform-class-properties"
11
12
"comments" : false
12
13
},
13
14
"commonjs" : {
14
- "comments" : false ,
15
- "plugins" : [" transform-es2015-modules-commonjs" ]
15
+ "comments" : false
16
16
},
17
17
"test" : {
18
18
"plugins" : [" transform-decorators-legacy" ]
Original file line number Diff line number Diff line change @@ -14,3 +14,8 @@ book.json
14
14
CNAME
15
15
.github
16
16
yarn.lock
17
+ .travis.yml
18
+ CODE_OF_CONDUCT.md
19
+ CHANGELOG.md
20
+ .codeclimate.yml
21
+ PATRONS.md
Original file line number Diff line number Diff line change 14
14
"react-native" : " 0.42.0" ,
15
15
"react-native-google-signin" : " 0.9.0" ,
16
16
"react-redux" : " ^5.0.3" ,
17
- "react-redux-firebase" : " ^2.0.0-alpha.4 " ,
17
+ "react-redux-firebase" : " ^2.0.0-alpha.7 " ,
18
18
"redux" : " ^3.6.0"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -1187,10 +1187,6 @@ errorhandler@~1.4.2:
1187
1187
accepts "~1.3.0"
1188
1188
escape-html "~1.0.3"
1189
1189
1190
- es6-promise@^4.1.0 :
1191
- version "4.1.1"
1192
- resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.1.1.tgz#8811e90915d9a0dba36274f0b242dbda78f9c92a"
1193
-
1194
1190
escape-html@1.0.2 :
1195
1191
version "1.0.2"
1196
1192
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.2.tgz#d77d32fa98e38c2f41ae85e9278e0e0e6ba1022c"
@@ -2407,11 +2403,10 @@ react-proxy@^1.1.7:
2407
2403
lodash "^4.6.1"
2408
2404
react-deep-force-update "^1.0.0"
2409
2405
2410
- react-redux-firebase@^2.0.0-alpha.4 :
2411
- version "2.0.0-alpha.4 "
2412
- resolved "https://registry.yarnpkg.com/react-redux-firebase/-/react-redux-firebase-2.0.0-alpha.4 .tgz#b6e77b7d05ab1d6030d5663adf35db6ee8c7902c "
2406
+ react-redux-firebase@^2.0.0-alpha.7 :
2407
+ version "2.0.0-alpha.6 "
2408
+ resolved "https://registry.yarnpkg.com/react-redux-firebase/-/react-redux-firebase-2.0.0-alpha.7 .tgz#87d55fca3d130ab13a6fd9c51da5aa8026beada4 "
2413
2409
dependencies :
2414
- es6-promise "^4.1.0"
2415
2410
firebase "^4.1.3"
2416
2411
hoist-non-react-statics "^1.2.0"
2417
2412
jwt-decode "^2.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-redux-firebase" ,
3
- "version" : " 2.0.0-alpha.6 " ,
3
+ "version" : " 2.0.0-alpha.7 " ,
4
4
"description" : " Redux integration for Firebase. Comes with a Higher Order Component for use with React." ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
71
71
"babel-eslint" : " ^7.2.1" ,
72
72
"babel-loader" : " ^6.4.1" ,
73
73
"babel-plugin-lodash" : " ^3.2.11" ,
74
+ "babel-plugin-add-module-exports" : " ^0.2.1" ,
74
75
"babel-plugin-transform-class-properties" : " ^6.23.0" ,
75
76
"babel-plugin-transform-decorators-legacy" : " ^1.3.4" ,
76
- "babel-plugin-transform-es2015-modules-commonjs" : " ^6.24.1" ,
77
77
"babel-plugin-transform-object-assign" : " ^6.22.0" ,
78
78
"babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
79
79
"babel-plugin-transform-runtime" : " ^6.23.0" ,
You can’t perform that action at this time.
0 commit comments