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 11# Create React WP Theme <!-- omit in toc -->
22
3- Dec. 24 , 2019
3+ Dec. 25 , 2019
44<br />
55Updated 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 ) .
66
Original file line number Diff line number Diff line change 11{
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 " ,
44 "keywords" : [
5- " wordpress" ,
6- " create-react-app" ,
7- " wordpress-theme" ,
8- " wordpress-development" ,
9- " wordpress-starter-theme" ,
10- " wordpress-api" ,
11- " reactjs" ,
125 " 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"
2010 ],
2111 "description" : " The TypeScript template for Create React WPTheme." ,
2212 "main" : " template.json" ,
2313 "repository" : {
2414 "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"
2617 },
2718 "license" : " MIT" ,
2819 "engines" : {
29- "node" : " >=8"
20+ "node" : " >=8.10 "
3021 },
3122 "bugs" : {
3223 "url" : " https://github.com/devloco/create-react-wptheme/issues"
Original file line number Diff line number Diff line change 33 "@types/node" : " ^12.0.0" ,
44 "@types/react" : " ^16.9.0" ,
55 "@types/react-dom" : " ^16.9.0" ,
6- "typescript" : " ^ 3.7.4 "
6+ "typescript" : " ~ 3.7.2 "
77 }
88}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const _wpThemeVersion = packageJson.version;
5050const _createReactAppVersion = _wpThemeVersion . split ( "-wp." ) [ 0 ] ;
5151
5252// Check these!!!!
53- const _reactScriptsWpThemeVersion = "3.3.0-wp.2 " ;
53+ const _reactScriptsWpThemeVersion = "^ 3.3.0-wp.11 " ;
5454const _getScriptsPath = function ( ) {
5555 return scriptsFromNpm ( ) ;
5656} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-wptheme" ,
3- "version" : " 3.3.0-wp.2 " ,
3+ "version" : " 3.3.0-wp.6 " ,
44 "description" : " Create React-enabled WP themes." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments