File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 6.2.0
2+
3+ Added support for .gql files
4+ Hard pin react-error-overlay to 6.0.9 to fix this issue: https://github.com/facebook/create-react-app/issues/11773
5+
16## 6.1.0
27
38Added polyfills for IntersectionObserver and ResizeObserver
Original file line number Diff line number Diff line change 11{
22 "name" : " @fs/react-scripts" ,
3- "version" : " 6.2.0-beta.0 " ,
3+ "version" : " 6.2.0" ,
44 "upstreamVersion" : " 4.0.3" ,
55 "description" : " Configuration and scripts for Create React App." ,
66 "repository" : {
3838 "notes about dependencies and updates" : {
3939 "@fs/auth-middleware" : " snow can't handle auth-middleware at v3 yet." ,
4040 "webpack" : " webpack v4.44 and react-spring have a bad interaction, so don't go to 4.44" ,
41- "copy-webpack-plugin" : " careful when updating this, the api HAS changed. npm run build in an app will show that there is an issue"
41+ "copy-webpack-plugin" : " careful when updating this, the api HAS changed. npm run build in an app will show that there is an issue" ,
42+ "react-error-overlay" : " hard pin to 6.0.9 to fix this issue until we move to CRA 5: https://github.com/facebook/create-react-app/issues/11773"
4243 },
4344 "dependencies" : {
4445 "@alienfast/i18next-loader" : " ^1.0.18" ,
105106 "prompts" : " 2.4.0" ,
106107 "react-app-polyfill" : " ^2.0.0" ,
107108 "react-dev-utils" : " ^11.0.3" ,
109+ "react-error-overlay" : " 6.0.9" ,
108110 "react-refresh" : " ^0.8.3" ,
109111 "resize-observer-polyfill" : " ^1.5.1" ,
110112 "resolve" : " 1.18.1" ,
You can’t perform that action at this time.
0 commit comments