From 29a8e47c255a93f290a990920c30c564e61c9f02 Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Thu, 7 Dec 2023 11:59:13 +0300 Subject: [PATCH] chore: manual clean up --- package-lock.json | 1 - package.json | 1 - projects/core/project.json | 1 + projects/kit/project.json | 1 + projects/phone/project.json | 1 + projects/react/project.json | 2 +- projects/vue/project.json | 1 + 7 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75fd84966..fa284d685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,6 @@ "@babel/core": "7.23.5", "@babel/preset-react": "7.23.3", "@commitlint/cli": "18.4.3", - "@nrwl/tao": "17.1.3", "@nx/angular": "17.1.3", "@nx/eslint": "17.1.3", "@nx/eslint-plugin": "17.1.3", diff --git a/package.json b/package.json index f0ed8c99c..d1eb8ca26 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "@babel/core": "7.23.5", "@babel/preset-react": "7.23.3", "@commitlint/cli": "18.4.3", - "@nrwl/tao": "17.1.3", "@nx/angular": "17.1.3", "@nx/eslint": "17.1.3", "@nx/eslint-plugin": "17.1.3", diff --git a/projects/core/project.json b/projects/core/project.json index 46757528d..ee293c28e 100644 --- a/projects/core/project.json +++ b/projects/core/project.json @@ -14,6 +14,7 @@ "tsConfig": "projects/core/tsconfig.lib.json", "format": ["esm", "cjs"], "compiler": "tsc", + "external": "all", "assets": [ { "glob": "projects/core/README.md", diff --git a/projects/kit/project.json b/projects/kit/project.json index 7c3213f15..4bbd06a7c 100644 --- a/projects/kit/project.json +++ b/projects/kit/project.json @@ -14,6 +14,7 @@ "tsConfig": "projects/kit/tsconfig.workaround.json", "format": ["esm", "cjs"], "compiler": "tsc", + "external": "all", "assets": [ { "glob": "projects/kit/README.md", diff --git a/projects/phone/project.json b/projects/phone/project.json index 3e9a2cd43..d204c6343 100644 --- a/projects/phone/project.json +++ b/projects/phone/project.json @@ -14,6 +14,7 @@ "tsConfig": "projects/phone/tsconfig.workaround.json", "format": ["esm", "cjs"], "compiler": "tsc", + "external": "all", "assets": [ { "glob": "projects/phone/README.md", diff --git a/projects/react/project.json b/projects/react/project.json index b8fce3d32..a8e7d7a4e 100644 --- a/projects/react/project.json +++ b/projects/react/project.json @@ -13,7 +13,7 @@ "tsConfig": "projects/react/tsconfig.lib.json", "project": "projects/react/package.json", "entryFile": "projects/react/src/index.ts", - "external": ["react/jsx-runtime"], + "external": "all", "rollupConfig": "@nx/react/plugins/bundle-rollup", "assets": [ { diff --git a/projects/vue/project.json b/projects/vue/project.json index 3bf1ae84e..237a24d94 100644 --- a/projects/vue/project.json +++ b/projects/vue/project.json @@ -15,6 +15,7 @@ "entryFile": "projects/vue/src/index.ts", "format": ["esm", "cjs"], "compiler": "tsc", + "external": "all", "assets": [ { "glob": "projects/vue/README.md",