Skip to content

Commit

Permalink
Update wordpress monorepo (#21702)
Browse files Browse the repository at this point in the history
* Fix tweetstorm test for good

  It keeps flopping between 1 and 2, so accept either

* Fix use of InnerBlocks.Content

  It looks like we were using it wrong, in a way that worked before
  WordPress/gutenberg#26031 but breaks after.

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: matticbot <matticbot@users.noreply.github.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1446415445
  • Loading branch information
anomiex authored and matticbot committed Nov 10, 2021
1 parent c99784e commit 6ccc790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies
- Updated package dependencies
- Updated package dependencies
- Updated package dependencies
- Updated package dependencies.
- Updated package dependencies.
- Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,6 +23,6 @@
"install-if-deps-outdated": "pnpm install --no-prod --frozen-lockfile"
},
"devDependencies": {
"@wordpress/base-styles": "4.0.2"
"@wordpress/base-styles": "4.0.3"
}
}

0 comments on commit 6ccc790

Please sign in to comment.