Skip to content

Commit

Permalink
Update wordpress monorepo (#30375)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Remove `@types/wordpress__components`

  GB switched to including types in the package instead of using a
  `@types/` package.

  This also necessitated some code changes, since they're not publishing
  the component props (see WordPress/gutenberg#50157).

  Also of note is that their types for `ClipboardButton` are broken, in
  that they didn't declare that it also accepts all `Button`'s props.
  Since that component is deprecated anyway, we just replace use of it
  with the designated replacement.

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/4861850947
  • Loading branch information
anomiex authored and matticbot committed May 2, 2023
1 parent c3204e9 commit 081ee91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.0",
"automattic/jetpack-logo": "^1.6.1",
"automattic/jetpack-assets": "^1.18.1"
"automattic/jetpack-assets": "^1.18.2-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"browserslist": "extends @wordpress/browserslist-config",
"dependencies": {
"@automattic/jetpack-idc": "workspace:*",
"@wordpress/data": "9.0.0",
"@wordpress/element": "5.7.0"
"@wordpress/data": "9.2.0",
"@wordpress/element": "5.9.0"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.21.5",
"@babel/preset-env": "7.21.5",
"@babel/register": "7.21.0",
"@babel/runtime": "7.21.5",
"@wordpress/browserslist-config": "5.13.0",
"@wordpress/browserslist-config": "5.15.0",
"fancy-log": "1.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit 081ee91

Please sign in to comment.