File tree Expand file tree Collapse file tree
create-react-wptheme-utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @devloco/create-react-wptheme-utils" ,
3- "version" : " 3.3.1 -wp.1" ,
3+ "version" : " 3.4.0 -wp.1" ,
44 "description" : " Utilities used by create-react-wptheme." ,
55 "engines" : {
66 "node" : " >=8"
2828 " wpThemeServer.js"
2929 ],
3030 "dependencies" : {
31- "chalk" : " ^3.0.0 " ,
31+ "chalk" : " 2.4.2 " ,
3232 "chokidar" : " ^3.3.1" ,
3333 "shelljs" : " ^0.8.3" ,
3434 "fs-extra" : " ^8.1.0" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const _wpThemeVersion = packageJson.version;
4343const _createReactAppVersion = _wpThemeVersion . split ( "-wp." ) [ 0 ] ;
4444
4545// Check these!!!!
46- const _reactScriptsWpThemeVersion = "^3.3.1 -wp.2 " ;
46+ const _reactScriptsWpThemeVersion = "^3.4.0 -wp.1 " ;
4747const _getScriptsPath = function ( ) {
4848 return scriptsFromNpm ( ) ;
4949} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @devloco/create-react-wptheme" ,
3- "version" : " 3.3.1 -wp.4 " ,
3+ "version" : " 3.4.0 -wp.1 " ,
44 "description" : " Create React-enabled WP themes." ,
55 "main" : " index.js" ,
66 "scripts" : {
4242 "create-react-wptheme" : " ./index.js"
4343 },
4444 "dependencies" : {
45- "chalk" : " 2.4.2 " ,
45+ "chalk" : " 3.0.0 " ,
4646 "commander" : " 2.20.0" ,
4747 "cross-spawn" : " 6.0.5" ,
4848 "envinfo" : " 7.3.1" ,
You can’t perform that action at this time.
0 commit comments