Skip to content

Commit f4774b5

Browse files
anomiexmatticbot
authored andcommitted
Update wordpress monorepo (#43578)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15193653661 Upstream-Ref: Automattic/jetpack@7310b97
1 parent 58476ea commit f4774b5

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.
1111

1212
### Changed
1313
- Update dependencies.
14+
- Update package dependencies.
1415

1516
## [4.2.1] - 2025-05-19
1617
### Changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.21",
8+
"automattic/jetpack-assets": "^4.0.22-alpha",
99
"automattic/jetpack-admin-ui": "^0.5.9",
1010
"automattic/jetpack-autoloader": "^5.0.7",
1111
"automattic/jetpack-backup-helper-script-manager": "^0.3.7",
1212
"automattic/jetpack-composer-plugin": "^4.0.5",
1313
"automattic/jetpack-config": "^3.1.0",
14-
"automattic/jetpack-connection": "^6.11.6",
15-
"automattic/jetpack-my-jetpack": "^5.14.4",
14+
"automattic/jetpack-connection": "^6.11.7-alpha",
15+
"automattic/jetpack-my-jetpack": "^5.14.5-alpha",
1616
"automattic/jetpack-sync": "^4.13.0",
1717
"automattic/jetpack-status": "^5.1.4"
1818
},

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@
2828
],
2929
"dependencies": {
3030
"@automattic/jetpack-analytics": "^0.1.36",
31-
"@automattic/jetpack-api": "^0.20.2",
32-
"@automattic/jetpack-components": "^0.73.2",
33-
"@automattic/jetpack-connection": "^0.39.16",
31+
"@automattic/jetpack-api": "^0.20.3-alpha",
32+
"@automattic/jetpack-components": "^0.73.3-alpha",
33+
"@automattic/jetpack-connection": "^0.39.17-alpha",
3434
"@automattic/jetpack-shared-extension-utils": "^0.20.2-alpha",
3535
"@automattic/number-formatters": "^1.0.2",
3636
"@tanstack/react-query": "5.75.1",
37-
"@wordpress/api-fetch": "7.22.0",
38-
"@wordpress/components": "29.8.0",
39-
"@wordpress/data": "10.22.0",
40-
"@wordpress/date": "5.22.0",
41-
"@wordpress/element": "6.22.0",
42-
"@wordpress/i18n": "5.22.0",
37+
"@wordpress/api-fetch": "7.24.0",
38+
"@wordpress/components": "29.10.0",
39+
"@wordpress/data": "10.24.0",
40+
"@wordpress/date": "5.24.0",
41+
"@wordpress/element": "6.24.0",
42+
"@wordpress/i18n": "5.24.0",
4343
"moment": "2.30.1",
4444
"prop-types": "^15.8.1",
4545
"react": "18.3.1",
4646
"react-dom": "18.3.1"
4747
},
4848
"devDependencies": {
49-
"@automattic/jetpack-base-styles": "^0.7.4",
49+
"@automattic/jetpack-base-styles": "^0.7.5-alpha",
5050
"@automattic/jetpack-webpack-config": "workspace:*",
5151
"@babel/core": "7.26.10",
5252
"@babel/preset-env": "7.26.9",
@@ -55,7 +55,7 @@
5555
"@testing-library/react": "16.2.0",
5656
"@testing-library/user-event": "14.6.1",
5757
"@types/react": "18.3.18",
58-
"@wordpress/browserslist-config": "6.22.0",
58+
"@wordpress/browserslist-config": "6.24.0",
5959
"concurrently": "7.6.0",
6060
"jest": "29.7.0",
6161
"jest-environment-jsdom": "29.7.0",

0 commit comments

Comments
 (0)