feat(nx): update to nx17

This commit is contained in:
thomas
2023-10-24 10:27:18 +02:00
parent 3173522a00
commit b34b846674
66 changed files with 6092 additions and 3695 deletions

View File

@@ -10,7 +10,7 @@ import {
Tree,
updateJson,
} from '@nx/devkit';
import { Linter } from '@nx/linter';
import { Linter } from '@nx/eslint';
import { join } from 'path';
import { getProjectDir } from '../../utils/normalize';
import { Schema } from './schema';