Skip to content

Commit

Permalink
Merge pull request #921 from bluehost/update/ecom-and-runtime
Browse files Browse the repository at this point in the history
update ecommerce and runtime modules
  • Loading branch information
circlecube authored Jan 31, 2024
2 parents ec499b7 + 0f777fe commit 24d88e3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"newfold-labs/wp-module-customer-bluehost": "^1.6.0",
"newfold-labs/wp-module-data": "^2.4.18",
"newfold-labs/wp-module-deactivation": "^1.0.4",
"newfold-labs/wp-module-ecommerce": "1.3.18",
"newfold-labs/wp-module-ecommerce": "^1.3.20",
"newfold-labs/wp-module-global-ctb": "^1.0.9",
"newfold-labs/wp-module-help-center": "^1.0.23",
"newfold-labs/wp-module-loader": "^1.0.10",
Expand All @@ -81,7 +81,7 @@
"newfold-labs/wp-module-onboarding": "^1.12.1",
"newfold-labs/wp-module-patterns": "^0.1.13",
"newfold-labs/wp-module-performance": "^1.3.0",
"newfold-labs/wp-module-runtime": "^1.0.7",
"newfold-labs/wp-module-runtime": "^1.0.9",
"newfold-labs/wp-module-secure-passwords": "^1.1",
"newfold-labs/wp-module-sso": "^1.0.4",
"newfold-labs/wp-module-staging": "^1.2.3",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@newfold-labs/wp-module-ecommerce": "1.3.18",
"@newfold-labs/wp-module-runtime": "^1.0.7",
"@newfold-labs/wp-module-ecommerce": "^1.3.20",
"@newfold-labs/wp-module-runtime": "^1.0.9",
"@newfold/ui-component-library": "^1.0.1",
"@reduxjs/toolkit": "^2.1.0",
"@wordpress/compose": "^6.27.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/cypress/integration/help.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ describe( 'Help Page', function () {
cy.visit(
'/wp-admin/admin.php?page=' + Cypress.env( 'pluginId' ) + '#/help'
);
cy.injectAxe();
} );

it( 'Is Accessible', () => {
cy.injectAxe();
cy.wait( 500 );
cy.wait( 750 );
cy.checkA11y( '.wppbh-app-body' );
} );

Expand Down

0 comments on commit 24d88e3

Please sign in to comment.