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 = {
5959 'react-jsx-highcharts' : 'https://cdn.jsdelivr.net/npm/react-jsx-highcharts@^4/dist/react-jsx-highcharts.min.js' ,
6060 'react-jsx-highstock' : 'https://cdn.jsdelivr.net/npm/react-jsx-highstock@^4/dist/react-jsx-highstock.min.js' ,
6161 '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' ,
6464 'highcharts' : 'https://code.highcharts.com/8.1.0/highcharts.js' ,
6565 'highcharts/highstock' : 'https://code.highcharts.com/stock/8.1.0/highstock.js' ,
6666 'highcharts/highmaps' : 'https://code.highcharts.com/maps/8.1.0/highmaps.js' ,
Original file line number Diff line number Diff line change 101101 },
102102 "peerDependencies" : {
103103 "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 " ,
106106 "prop-types" : " ^15.0.0"
107107 },
108108 "browserslist" : [
Original file line number Diff line number Diff line change 8383 "peerDependencies" : {
8484 "highcharts" : " ^8.0.0" ,
8585 "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 "
8888 },
8989 "browserslist" : [
9090 " ie >= 11"
Original file line number Diff line number Diff line change 9999 "peerDependencies" : {
100100 "highcharts" : " ^8.0.0" ,
101101 "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 "
104104 },
105105 "browserslist" : [
106106 " ie >= 11"
You can’t perform that action at this time.
0 commit comments