File tree Expand file tree Collapse file tree 5 files changed +13
-22
lines changed
cra-template-wptheme-typescript Expand file tree Collapse file tree 5 files changed +13
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Create React WP Theme <!-- omit in toc -->
2
2
3
- Dec. 24 , 2019
3
+ Dec. 25 , 2019
4
4
<br />
5
5
Updated to use [ Create React App] ( https://create-react-app.dev/ ) version [ 3.3.0] ( https://github.com/facebook/create-react-app/releases/tag/v3.3.0 ) .
6
6
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " cra-template-wptheme-typescript" ,
3
- "version" : " 3.3.0-wp.2 " ,
2
+ "name" : " @devloco/ cra-template-wptheme-typescript" ,
3
+ "version" : " 3.3.0-wp.6 " ,
4
4
"keywords" : [
5
- " wordpress" ,
6
- " create-react-app" ,
7
- " wordpress-theme" ,
8
- " wordpress-development" ,
9
- " wordpress-starter-theme" ,
10
- " wordpress-api" ,
11
- " reactjs" ,
12
5
" react" ,
13
- " react-theme" ,
14
- " wordpress-server" ,
15
- " react-tutorial" ,
16
- " react-wordpress-themes" ,
17
- " php" ,
18
- " typescript" ,
19
- " template"
6
+ " create-react-app" ,
7
+ " create-react-wptheme" ,
8
+ " template" ,
9
+ " typescript"
20
10
],
21
11
"description" : " The TypeScript template for Create React WPTheme." ,
22
12
"main" : " template.json" ,
23
13
"repository" : {
24
14
"type" : " git" ,
25
- "url" : " https://github.com/devloco/create-react-wptheme.git"
15
+ "url" : " https://github.com/devloco/create-react-wptheme.git" ,
16
+ "directory" : " packages/cra-template-wptheme-typescript"
26
17
},
27
18
"license" : " MIT" ,
28
19
"engines" : {
29
- "node" : " >=8"
20
+ "node" : " >=8.10 "
30
21
},
31
22
"bugs" : {
32
23
"url" : " https://github.com/devloco/create-react-wptheme/issues"
Original file line number Diff line number Diff line change 3
3
"@types/node" : " ^12.0.0" ,
4
4
"@types/react" : " ^16.9.0" ,
5
5
"@types/react-dom" : " ^16.9.0" ,
6
- "typescript" : " ^ 3.7.4 "
6
+ "typescript" : " ~ 3.7.2 "
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const _wpThemeVersion = packageJson.version;
50
50
const _createReactAppVersion = _wpThemeVersion . split ( "-wp." ) [ 0 ] ;
51
51
52
52
// Check these!!!!
53
- const _reactScriptsWpThemeVersion = "3.3.0-wp.2 " ;
53
+ const _reactScriptsWpThemeVersion = "^ 3.3.0-wp.11 " ;
54
54
const _getScriptsPath = function ( ) {
55
55
return scriptsFromNpm ( ) ;
56
56
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-react-wptheme" ,
3
- "version" : " 3.3.0-wp.2 " ,
3
+ "version" : " 3.3.0-wp.6 " ,
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