From 4c73cf47f5dc8ea2ff34fe2dfeae0c98b517ed13 Mon Sep 17 00:00:00 2001 From: malavikakoppula <83021791+malavikakoppula@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:55:13 -0400 Subject: [PATCH] Updated to 2.5.2 version (#2227) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2ea7271b5..30734e9a8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }, @@ -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",