Skip to content

Commit

Permalink
Update wordpress monorepo (#40564)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo

* Downgrade dataviews, let's leave that for a separate PR.

* Copy `structuredClone` into jest-environment-jsdom

* Add ts-expect-error for WordPress/gutenberg#67847

* Apparently we can't use a ts file everywhere.

---------

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

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12290272503

Upstream-Ref: Automattic/jetpack@e11a66a
  • Loading branch information
manzoorwanijk authored and matticbot committed Dec 12, 2024
1 parent 35f153b commit a902f6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.25.3] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-components": "^0.64.2-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.2-alpha",
"@wordpress/block-editor": "14.8.0",
"@wordpress/components": "28.13.0",
"@wordpress/compose": "7.13.0",
"@wordpress/data": "10.13.0",
"@wordpress/element": "6.13.0",
"@wordpress/i18n": "5.13.0",
"@wordpress/icons": "10.13.0",
"@wordpress/plugins": "7.13.0",
"@wordpress/block-editor": "14.9.0",
"@wordpress/components": "29.0.0",
"@wordpress/compose": "7.14.0",
"@wordpress/data": "10.14.0",
"@wordpress/element": "6.14.0",
"@wordpress/i18n": "5.14.0",
"@wordpress/icons": "10.14.0",
"@wordpress/plugins": "7.14.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -41,7 +41,7 @@
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@wordpress/browserslist-config": "6.13.0",
"@wordpress/browserslist-config": "6.14.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.94.0",
Expand Down

0 comments on commit a902f6c

Please sign in to comment.