From 31943c0f342fa59bae0e57988df9d637feef2920 Mon Sep 17 00:00:00 2001 From: Akash <2557058+aksdevac@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:59:50 +0530 Subject: [PATCH] leana update --- lerna.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 37c069d5..55d5380e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,6 @@ { "version": "3.13.2", "packages": ["packages/*", "examples/*"], - "npmClient": "yarn" + "npmClient": "yarn", + "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package.json b/package.json index e6544e1a..e25aba7b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jest-cli": "29.0.3", "jest-environment-jsdom": "29.0.3", "jest-styled-components": "~7.1.1", - "lerna": "6.4.0", + "lerna": "8.1.2", "lint-staged": "13.0.3", "lodash": "4.17.21", "npm-run-all": "^4.1.5",