@nx/js 23.0.0-beta.16 → 23.0.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -264,7 +264,7 @@ async function addLint(tree, options) {
264
264
  });
265
265
  const { addOverrideToLintConfig, lintConfigHasOverride, isEslintConfigSupported, updateOverrideInLintConfig, addIgnoresToLintConfig,
266
266
  // nx-ignore-next-line
267
- } = require('@nx/eslint/src/generators/utils/eslint-file');
267
+ } = require('@nx/eslint/internal');
268
268
  // if config is not supported, we don't need to do anything
269
269
  if (!isEslintConfigSupported(tree)) {
270
270
  return task;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/js",
3
- "version": "23.0.0-beta.16",
3
+ "version": "23.0.0-beta.17",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -136,11 +136,11 @@
136
136
  "source-map-support": "0.5.19",
137
137
  "tinyglobby": "^0.2.12",
138
138
  "tslib": "^2.3.0",
139
- "@nx/devkit": "23.0.0-beta.16",
140
- "@nx/workspace": "23.0.0-beta.16"
139
+ "@nx/devkit": "23.0.0-beta.17",
140
+ "@nx/workspace": "23.0.0-beta.17"
141
141
  },
142
142
  "devDependencies": {
143
- "nx": "23.0.0-beta.16"
143
+ "nx": "23.0.0-beta.17"
144
144
  },
145
145
  "peerDependencies": {
146
146
  "verdaccio": "^6.0.5"