Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-protect
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Oct 19, 2023
1 parent 09b2209 commit 76460e5
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 650 deletions.
38 changes: 15 additions & 23 deletions projects/plugins/protect/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"license": "GPL-2.0-or-later",
"require": {
"ext-json": "*",
"automattic/jetpack-assets": "@dev",
"automattic/jetpack-admin-ui": "@dev",
"automattic/jetpack-autoloader": "@dev",
"automattic/jetpack-composer-plugin": "@dev",
"automattic/jetpack-config": "@dev",
"automattic/jetpack-identity-crisis": "@dev",
"automattic/jetpack-my-jetpack": "@dev",
"automattic/jetpack-plugins-installer": "@dev",
"automattic/jetpack-sync": "@dev",
"automattic/jetpack-transport-helper": "@dev",
"automattic/jetpack-plans": "@dev",
"automattic/jetpack-waf": "@dev",
"automattic/jetpack-status": "@dev"
"automattic/jetpack-assets": "^1.18.13",
"automattic/jetpack-admin-ui": "^0.2.23",
"automattic/jetpack-autoloader": "^2.12.0",
"automattic/jetpack-composer-plugin": "^1.1.14",
"automattic/jetpack-config": "^1.15.4",
"automattic/jetpack-identity-crisis": "^0.11.1",
"automattic/jetpack-my-jetpack": "^3.9.1",
"automattic/jetpack-plugins-installer": "^0.2.5",
"automattic/jetpack-sync": "^1.58.1",
"automattic/jetpack-transport-helper": "^0.1.6",
"automattic/jetpack-plans": "^0.3.4",
"automattic/jetpack-waf": "^0.11.13",
"automattic/jetpack-status": "^1.18.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "@dev",
"automattic/jetpack-changelogger": "^3.3.11",
"automattic/wordbless": "0.4.2"
},
"autoload": {
Expand Down Expand Up @@ -49,15 +49,7 @@
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
},
"repositories": [
{
"type": "path",
"url": "../../packages/*",
"options": {
"monorepo": true
}
}
],
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand Down
Loading

0 comments on commit 76460e5

Please sign in to comment.