diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 107396a4ee3..bcc35672a5f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -450,7 +450,6 @@ /.yarn @grafana/frontend-ops /.yarnrc.yml @grafana/frontend-ops /yarn.lock @grafana/frontend-ops -/lerna.json @grafana/frontend-ops /.prettierrc.js @grafana/frontend-ops /.vim @zoltanbedi /jest.config.js @grafana/frontend-ops diff --git a/.github/pr-commands.json b/.github/pr-commands.json index d211b5cce3a..18e5000def6 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -21,7 +21,7 @@ "scripts/webpack/**/*", "package.json", "tsconfig.json", - "lerna.json", + "nx.json", ".prettierrc.js", ".eslintrc", "**/*.mdx" diff --git a/lerna.json b/lerna.json deleted file mode 100644 index f39bf8763c4..00000000000 --- a/lerna.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "npmClient": "yarn", - "version": "11.6.0-pre" -} diff --git a/package.json b/package.json index 083f61fd6c1..ede3a985681 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,6 @@ "jest-watch-typeahead": "^2.2.2", "jimp": "^1.6.0", "jsdom-testing-mocks": "^1.13.1", - "lerna": "8.1.8", "mini-css-extract-plugin": "2.9.2", "msw": "2.7.0", "mutationobserver-shim": "0.3.7",