diff --git a/composer.json b/composer.json index c37ad1e55..2d22a1cce 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,7 @@ "newfold-labs/wp-module-activation": "^1.0.2", "newfold-labs/wp-module-coming-soon": "^1.2.3", "newfold-labs/wp-module-context": "^1.0.0", - "newfold-labs/wp-module-data": "^2.4.24", + "newfold-labs/wp-module-data": "^2.5.0", "newfold-labs/wp-module-deactivation": "^1.1.2", "newfold-labs/wp-module-ecommerce": "^1.3.30", "newfold-labs/wp-module-global-ctb": "^1.0.11", diff --git a/composer.lock b/composer.lock index 6d4a06af2..550cbb0d8 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": "7aec9145f209e1955c9339a83f8b5b30", + "content-hash": "83a8ae9bf8571069bb0a2ba04563fafa", "packages": [ { "name": "doctrine/inflector", @@ -451,16 +451,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.4.24", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "177d1662b5b38d6921d8e661603e4f57436e3955" + "reference": "42bdfdece373e194b405f6b9a9e2a9e07154dfb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/177d1662b5b38d6921d8e661603e4f57436e3955", - "reference": "177d1662b5b38d6921d8e661603e4f57436e3955", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/42bdfdece373e194b405f6b9a9e2a9e07154dfb9", + "reference": "42bdfdece373e194b405f6b9a9e2a9e07154dfb9", "shasum": "" }, "require": { @@ -472,6 +472,7 @@ }, "require-dev": { "10up/wp_mock": "^0.4.2", + "johnpbloch/wordpress": "*", "newfold-labs/wp-php-standards": "^1.2" }, "type": "library", @@ -501,10 +502,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.4.24", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.5.0", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-04-18T19:17:37+00:00" + "time": "2024-05-15T00:31:16+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -1659,16 +1660,16 @@ }, { "name": "wp-forge/wp-options", - "version": "1.1", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-options.git", - "reference": "df8899255dee19365599caa8801c75803e94e413" + "reference": "511b1c5e626582dd4c3c1b5602e7a20352dabc1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-forge/wp-options/zipball/df8899255dee19365599caa8801c75803e94e413", - "reference": "df8899255dee19365599caa8801c75803e94e413", + "url": "https://api.github.com/repos/wp-forge/wp-options/zipball/511b1c5e626582dd4c3c1b5602e7a20352dabc1b", + "reference": "511b1c5e626582dd4c3c1b5602e7a20352dabc1b", "shasum": "" }, "type": "library", @@ -1690,9 +1691,9 @@ "description": "A WordPress helper class for managing plugin options.", "support": { "issues": "https://github.com/wp-forge/wp-options/issues", - "source": "https://github.com/wp-forge/wp-options/tree/1.1" + "source": "https://github.com/wp-forge/wp-options/tree/1.1.1" }, - "time": "2022-03-04T16:23:42+00:00" + "time": "2024-05-10T14:57:37+00:00" }, { "name": "wp-forge/wp-query-builder", diff --git a/package-lock.json b/package-lock.json index 86016241c..7f325f637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,12 +14,12 @@ "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.1.0", - "@wordpress/compose": "^6.30.0", + "@wordpress/compose": "^6.34.0", "@wordpress/dom-ready": "^3.53.0", "@wordpress/element": "^5.30.0", - "@wordpress/html-entities": "^3.53.0", - "@wordpress/i18n": "^4.53.0", - "@wordpress/icons": "^9.44.0", + "@wordpress/html-entities": "^3.57.0", + "@wordpress/i18n": "^4.57.0", + "@wordpress/icons": "^9.48.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", @@ -32,7 +32,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@testing-library/cypress": "^10.0.1", - "@wordpress/env": "^9.5.0", + "@wordpress/env": "^9.9.0", "@wordpress/eslint-plugin": "^17.10.0", "@wordpress/scripts": "^27.4.0", "cypress": "^13.7.0", diff --git a/package.json b/package.json index 635e1689b..68ca131a9 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,12 @@ "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.1.0", - "@wordpress/compose": "^6.30.0", + "@wordpress/compose": "^6.34.0", "@wordpress/dom-ready": "^3.53.0", "@wordpress/element": "^5.30.0", - "@wordpress/html-entities": "^3.53.0", - "@wordpress/i18n": "^4.53.0", - "@wordpress/icons": "^9.44.0", + "@wordpress/html-entities": "^3.57.0", + "@wordpress/i18n": "^4.57.0", + "@wordpress/icons": "^9.48.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", @@ -55,7 +55,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@testing-library/cypress": "^10.0.1", - "@wordpress/env": "^9.5.0", + "@wordpress/env": "^9.9.0", "@wordpress/eslint-plugin": "^17.10.0", "@wordpress/scripts": "^27.4.0", "cypress": "^13.7.0",