From 093b50455e179e24f497523cc0b79d6e3fd1ce79 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Wed, 1 Jan 2025 03:21:50 +0000 Subject: [PATCH] Update definitelyTyped (#40798) Co-authored-by: Renovate Bot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12566578009 Upstream-Ref: Automattic/jetpack@766f8d3f9eac6a87995f7af64af6cf6a3914d7bc --- CHANGELOG.md | 8 ++++++++ package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b82f6a..247a176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.2-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [0.2.1] - 2024-12-31 ### Added - Added dist to mirror repo [#40776] @@ -37,5 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed lints following ESLint rule changes for TS [#40584] - Fixing a bug in Chart storybook data. [#40640] +[0.2.2-alpha]: https://github.com/Automattic/charts/compare/v0.2.1...v0.2.2-alpha [0.2.1]: https://github.com/Automattic/charts/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/charts/compare/v0.1.0...v0.2.0 diff --git a/package.json b/package.json index d8542b2..700d672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/charts", - "version": "0.2.1", + "version": "0.2.2-alpha", "description": "Display charts within Automattic products.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme", "bugs": { @@ -41,8 +41,8 @@ "devDependencies": { "@storybook/blocks": "8.4.6", "@storybook/react": "8.4.6", - "@types/react": "18.3.13", - "@types/react-dom": "18.3.1", + "@types/react": "18.3.18", + "@types/react-dom": "18.3.5", "esbuild": "0.24.2", "esbuild-sass-plugin": "3.3.1", "jest": "29.7.0",