Skip to content

Commit

Permalink
Update wordpress monorepo (#34411)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7063533492
  • Loading branch information
anomiex authored and matticbot committed Dec 1, 2023
1 parent b891eb9 commit 5a3f0e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is an alpha version! The changes listed here are not final.
- Display a "Jetpack Manage" menu item to connected users.

### Changed
- Updated package dependencies.
- Update the API calls used for My Jetpack backup card
- Update the CTAs in My Jetpack for more clarity and to avoid inconsistencies

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-assets": "^2.0.2-alpha",
"automattic/jetpack-connection": "^2.1.0-alpha",
"automattic/jetpack-jitm": "^3.0.0",
"automattic/jetpack-jitm": "^3.0.1-alpha",
"automattic/jetpack-licensing": "^2.0.1",
"automattic/jetpack-plugins-installer": "^0.3.0",
"automattic/jetpack-redirect": "^2.0.0",
Expand All @@ -19,7 +19,7 @@
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.4",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.2"
"automattic/jetpack-videopress": "^0.21.3-alpha"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.28",
"@automattic/jetpack-api": "^0.16.6",
"@automattic/jetpack-base-styles": "^0.6.13",
"@automattic/jetpack-components": "^0.45.3",
"@automattic/jetpack-connection": "^0.30.8",
"@automattic/jetpack-api": "^0.16.7-alpha",
"@automattic/jetpack-base-styles": "^0.6.14-alpha",
"@automattic/jetpack-components": "^0.45.4-alpha",
"@automattic/jetpack-connection": "^0.30.9-alpha",
"@automattic/jetpack-licensing": "workspace:*",
"@wordpress/api-fetch": "6.42.0",
"@wordpress/components": "25.11.0",
"@wordpress/data": "9.15.0",
"@wordpress/date": "4.45.0",
"@wordpress/element": "5.22.0",
"@wordpress/i18n": "4.45.0",
"@wordpress/icons": "9.36.0",
"@wordpress/api-fetch": "6.44.0",
"@wordpress/components": "25.13.0",
"@wordpress/data": "9.17.0",
"@wordpress/date": "4.47.0",
"@wordpress/element": "5.24.0",
"@wordpress/i18n": "4.47.0",
"@wordpress/icons": "9.38.0",
"gridicons": "3.4.1",
"classnames": "2.3.2",
"prop-types": "15.8.1",
Expand Down

0 comments on commit 5a3f0e4

Please sign in to comment.