File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "packageManager" : " yarn@4.2.2" ,
1111 "scripts" : {
1212 "check-types" : " tsc" ,
13+ "clean" : " make clean" ,
14+ "clean:all" : " make clean_all" ,
1315 "install-16" : " node scripts/react-16-install-prep.mjs && yarn add react@^16.8.0 react-dom@^16.8.0 @testing-library/react@^12 @testing-library/react-hooks@^8 @testing-library/dom@^8 react-test-renderer@^16.9.0 && node scripts/oldReactSupport.mjs" ,
1416 "install-17" : " node scripts/react-17-install-prep.mjs && yarn add react@^17 react-dom@^17 @testing-library/react@^12 @testing-library/react-hooks@^8 @testing-library/dom@^8 react-test-renderer@^16.9.0 && node scripts/oldReactSupport.mjs" ,
1517 "install-18" : " node scripts/react-18-install-prep.mjs && yarn add react@^18 react-dom@^18 react-test-renderer@^18.3.1 && node scripts/oldReactSupport.mjs" ,
You can’t perform that action at this time.
0 commit comments