File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
create-react-wptheme-utils Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devloco/create-react-wptheme-utils" ,
3
- "version" : " 3.3.1 -wp.1" ,
3
+ "version" : " 3.4.0 -wp.1" ,
4
4
"description" : " Utilities used by create-react-wptheme." ,
5
5
"engines" : {
6
6
"node" : " >=8"
28
28
" wpThemeServer.js"
29
29
],
30
30
"dependencies" : {
31
- "chalk" : " ^3.0.0 " ,
31
+ "chalk" : " 2.4.2 " ,
32
32
"chokidar" : " ^3.3.1" ,
33
33
"shelljs" : " ^0.8.3" ,
34
34
"fs-extra" : " ^8.1.0" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const _wpThemeVersion = packageJson.version;
43
43
const _createReactAppVersion = _wpThemeVersion . split ( "-wp." ) [ 0 ] ;
44
44
45
45
// Check these!!!!
46
- const _reactScriptsWpThemeVersion = "^3.3.1 -wp.2 " ;
46
+ const _reactScriptsWpThemeVersion = "^3.4.0 -wp.1 " ;
47
47
const _getScriptsPath = function ( ) {
48
48
return scriptsFromNpm ( ) ;
49
49
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devloco/create-react-wptheme" ,
3
- "version" : " 3.3.1 -wp.4 " ,
3
+ "version" : " 3.4.0 -wp.1 " ,
4
4
"description" : " Create React-enabled WP themes." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
42
42
"create-react-wptheme" : " ./index.js"
43
43
},
44
44
"dependencies" : {
45
- "chalk" : " 2.4.2 " ,
45
+ "chalk" : " 3.0.0 " ,
46
46
"commander" : " 2.20.0" ,
47
47
"cross-spawn" : " 6.0.5" ,
48
48
"envinfo" : " 7.3.1" ,
You can’t perform that action at this time.
0 commit comments