Skip to content

Commit

Permalink
Backup 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Initsogar authored and matticbot committed Nov 14, 2024
1 parent fec4283 commit a8da088
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-blocks": "^3.0.0-alpha",
"automattic/jetpack-assets": "^3.0.0-alpha",
"automattic/jetpack-connection": "^6.0.0-alpha",
"automattic/jetpack-logo": "^3.0.0-alpha",
"automattic/jetpack-status": "^5.0.0-alpha",
"automattic/jetpack-sync": "^4.0.0-alpha"
"automattic/jetpack-assets": "^3.0.0",
"automattic/jetpack-connection": "^6.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-status": "^5.0.0",
"automattic/jetpack-sync": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.0.0-alpha",
"automattic/jetpack-connection": "^6.0.0-alpha",
"automattic/jetpack-changelogger": "^5.0.0",
"automattic/jetpack-connection": "^6.0.0",
"automattic/wordbless": "^0.4.1"
},
"suggest": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-components": "^0.60.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.16",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-components": "^0.60.0",
"@automattic/jetpack-shared-extension-utils": "^0.15.17-alpha",
"@wordpress/block-editor": "14.6.0",
"@wordpress/blocks": "14.0.0",
"@wordpress/compose": "7.11.0",
Expand All @@ -60,9 +60,9 @@
},
"devDependencies": {
"@automattic/color-studio": "2.6.0",
"@automattic/jetpack-base-styles": "^0.6.35",
"@automattic/jetpack-base-styles": "^0.6.36",
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.23",
"@automattic/remove-asset-webpack-plugin": "^1.0.24-alpha",
"@babel/core": "7.26.0",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
Expand Down

0 comments on commit a8da088

Please sign in to comment.