diff --git a/composer.json b/composer.json index 7a4fe330..0bd79fc2 100644 --- a/composer.json +++ b/composer.json @@ -78,12 +78,12 @@ "newfold-labs/wp-module-notifications": "^1.2.5", "newfold-labs/wp-module-onboarding": "^2.1.3", "newfold-labs/wp-module-patterns": "^0.1.14", - "newfold-labs/wp-module-performance": "^1.3.1", + "newfold-labs/wp-module-performance": "^1.4.0", "newfold-labs/wp-module-runtime": "^1.0.9", "newfold-labs/wp-module-secure-passwords": "^1.1.1", "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.2.3", - "wp-forge/wp-update-handler": "^1.0", + "newfold-labs/wp-module-staging": "^1.3.0", + "wp-forge/wp-update-handler": "^1.0.2", "wp-forge/wp-upgrade-handler": "^1.0" } } diff --git a/composer.lock b/composer.lock index eb15361f..879f770c 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": "b77b68af0fde00666bc0f062e31e422b", + "content-hash": "2efb6ead5d5eb746e1ebe203f37c6dc2", "packages": [ { "name": "doctrine/inflector", diff --git a/cypress.config.js b/cypress.config.js index 48f23cc3..3397fa82 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -67,6 +67,7 @@ module.exports = defineConfig({ testIsolation: false, excludeSpecPattern: [ 'vendor/newfold-labs/**/tests/cypress/integration/wp-module-support/*.cy.js', // skip any module's wp-module-support files + 'vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/*.cy.js', // skip onboarding sitegen tests for now ], experimentalRunAllSpecs: true, },