@nrwl/eslint-plugin-nx 18.4.0-canary.20240418-e549ea2 → 19.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/eslint-plugin-nx",
3
- "version": "18.4.0-canary.20240418-e549ea2",
3
+ "version": "19.0.0-beta.1",
4
4
  "private": false,
5
5
  "description": "The eslint-plugin-nx 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.",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "homepage": "https://nx.dev",
26
26
  "dependencies": {
27
- "@nx/eslint-plugin": "18.4.0-canary.20240418-e549ea2"
27
+ "@nx/eslint-plugin": "19.0.0-beta.1"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"