Skip to content

Commit

Permalink
Update wordpress monorepo (#33687)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6579458263
  • Loading branch information
anomiex authored and matticbot committed Oct 19, 2023
1 parent 4605a75 commit 45f06ab
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Move ProgressBar component to the shared `@automattic/jetpack-components` package.
- Revert changes on #33394 #33036 and #33042 - Those changes won't properly handle VP block assets on feeds/query loops
- Updated package dependencies.

## [0.17.6] - 2023-10-17
### Security
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.2.23",
"automattic/jetpack-assets": "^1.18.12",
"automattic/jetpack-connection": "^1.58.1",
"automattic/jetpack-assets": "^1.18.13-alpha",
"automattic/jetpack-connection": "^1.58.2-alpha",
"automattic/jetpack-plans": "^0.3.4"
},
"require-dev": {
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@automattic/calypso-color-schemes": "3.1.1",
"@automattic/jetpack-base-styles": "^0.6.10",
"@automattic/jetpack-base-styles": "^0.6.11-alpha",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.23.2",
"@babel/preset-react": "7.22.15",
Expand All @@ -39,7 +39,7 @@
"@types/react-dom": "18.2.7",
"@types/react-test-renderer": "18.0.0",
"@types/testing-library__jest-dom": "5.14.9",
"@wordpress/browserslist-config": "5.26.0",
"@wordpress/browserslist-config": "5.27.0",
"autoprefixer": "10.4.14",
"copy-webpack-plugin": "11.0.0",
"jest": "29.4.3",
Expand All @@ -56,28 +56,28 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.3",
"@automattic/jetpack-base-styles": "^0.6.10",
"@automattic/jetpack-api": "^0.16.4-alpha",
"@automattic/jetpack-base-styles": "^0.6.11-alpha",
"@automattic/jetpack-components": "^0.44.0-alpha",
"@automattic/jetpack-connection": "^0.30.3",
"@automattic/jetpack-shared-extension-utils": "^0.12.3",
"@automattic/jetpack-connection": "^0.30.4-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.4-alpha",
"@storybook/addon-actions": "7.4.6",
"@wordpress/api-fetch": "6.40.0",
"@wordpress/blob": "3.43.0",
"@wordpress/block-editor": "12.11.0",
"@wordpress/blocks": "12.20.0",
"@wordpress/components": "25.9.0",
"@wordpress/compose": "6.20.0",
"@wordpress/core-data": "6.20.0",
"@wordpress/data": "9.13.0",
"@wordpress/date": "4.43.0",
"@wordpress/dom-ready": "3.43.0",
"@wordpress/editor": "13.20.0",
"@wordpress/element": "5.20.0",
"@wordpress/html-entities": "3.43.0",
"@wordpress/i18n": "4.43.0",
"@wordpress/icons": "9.34.0",
"@wordpress/url": "3.44.0",
"@wordpress/api-fetch": "6.41.0",
"@wordpress/blob": "3.44.0",
"@wordpress/block-editor": "12.12.0",
"@wordpress/blocks": "12.21.0",
"@wordpress/components": "25.10.0",
"@wordpress/compose": "6.21.0",
"@wordpress/core-data": "6.21.0",
"@wordpress/data": "9.14.0",
"@wordpress/date": "4.44.0",
"@wordpress/dom-ready": "3.44.0",
"@wordpress/editor": "13.21.0",
"@wordpress/element": "5.21.0",
"@wordpress/html-entities": "3.44.0",
"@wordpress/i18n": "4.44.0",
"@wordpress/icons": "9.35.0",
"@wordpress/url": "3.45.0",
"classnames": "2.3.2",
"debug": "4.3.4",
"filesize": "8.0.6",
Expand Down

0 comments on commit 45f06ab

Please sign in to comment.