File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ const externals = {
59
59
'react-jsx-highcharts' : 'https://cdn.jsdelivr.net/npm/react-jsx-highcharts@^4/dist/react-jsx-highcharts.min.js' ,
60
60
'react-jsx-highstock' : 'https://cdn.jsdelivr.net/npm/react-jsx-highstock@^4/dist/react-jsx-highstock.min.js' ,
61
61
'react-jsx-highmaps' : 'https://cdn.jsdelivr.net/npm/react-jsx-highmaps@^2/dist/react-jsx-highmaps.min.js' ,
62
- 'react' : 'https://cdn.jsdelivr.net/npm/react@^16 /umd/react.production.min.js' ,
63
- 'react-dom' : 'https://cdn.jsdelivr.net/npm/react-dom@^16 /umd/react-dom.production.min.js' ,
62
+ 'react' : 'https://cdn.jsdelivr.net/npm/react@^17 /umd/react.production.min.js' ,
63
+ 'react-dom' : 'https://cdn.jsdelivr.net/npm/react-dom@^17 /umd/react-dom.production.min.js' ,
64
64
'highcharts' : 'https://code.highcharts.com/8.1.0/highcharts.js' ,
65
65
'highcharts/highstock' : 'https://code.highcharts.com/stock/8.1.0/highstock.js' ,
66
66
'highcharts/highmaps' : 'https://code.highcharts.com/maps/8.1.0/highmaps.js' ,
Original file line number Diff line number Diff line change 101
101
},
102
102
"peerDependencies" : {
103
103
"highcharts" : " ^8.0.0" ,
104
- "react" : " ^16.8.6" ,
105
- "react-dom" : " ^16.8.6" ,
104
+ "react" : " ^16.8.6 || ^17.0.0 " ,
105
+ "react-dom" : " ^16.8.6 || ^17.0.0 " ,
106
106
"prop-types" : " ^15.0.0"
107
107
},
108
108
"browserslist" : [
Original file line number Diff line number Diff line change 83
83
"peerDependencies" : {
84
84
"highcharts" : " ^8.0.0" ,
85
85
"prop-types" : " ^15.0.0" ,
86
- "react" : " ^16.8.6" ,
87
- "react-dom" : " ^16.8.6"
86
+ "react" : " ^16.8.6 || ^17.0.0 " ,
87
+ "react-dom" : " ^16.8.6 || ^17.0.0 "
88
88
},
89
89
"browserslist" : [
90
90
" ie >= 11"
Original file line number Diff line number Diff line change 99
99
"peerDependencies" : {
100
100
"highcharts" : " ^8.0.0" ,
101
101
"prop-types" : " ^15.0.0" ,
102
- "react" : " ^16.8.6" ,
103
- "react-dom" : " ^16.8.6"
102
+ "react" : " ^16.8.6 || ^17.0.0 " ,
103
+ "react-dom" : " ^16.8.6 || ^17.0.0 "
104
104
},
105
105
"browserslist" : [
106
106
" ie >= 11"
You can’t perform that action at this time.
0 commit comments