From bf37428d4cdaeab82cd9cac6d9548da656c4203c Mon Sep 17 00:00:00 2001 From: shubhamgavali1998 <113414130+shubhamgavali1998@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:38:41 +0530 Subject: [PATCH] chore: update version --- .npmrc | 4 +++- packages/icon-store/package.json | 3 ++- pnpm-lock.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 7f50aa98..a0d8ef28 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ -enable-pre-post-scripts=true #This will enable pre post hooks for user defined scripts. \ No newline at end of file +enable-pre-post-scripts=true #This will enable pre post hooks for user defined scripts. +auto-install-peers=true +# strict-peer-dependencies=false \ No newline at end of file diff --git a/packages/icon-store/package.json b/packages/icon-store/package.json index 2152d17a..dbd3b08d 100644 --- a/packages/icon-store/package.json +++ b/packages/icon-store/package.json @@ -62,7 +62,8 @@ "chalk": "^4.1.2", "npm-run-all": "^4.1.5", "react": "^16.12.0", - "terser": "^5.9.0" + "terser": "^5.9.0", + "react-dom": "^16.12.0" }, "peerDependencies": { "react": "^16.12.0 || ^17.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e45e1622..f75af4a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -147,7 +147,7 @@ importers: chalk: ^4.1.2 npm-run-all: ^4.1.5 react: ^16.12.0 - react-dom: ^16.12.0 || ^17.0.0 + react-dom: ^16.12.0 terser: ^5.9.0 devDependencies: '@babel/core': 7.21.3