From 34225ef7e2e14b16fff55eb16630bdc7c3ce281e Mon Sep 17 00:00:00 2001 From: Rajat Tomar Date: Mon, 9 Sep 2024 11:11:21 +0530 Subject: [PATCH] Featured = True "Updated" --- .../consumer-digital-identity-trends-report-2024/index.md | 1 + .../kuppingercole-names-lr-ciam-leader-2024/index.md | 1 - package.json | 7 +++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/identity/consumer-digital-identity-trends-report-2024/index.md b/content/identity/consumer-digital-identity-trends-report-2024/index.md index 5325ebd07..813f4b111 100644 --- a/content/identity/consumer-digital-identity-trends-report-2024/index.md +++ b/content/identity/consumer-digital-identity-trends-report-2024/index.md @@ -3,6 +3,7 @@ title: "LoginRadius Releases 2024 Consumer Identity Report, Highlights the Shift date: "2024-09-06" coverImage: "trends-report-2024.jpg" tags: ["industry-news", "consumer-identity", "identity-trends", "digital-identity"] +pinned: true author: "Rakesh Soni" description: "LoginRadius analyzed data from its Consumer IAM (CIAM) Platform, utilized by over 500 brands globally. The report offers a unique perspective on global consumer identity trends in 2024, delivering insights into consumer behavior regarding digital identities and providing a comprehensive analysis of their behavior patterns and lifecycle." metatitle: "LoginRadius Consumer ID Trends Report 2024 is Now Live" diff --git a/content/identity/kuppingercole-names-lr-ciam-leader-2024/index.md b/content/identity/kuppingercole-names-lr-ciam-leader-2024/index.md index 2d922e5d8..5398c1559 100644 --- a/content/identity/kuppingercole-names-lr-ciam-leader-2024/index.md +++ b/content/identity/kuppingercole-names-lr-ciam-leader-2024/index.md @@ -3,7 +3,6 @@ title: "Leading the Charge in Customer IAM: LoginRadius Recognized as an Overall date: "2024-07-10" coverImage: "kc-lr-ciam.jpg" tags: ["ciam solutions","coverage","b2b"] -pinned: true author: "Rakesh Soni" description: "KuppingerCole's 2024 Leadership Compass reports recognize LoginRadius as an overall leader in customer identity and access management (CIAM). LoginRadius excels in innovative workflow management, extensive integration capabilities, comprehensive B2B features, and top-tier security standards. " metatitle: "KuppingerCole Names LoginRadius CIAM Leader in 2024 Report" diff --git a/package.json b/package.json index 94c2f7fdb..c035aab1c 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,8 @@ "gatsby-transformer-yaml": "^2.4.1", "hast-util-select": "^4.0.0", "node-sass": "^4.14.1", + "npx": "^10.2.2", + "oniguruma": "^7.2.3", "prismjs": "^1.20.0", "react": "^16.12.0", "react-device-detect": "^1.17.0", @@ -53,13 +55,14 @@ "react-typography": "^0.16.19", "rehype-parse": "^7.0.1", "rehype-stringify": "^8.0.0", + "sharp": "^0.33.5", "twin.macro": "^2.6.2", "typeface-barlow": "0.0.71", "typography": "^0.16.19" }, "devDependencies": { "eslint-config-react-app": "^7.0.0", - "husky": "^7.0.2", + "husky": "^8.0.3", "lint-staged": "^11.1.2", "prettier": "2.0.5" }, @@ -84,7 +87,7 @@ "serve": "gatsby serve --prefix-paths", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1", - "prepare": "husky install" + "prepare": "husky install || true" }, "lint-staged": { "**/*.{js,jsx}": [