Skip to content

Commit

Permalink
module udpates atomic, coming soon, data to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 31, 2024
1 parent 8d62e1b commit 578f95b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
},
"require": {
"newfold-labs/wp-module-activation": "^1.0.2",
"newfold-labs/wp-module-atomic": "^1.2.0",
"newfold-labs/wp-module-coming-soon": "^1.2.3",
"newfold-labs/wp-module-atomic": "^1.3.0",
"newfold-labs/wp-module-coming-soon": "^1.2.4",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.5.1",
"newfold-labs/wp-module-data": "^2.5.2",
"newfold-labs/wp-module-deactivation": "^1.1.2",
"newfold-labs/wp-module-ecommerce": "^1.3.31",
"newfold-labs/wp-module-features": "^1.4.1",
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@heroicons/react": "^2.1.1",
"@newfold-labs/wp-module-ecommerce": "^1.3.31",
"@newfold-labs/wp-module-facebook": "^1.0.6",
"@newfold-labs/wp-module-runtime": "^1.0.10",
"@newfold-labs/wp-module-facebook":"^1.0.6",
"@newfold/ui-component-library": "^1.1.0",
"@reduxjs/toolkit": "^2.2.5",
"@wordpress/compose": "^6.34.0",
Expand Down Expand Up @@ -69,6 +69,7 @@
"build": "NODE_ENV=production wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses --production",
"create:dev": "rm -rf ./bluehost-wordpress-plugin ./bluehost-wordpress-plugin.zip && npm run create:dist && npm run create:zip",
"create:dist": "rsync -r --include-from=.distinclude --exclude-from=.distignore . ./bluehost-wordpress-plugin",
"create:zip": "cd ./bluehost-wordpress-plugin && zip -r -9 ../bluehost-wordpress-plugin.zip . && ls -lh ../bluehost-wordpress-plugin.zip",
"cypress": "npm cypress open",
Expand All @@ -94,4 +95,4 @@
"test:e2e": "npx cypress run",
"test:unit": "wp-scripts test-unit-js"
}
}
}

0 comments on commit 578f95b

Please sign in to comment.