@nx/eslint-plugin 23.0.0-beta.24 → 23.0.0-beta.25
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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/eslint-plugin",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
8
|
"!dist/tsconfig.tsbuildinfo",
|
|
9
|
-
"!dist/spec",
|
|
10
9
|
"migrations.json"
|
|
11
10
|
],
|
|
12
11
|
"description": "The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
|
|
@@ -48,7 +47,8 @@
|
|
|
48
47
|
},
|
|
49
48
|
"homepage": "https://nx.dev",
|
|
50
49
|
"nx-migrations": {
|
|
51
|
-
"migrations": "./migrations.json"
|
|
50
|
+
"migrations": "./migrations.json",
|
|
51
|
+
"supportsOptionalUpdates": true
|
|
52
52
|
},
|
|
53
53
|
"exports": {
|
|
54
54
|
".": {
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
"jsonc-eslint-parser": "^2.1.0",
|
|
102
102
|
"semver": "^7.6.3",
|
|
103
103
|
"tslib": "^2.3.0",
|
|
104
|
-
"@nx/
|
|
105
|
-
"@nx/
|
|
104
|
+
"@nx/devkit": "23.0.0-beta.25",
|
|
105
|
+
"@nx/js": "23.0.0-beta.25"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"nx": "23.0.0-beta.
|
|
108
|
+
"nx": "23.0.0-beta.25"
|
|
109
109
|
},
|
|
110
110
|
"publishConfig": {
|
|
111
111
|
"access": "public"
|