From 988fda4d886cab79b6c1b81e14fdb56e422578cd Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 13 Mar 2024 08:27:25 -0400 Subject: [PATCH] STTYPES-11 bump type-fest to ^4.12.0 (#58) Bump `type-fest` to `^4.12.0` for typescript v5.4 compatibility, avoiding https://github.com/sindresorhus/type-fest/issues/784 Refs STTYPES-11 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be7e53f..ca7fa62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2.1.0 in progress * [STRIPES-893] align stripes-components LayoutGrid to avoid `react-flexbox-grid` +* [STTYPES-11] bump `type-fest` to `>= 4.12.0` for typescript v5.4 compatibility ## [2.0.0](https://github.com/folio-org/stripes-types/tree/v2.0.0) (2023-10-11) diff --git a/package.json b/package.json index a1daa95..c2f3124 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "ky": "^0.33.3", "moment": "^2.29.4", "popper.js": "^1.16.1", - "type-fest": "^3.9.0" + "type-fest": "^4.12.0" }, "devDependencies": { "@folio/eslint-config-stripes": "^7.0.0",