Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Merge branch 'develop' into add/version-bump-script
Browse files Browse the repository at this point in the history
* develop:
  NPM Dev(deps-dev): Bump cypress from 13.16.0 to 13.16.1
  NPM(deps): Bump @heroicons/react from 2.1.5 to 2.2.0
  NPM Dev(deps-dev): Bump tailwindcss from 3.4.15 to 3.4.16
  NPM(deps): Bump @wordpress/i18n from 5.12.0 to 5.13.0
  NPM(deps): Bump react-router-dom from 6.28.0 to 7.0.2
  • Loading branch information
circlecube committed Dec 5, 2024
2 parents 0c8e41b + 459af24 commit e70c94d
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 61 deletions.
131 changes: 75 additions & 56 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"npm": ">=10"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@heroicons/react": "^2.2.0",
"@newfold-labs/wp-module-ecommerce": "^1.4.4",
"@newfold-labs/wp-module-facebook": "^1.0.9",
"@newfold-labs/wp-module-runtime": "^1.0.12",
Expand All @@ -42,15 +42,15 @@
"@wordpress/dom-ready": "^4.13.0",
"@wordpress/element": "^6.13.0",
"@wordpress/html-entities": "^4.13.0",
"@wordpress/i18n": "^5.12.0",
"@wordpress/i18n": "^5.13.0",
"@wordpress/icons": "^10.13.0",
"ajv": "^8.17.1",
"classnames": "^2.5.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-error-boundary": "^4.1.2",
"react-router-dom": "^6.28.0",
"react-router-dom": "^7.0.2",
"react-use": "^17.5.1",
"semver": "^7.6.3"
},
Expand All @@ -60,12 +60,12 @@
"@wordpress/env": "^10.13.0",
"@wordpress/eslint-plugin": "^21.6.0",
"@wordpress/scripts": "^30.6.0",
"cypress": "^13.16.0",
"cypress": "^13.16.1",
"cypress-axe": "^1.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"node-fetch": "^2.7.0",
"tailwindcss": "^3.4.15"
"tailwindcss": "^3.4.16"
},
"scripts": {
"build": "NODE_ENV=production wp-scripts build",
Expand Down

0 comments on commit e70c94d

Please sign in to comment.