From 95dd8ef5839ed98935fbf359d3b00c9b8c9491a9 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 2 Jan 2024 17:07:56 -0500 Subject: [PATCH] update staging module too, and cleanup performance page components again --- composer.json | 2 +- composer.lock | 14 +++++++------- src/app/pages/performance/index.js | 5 ----- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index f41deb0b..066b780c 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "newfold-labs/wp-module-runtime": "^1.0.7", "newfold-labs/wp-module-secure-passwords": "^1.1", "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.2.1", + "newfold-labs/wp-module-staging": "^1.2.3", "wp-forge/wp-update-handler": "^1.0", "wp-forge/wp-upgrade-handler": "^1.0" } diff --git a/composer.lock b/composer.lock index 108400f2..9a7715d8 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": "5a1628c8b104a625a2153da5616d8062", + "content-hash": "c95cd0f16e44af373cc18be7f7af5959", "packages": [ { "name": "doctrine/inflector", @@ -989,16 +989,16 @@ }, { "name": "newfold-labs/wp-module-staging", - "version": "1.2.1", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", - "reference": "3fd2ad5f815edcd227e45ec23badb076c617fb50" + "reference": "87a8f2659ad256fa03a0ae2932950cb6d745dfa4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/3fd2ad5f815edcd227e45ec23badb076c617fb50", - "reference": "3fd2ad5f815edcd227e45ec23badb076c617fb50", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/87a8f2659ad256fa03a0ae2932950cb6d745dfa4", + "reference": "87a8f2659ad256fa03a0ae2932950cb6d745dfa4", "shasum": "" }, "require-dev": { @@ -1032,10 +1032,10 @@ ], "description": "Newfold module for staging functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-staging/tree/1.2.1", + "source": "https://github.com/newfold-labs/wp-module-staging/tree/1.2.3", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" }, - "time": "2023-11-29T20:57:06+00:00" + "time": "2023-12-05T18:18:33+00:00" }, { "name": "wp-cli/wp-config-transformer", diff --git a/src/app/pages/performance/index.js b/src/app/pages/performance/index.js index 0e219f18..49c0da68 100644 --- a/src/app/pages/performance/index.js +++ b/src/app/pages/performance/index.js @@ -60,11 +60,6 @@ const PerformancePage = () => { }; const moduleComponents = { - Page, - SectionHeader, - SectionContent, - SectionSettings, - SectionContainer, Fragment, }