File tree Expand file tree Collapse file tree 3 files changed +398
-145
lines changed Expand file tree Collapse file tree 3 files changed +398
-145
lines changed Original file line number Diff line number Diff line change 1
- 12.22.0
1
+ 18.20.6
Original file line number Diff line number Diff line change 59
59
"unist-util-visit" : " ^1.1.3"
60
60
},
61
61
"engines" : {
62
- "node" : " 12.x.x || 14.x.x || 15.x.x || 16.x.x" ,
62
+ "node" : " 12.x.x || 14.x.x || 15.x.x || 16.x.x || 18.x.x " ,
63
63
"yarn" : " ^1.3.2"
64
64
},
65
65
"homepage" : " https://reactjs.org/" ,
71
71
"url" : " git+https://github.com/reactjs/reactjs.org.git"
72
72
},
73
73
"scripts" : {
74
- "build" : " gatsby clean && gatsby build" ,
74
+ "build" : " export NODE_OPTIONS=--openssl-legacy-provider && gatsby clean && gatsby build" ,
75
75
"check-all" : " npm-run-all prettier generate-ids --parallel lint flow" ,
76
76
"ci-check" : " npm-run-all prettier:diff --parallel lint flow" ,
77
77
"dev" : " gatsby develop -H 0.0.0.0" ,
You can’t perform that action at this time.
0 commit comments