diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac4d14a0c58b..0c02242f7be4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -839,9 +839,6 @@ importers: tests: devDependencies: - '@angular-devkit/schematics': - specifier: workspace:* - version: link:../packages/angular_devkit/schematics '@types/tar-stream': specifier: 3.1.4 version: 3.1.4 diff --git a/tests/package.json b/tests/package.json index 87853142d75c..f15e14029918 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,7 +1,6 @@ { "devDependencies": { "@types/tar-stream": "3.1.4", - "@angular-devkit/schematics": "workspace:*", "tar-stream": "3.1.8" } }