diff --git a/composer.json b/composer.json index d0d0dd0cd..c73ae7df3 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,7 @@ "newfold-labs/wp-module-ctb": "^1.1.2", "newfold-labs/wp-module-customer-bluehost": "^1.6.0", "newfold-labs/wp-module-data": "^2.4.8", + "newfold-labs/wp-module-deactivation": "^1.0", "newfold-labs/wp-module-ecommerce": "^1.3.0", "newfold-labs/wp-module-global-ctb": "^1.0.4", "newfold-labs/wp-module-help-center": "1.0.17", diff --git a/composer.lock b/composer.lock index 594642517..944db411e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "218ccb837c139911e8bcd796c9a00e5f", + "content-hash": "f33ae9406e76a602c9b0c476871d3167", "packages": [ { "name": "doctrine/inflector", @@ -465,6 +465,67 @@ }, "time": "2023-10-04T14:06:48+00:00" }, + { + "name": "newfold-labs/wp-module-deactivation", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-deactivation.git", + "reference": "66d9e4d888426094ee6eb3b66d03404a6e8110e3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/66d9e4d888426094ee6eb3b66d03404a6e8110e3", + "reference": "66d9e4d888426094ee6eb3b66d03404a6e8110e3", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-data": "^2.0.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Deactivation\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "lint": [ + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Micah Wood", + "email": "micah@wpscholar.com" + }, + { + "name": "Evan Mullins", + "email": "evanrm@gmail.com" + }, + { + "name": "Al Ani", + "email": "hey@alani.dev" + } + ], + "description": "A Module for handling WordPress brand plugins and modules deactivations", + "support": { + "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.0.0", + "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" + }, + "time": "2023-10-10T18:09:35+00:00" + }, { "name": "newfold-labs/wp-module-ecommerce", "version": "v1.3.0", diff --git a/package-lock.json b/package-lock.json index 350239cc4..1ac503093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,11 +13,11 @@ "@newfold-labs/wp-module-runtime": "^1.0.5", "@newfold/ui-component-library": "^1.0.0", "@reduxjs/toolkit": "^1.9.6", - "@wordpress/compose": "^6.19.0", + "@wordpress/compose": "^6.20.0", "@wordpress/dom-ready": "^3.42.0", - "@wordpress/element": "^5.18.0", + "@wordpress/element": "^5.20.0", "@wordpress/i18n": "^4.41.0", - "@wordpress/icons": "^9.33.0", + "@wordpress/icons": "^9.34.0", "classnames": "^2.3.2", "jquery": "^3.7.1", "lodash": "^4.17.21", @@ -28,12 +28,12 @@ "semver": "^7.5.4" }, "devDependencies": { - "@replayio/cypress": "^1.3.5", + "@replayio/cypress": "^1.4.1", "@tailwindcss/forms": "^0.5.6", "@testing-library/cypress": "^10.0.1", "@wordpress/env": "^8.8.0", "@wordpress/scripts": "^26.13.0", - "cypress": "^13.2.0", + "cypress": "^13.3.0", "cypress-axe": "^1.5.0", "tailwindcss": "^3.3.3" }, diff --git a/package.json b/package.json index 73e7bec1d..b5c9e9c4d 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "@newfold-labs/wp-module-runtime": "^1.0.5", "@newfold/ui-component-library": "^1.0.0", "@reduxjs/toolkit": "^1.9.6", - "@wordpress/compose": "^6.19.0", + "@wordpress/compose": "^6.20.0", "@wordpress/dom-ready": "^3.42.0", - "@wordpress/element": "^5.18.0", + "@wordpress/element": "^5.20.0", "@wordpress/i18n": "^4.41.0", - "@wordpress/icons": "^9.33.0", + "@wordpress/icons": "^9.34.0", "classnames": "^2.3.2", "jquery": "^3.7.1", "lodash": "^4.17.21", @@ -43,12 +43,12 @@ "semver": "^7.5.4" }, "devDependencies": { - "@replayio/cypress": "^1.3.5", + "@replayio/cypress": "^1.4.1", "@tailwindcss/forms": "^0.5.6", "@testing-library/cypress": "^10.0.1", "@wordpress/env": "^8.8.0", "@wordpress/scripts": "^26.13.0", - "cypress": "^13.2.0", + "cypress": "^13.3.0", "cypress-axe": "^1.5.0", "tailwindcss": "^3.3.3" },