File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ if ( class_exists( 'WPBoilerplate_Register_Blocks' ) ) {
2727```
2828inside the ` load_composer_dependencies ` method at the end
2929
30- 4 . Now run ` composer require wpboilerplate/wpb-register-blocks `
30+ 4 . Now run ` composer update `
3131
32- 5 . Now run ` composer update `
33-
34- 6 . Once that is installed run ` npm run build `
32+ 5 . Once that is installed run ` npm run build `
3533
3634### Update your code via Github
3735
Original file line number Diff line number Diff line change 2323 "start" : " wp-scripts start"
2424 },
2525 "devDependencies" : {
26- "@wordpress/scripts" : " ^26.5.0 " ,
27- "copy-webpack-plugin" : " ^11.0.0 " ,
28- "glob" : " ^10.2.6 " ,
29- "mini-css-extract-plugin" : " ^2.7.6 " ,
30- "path" : " ^0.12.7 " ,
31- "webpack-fix-style-only-entries" : " ^0.6.1 " ,
32- "webpack-remove-empty-scripts" : " ^1.0.3 "
26+ "@wordpress/scripts" : " lastest " ,
27+ "copy-webpack-plugin" : " lastest " ,
28+ "glob" : " lastest " ,
29+ "mini-css-extract-plugin" : " lastest " ,
30+ "path" : " lastest " ,
31+ "webpack-fix-style-only-entries" : " lastest " ,
32+ "webpack-remove-empty-scripts" : " lastest "
3333 },
3434 "dependencies" : {
35- "@wordpress/icons" : " ^9.25.0 "
35+ "@wordpress/icons" : " lastest "
3636 },
3737 "keywords" : [
3838 " wordpress-plugin-boilerplate"
You can’t perform that action at this time.
0 commit comments