From 1c123d9a50be9fb86a143ede96e9e4240e3bffa2 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 5 Feb 2025 14:26:21 -0500 Subject: [PATCH] STCLI-262 upgrade @formatjs/cli packages * `@formatjs/cli` to `^6.6.0 * `@formatjs/cli-lib` to `^7.3.0` Refs STCLI-262 --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74dc893..b603065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Check for `main` branch in `stripes platform pull` command. Refs STCLI-258. * *BREAKING* bump `@folio/stripes-webpack` to `6.0.0`. * *BREAKING* bump `NodeJS` to `v20`. Refs STCLI-260. +* Bump `@formatjs/cli` and `@formatjs/cli-lib` to their latest versions. Refs STCLI-262. ## [3.2.0](https://github.com/folio-org/stripes-cli/tree/v3.2.0) (2024-10-09) [Full Changelog](https://github.com/folio-org/stripes-cli/compare/v3.1.0...v3.2.0) diff --git a/package.json b/package.json index a430c96..9b70c69 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "dependencies": { "@folio/stripes-testing": "^3.0.0", "@folio/stripes-webpack": "^6.0.0", - "@formatjs/cli": "^6.1.3", - "@formatjs/cli-lib": "^6.1.3", + "@formatjs/cli": "^6.6.0", + "@formatjs/cli-lib": "^7.3.0", "@octokit/rest": "^19.0.7", "babel-plugin-istanbul": "^6.0.0", "configstore": "^3.1.1",