Skip to content

Commit

Permalink
Updated to 2.5.2 version (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
malavikakoppula authored Sep 17, 2024
1 parent 647bfc7 commit 4c73cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"generate:feature:feature": "hygen feature feature",
"generate:intl": "node locale/scripts/generate-intl.js",
"lint": "eslint --ext js --ext jsx blocks .storybook --no-error-on-unmatched-pattern",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.5.0 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.5.2 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:changed-feature-branch:fix": "npm run lint:changed-feature-branch -- --fix",
"lint:fix": "npm run lint -- --fix",
"lint:styles": "stylelint '**/*.scss' --formatter verbose",
Expand All @@ -32,7 +32,7 @@
"-ignore-prepare": "husky install",
"storybook": "storybook dev -p 6006",
"test": "jest",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.5.0 --coverage --passWithNoTests",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.5.2 --coverage --passWithNoTests",
"test:coverage": "jest --coverage",
"test:watch": "npm run test -- --watch -o --coverage"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"@stripe/stripe-js": "^2.1.9",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@wpmedia/arc-themes-components": "arc-themes-release-version-2.5.0",
"@wpmedia/arc-themes-components": "arc-themes-release-version-2.5.2",
"algoliasearch": "^4.20.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
Expand Down

0 comments on commit 4c73cf4

Please sign in to comment.