From 4a3aa71d8329aabe1eb1898e0430d345bb9e939a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 06:14:31 +0000 Subject: [PATCH] chore(deps): bump the deps group across 1 directory with 4 updates Bumps the deps group with 4 updates in the /react-farm-fe-ts directory: [clsx](https://github.com/lukeed/clsx), [@farmfe/cli](https://github.com/farm-fe/farm), [@farmfe/core](https://github.com/farm-fe/farm) and @farmfe/plugin-react. Updates `clsx` from 1.2.1 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v1.2.1...v2.1.1) Updates `@farmfe/cli` from 0.5.11 to 1.0.4 - [Release notes](https://github.com/farm-fe/farm/releases) - [Changelog](https://github.com/farm-fe/farm/blob/main/release-plz.toml) - [Commits](https://github.com/farm-fe/farm/compare/@farmfe/cli@0.5.11...@farmfe/cli@1.0.4) Updates `@farmfe/core` from 0.14.18 to 1.4.5 - [Release notes](https://github.com/farm-fe/farm/releases) - [Changelog](https://github.com/farm-fe/farm/blob/main/release-plz.toml) - [Commits](https://github.com/farm-fe/farm/compare/@farmfe/core@0.14.18...@farmfe/core@1.4.5) Updates `@farmfe/plugin-react` from 0.4.5 to 1.2.6 --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: "@farmfe/cli" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@farmfe/core" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@farmfe/plugin-react" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] --- react-farm-fe-ts/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/react-farm-fe-ts/package.json b/react-farm-fe-ts/package.json index 34c17d7c0..a3d8a6703 100644 --- a/react-farm-fe-ts/package.json +++ b/react-farm-fe-ts/package.json @@ -10,15 +10,15 @@ "preview": "farm preview" }, "dependencies": { - "clsx": "^1.2.1", + "clsx": "^2.1.1", "react": "18", "react-dom": "18", "core-js": "^3.30.1" }, "devDependencies": { - "@farmfe/cli": "^0.5.11", - "@farmfe/core": "^0.14.9", - "@farmfe/plugin-react": "^0.4.1", + "@farmfe/cli": "^1.0.4", + "@farmfe/core": "^1.4.5", + "@farmfe/plugin-react": "^1.2.6", "@types/react": "18", "@types/react-dom": "18", "react-refresh": "^0.14.0"