File tree 3 files changed +6
-6
lines changed
src/sandbox/eval/presets/create-react-app
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 192
192
"react-modal" : " ^3.6.1" ,
193
193
"react-motion" : " ^0.5.0" ,
194
194
"react-outside-click-handler" : " ^1.2.3" ,
195
- "react-refresh" : " ^0.7.1 " ,
195
+ "react-refresh" : " ^0.7.2 " ,
196
196
"react-router-dom" : " ^5.0.1" ,
197
197
"react-scrollbars-custom" : " ^4.0.20" ,
198
198
"react-show" : " ^3.0.4" ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export default function initialize() {
107
107
dependencies [ 'react-dom' ] &&
108
108
isMinimalReactVersion ( dependencies [ 'react-dom' ] , '16.9.0' )
109
109
) {
110
- return { ...dependencies , 'react-refresh' : '0.7.1 ' } ;
110
+ return { ...dependencies , 'react-refresh' : '0.7.2 ' } ;
111
111
}
112
112
113
113
return dependencies ;
Original file line number Diff line number Diff line change @@ -25463,10 +25463,10 @@ react-redux@^7.0.2:
25463
25463
prop-types "^15.7.2"
25464
25464
react-is "^16.8.6"
25465
25465
25466
- react-refresh@^0.7.1 :
25467
- version "0.7.1 "
25468
- resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.7.1 .tgz#b9605e4cd0e5366b9cc21705ebe6ee5bda8ccf85 "
25469
- integrity sha512-tFM1EmOxub/hMKtXilOslJTEt7ANDMwtjD8psJAFSe1oQl7anmGEQONxSR+hAYePgHGI1eVhRVdprBruXu3wfw ==
25466
+ react-refresh@^0.7.2 :
25467
+ version "0.7.2 "
25468
+ resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.7.2 .tgz#f30978d21eb8cac6e2f2fde056a7d04f6844dd50 "
25469
+ integrity sha512-u5l7fhAJXecWUJzVxzMRU2Zvw8m4QmDNHlTrT5uo3KBlYBhmChd7syAakBoay1yIiVhx/8Fi7a6v6kQZfsw81Q ==
25470
25470
25471
25471
react-resize-detector@^4.0.5:
25472
25472
version "4.2.0"
You can’t perform that action at this time.
0 commit comments