Skip to content

Commit 823cd1b

Browse files
manzoorwanijkmatticbot
authored andcommitted
Update wordpress monorepo (#40564)
* 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 <[email protected]> Co-authored-by: Brad Jorsch <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12290272503 Upstream-Ref: Automattic/jetpack@e11a66a
1 parent ad393ac commit 823cd1b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12+
### Changed
13+
- Updated package dependencies.
14+
1215
## [0.56.4] - 2024-12-09
1316
### Changed
1417
- Updated package dependencies. [#40363]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
],
2929
"devDependencies": {
3030
"@automattic/jetpack-webpack-config": "workspace:*",
31-
"@wordpress/browserslist-config": "6.13.0",
31+
"@wordpress/browserslist-config": "6.14.0",
3232
"concurrently": "7.6.0",
3333
"webpack": "5.94.0",
3434
"webpack-cli": "4.9.1"
3535
},
3636
"dependencies": {
3737
"@automattic/jetpack-analytics": "^0.1.33",
38-
"@wordpress/i18n": "5.13.0"
38+
"@wordpress/i18n": "5.14.0"
3939
}
4040
}

0 commit comments

Comments
 (0)