Skip to content

Commit f21ffb4

Browse files
authored
Update all packages to latest (#53)
* Add prettier config * Use Gutenberg nvm * Update all packages * Use default WP core in env
1 parent 7603a46 commit f21ffb4

File tree

5 files changed

+35814
-17053
lines changed

5 files changed

+35814
-17053
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
lts/*

.prettierrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Import the default config file and expose it in the project root.
2+
// Useful for editor integrations.
3+
module.exports = require( '@wordpress/prettier-config' );

.wp-env.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"core": "WordPress/WordPress#master",
32
"port": 7575,
43
"testsPort": 7576,
54
"plugins": ["."]

0 commit comments

Comments
 (0)