diff --git a/package.json b/package.json index 0c75c278..0490d1c6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "@ngrx/store": "11.0.0", "@nrwl/angular": "12.0.3", "@nrwl/nx-cloud": "11.2.0", - "@phenomnomnominal/tsquery": "^4.1.1", "@testing-library/dom": "7.29.4", "@testing-library/user-event": "^12.0.11", "core-js": "^3.6.5", diff --git a/projects/testing-library/ng-package.json b/projects/testing-library/ng-package.json index aab92535..146b130f 100644 --- a/projects/testing-library/ng-package.json +++ b/projects/testing-library/ng-package.json @@ -5,10 +5,5 @@ "lib": { "entryFile": "index.ts" }, - "allowedNonPeerDependencies": [ - "@testing-library/dom", - "@testing-library/user-event", - "@phenomnomnominal/tsquery", - "eslint" - ] + "allowedNonPeerDependencies": ["@testing-library/dom"] } diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 18b231d0..7fb78fff 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -30,9 +30,7 @@ }, "dependencies": { "@testing-library/dom": "7.29.4", - "@phenomnomnominal/tsquery": "^4.1.1", - "tslib": "^2.0.0", - "eslint": "7.24.0" + "tslib": "^2.0.0" }, "publishConfig": { "access": "public"