From 19e017db5fd0eca148e99f9fea428f9a5e5bda47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 19:09:33 +0000 Subject: [PATCH] Build(deps-dev): Bump @leanup/stack-react in /client Bumps [@leanup/stack-react](https://github.com/leanupjs/leanup) from 1.1.16 to 1.3.41. - [Release notes](https://github.com/leanupjs/leanup/releases) - [Changelog](https://github.com/leanupjs/leanup/blob/release/2.0/CHANGELOG.md) - [Commits](https://github.com/leanupjs/leanup/compare/1.1.16...1.3.41) --- updated-dependencies: - dependency-name: "@leanup/stack-react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 2050b6d9..c3735668 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -744,9 +744,9 @@ } }, "@leanup/stack-react": { - "version": "1.1.16", - "resolved": "https://registry.npmjs.org/@leanup/stack-react/-/stack-react-1.1.16.tgz", - "integrity": "sha512-VEImtzIdY1HvPXvmDODoFLoX1+fR6e/Auxr5McEyeiOlIcOsG2hnzl1pAv5w+MXva+c7rKrBlXeA1fDpt+/Sig==", + "version": "1.3.41", + "resolved": "https://registry.npmjs.org/@leanup/stack-react/-/stack-react-1.3.41.tgz", + "integrity": "sha512-X3uorF0DdH1fFnJtx5jBVY000SSjPim8KY+hLMged1xHfwp5/lSIjdZ0PD2I71BTL86mP7GlbNGdtSfLYsNLZA==", "dev": true }, "@leanup/stack-vite": { diff --git a/client/package.json b/client/package.json index 0ff8c13e..da8bf910 100644 --- a/client/package.json +++ b/client/package.json @@ -48,7 +48,7 @@ "@leanup/cli": "^1.3.2", "@leanup/cli-react": "^1.3.2", "@leanup/stack": "1.1.21", - "@leanup/stack-react": "1.1.16", + "@leanup/stack-react": "1.3.41", "@leanup/stack-vite": "1.1.21", "@leanup/stack-webpack": "1.1.16", "@types/react": "17.0.3",