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