File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-web-notification" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " React component with HTML5 Web Notification API" ,
5
5
"main" : " ./lib/components/Notification.js" ,
6
6
"scripts" : {
32
32
"babel-cli" : " ^6.3.17" ,
33
33
"babel-core" : " ^6.3.21" ,
34
34
"babel-eslint" : " ^8.0.2" ,
35
+ "babel-preset-env" : " ^1.6.1" ,
35
36
"babel-preset-react" : " ^6.3.13" ,
36
37
"babelify" : " ^8.0.0" ,
37
38
"browser-sync" : " ^2.10.1" ,
50
51
"karma-spec-reporter" : " 0.0.31" ,
51
52
"mocha" : " ^4.0.1" ,
52
53
"prop-types" : " ^15.5.8" ,
54
+ "react" : " ^0.14.3 || ^15.0.1 || ^16.2.0" ,
53
55
"react-addons-test-utils" : " ^0.14.3 || ^15.0.1" ,
54
- "react-dom" : " ^16.2.0" ,
56
+ "react-dom" : " ^0.14.3 || ^15.0.1 || ^ 16.2.0" ,
55
57
"rimraf" : " ^2.4.4" ,
56
58
"sinon" : " ^4.1.2" ,
57
59
"watchify" : " ^3.6.1"
58
60
},
59
- "dependencies" : {
60
- "babel-preset-env" : " ^1.6.1" ,
61
- "react" : " ^16.2.0"
62
- },
63
61
"peerDependencies" : {
64
- "react" : " ^16.2.0"
62
+ "react" : " ^0.14.3 || ^15.0.1 || ^ 16.2.0"
65
63
},
66
64
"browserify" : {
67
65
"transform" : [
Original file line number Diff line number Diff line change @@ -3667,7 +3667,7 @@ rc@^1.1.7:
3667
3667
version "15.6.2"
3668
3668
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.2.tgz#c12b6efdc2247c10da7b8770d185080a7b047156"
3669
3669
3670
- react-dom@^16.2.0 :
3670
+ " react-dom@^0.14.3 || ^15.0.1 || ^ 16.2.0 " :
3671
3671
version "16.2.0"
3672
3672
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
3673
3673
dependencies :
@@ -3676,15 +3676,6 @@ react-dom@^16.2.0:
3676
3676
object-assign "^4.1.1"
3677
3677
prop-types "^15.6.0"
3678
3678
3679
- react@^16.2.0 :
3680
- version "16.2.0"
3681
- resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
3682
- dependencies :
3683
- fbjs "^0.8.16"
3684
- loose-envify "^1.1.0"
3685
- object-assign "^4.1.1"
3686
- prop-types "^15.6.0"
3687
-
3688
3679
read-only-stream@^2.0.0 :
3689
3680
version "2.0.0"
3690
3681
resolved "https://registry.yarnpkg.com/read-only-stream/-/read-only-stream-2.0.0.tgz#2724fd6a8113d73764ac288d4386270c1dbf17f0"
You can’t perform that action at this time.
0 commit comments