File tree Expand file tree Collapse file tree 5 files changed +651
-658
lines changed
create-react-wptheme-utils
create-react-wptheme-error-overlay Expand file tree Collapse file tree 5 files changed +651
-658
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devloco/create-react-wptheme-error-overlay" ,
3
- "version" : " 3.3.0 -wp.1" ,
3
+ "version" : " 3.3.1 -wp.1" ,
4
4
"description" : " create-react-wptheme client with error overlay" ,
5
5
"main" : " wptheme-error-overlay.js" ,
6
6
"scripts" : {
17
17
" wpThemeErrorOverlay.js"
18
18
],
19
19
"dependencies" : {
20
- "react-dev-utils" : " ^10.0 .0" ,
21
- "react-error-overlay" : " ^6.0.4 "
20
+ "react-dev-utils" : " ^10.1 .0" ,
21
+ "react-error-overlay" : " ^6.0.5 "
22
22
},
23
23
"devDependencies" : {
24
- "@babel/code-frame" : " ^7.5.5 " ,
25
- "@babel/core" : " ^7.7.5 " ,
24
+ "@babel/code-frame" : " ^7.8.3 " ,
25
+ "@babel/core" : " ^7.8.4 " ,
26
26
"@webpack-cli/info" : " ^0.2.0" ,
27
27
"babel-loader" : " ^8.0.6" ,
28
- "webpack" : " ^4.41.2 " ,
28
+ "webpack" : " ^4.41.5 " ,
29
29
"webpack-cli" : " ^3.3.10"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devloco/create-react-wptheme-utils" ,
3
- "version" : " 3.3.0 -wp.3 " ,
3
+ "version" : " 3.3.1 -wp.1 " ,
4
4
"description" : " Utilities used by create-react-wptheme." ,
5
5
"engines" : {
6
6
"node" : " >=8"
29
29
],
30
30
"dependencies" : {
31
31
"chalk" : " ^3.0.0" ,
32
- "chokidar" : " ^3.3.0 " ,
32
+ "chokidar" : " ^3.3.1 " ,
33
33
"shelljs" : " ^0.8.3" ,
34
34
"fs-extra" : " ^8.1.0" ,
35
35
"ws" : " ^7.2.1"
Original file line number Diff line number Diff line change 8
8
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
9
// /!\ DO NOT MODIFY THIS FILE /!\
10
10
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11
- //
12
- // create-react-wptheme is installed globally on people's computers. This means
13
- // that it is extremely difficult to have them upgrade the version and
14
- // because there's only one global version installed, it is very prone to
15
- // breaking changes.
16
- //
17
11
// The only job of create-react-wptheme is to init the repository and then
18
12
// forward all the commands to the local version of create-react-wptheme.
19
13
//
@@ -43,14 +37,14 @@ const execSync = require("child_process").execSync;
43
37
const spawn = require ( "cross-spawn" ) ;
44
38
const dns = require ( "dns" ) ;
45
39
const url = require ( "url" ) ;
46
- const envinfo = require ( "envinfo" ) ;
40
+ // const envinfo = require("envinfo");
47
41
48
42
const packageJson = require ( "./package.json" ) ;
49
43
const _wpThemeVersion = packageJson . version ;
50
44
const _createReactAppVersion = _wpThemeVersion . split ( "-wp." ) [ 0 ] ;
51
45
52
46
// Check these!!!!
53
- const _reactScriptsWpThemeVersion = "^3.3.0 -wp.11 " ;
47
+ const _reactScriptsWpThemeVersion = "^3.3.1 -wp.1 " ;
54
48
const _getScriptsPath = function ( ) {
55
49
return scriptsFromNpm ( ) ;
56
50
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-react-wptheme" ,
3
- "version" : " 3.3.0 -wp.7 " ,
3
+ "version" : " 3.3.1 -wp.1 " ,
4
4
"description" : " Create React-enabled WP themes." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments