@nx/eslint 20.1.0-canary.20241106-51f47f0 → 20.1.0-canary.20241108-6882ad1

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint",
3
- "version": "20.1.0-canary.20241106-51f47f0",
3
+ "version": "20.1.0-canary.20241108-6882ad1",
4
4
  "private": false,
5
5
  "description": "The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "eslint": "^8.0.0 || ^9.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@nx/devkit": "20.1.0-canary.20241106-51f47f0",
39
- "@nx/js": "20.1.0-canary.20241106-51f47f0",
38
+ "@nx/devkit": "20.1.0-canary.20241108-6882ad1",
39
+ "@nx/js": "20.1.0-canary.20241108-6882ad1",
40
40
  "semver": "^7.5.3",
41
41
  "tslib": "^2.3.0",
42
42
  "typescript": "~5.4.2"
@@ -49,6 +49,6 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "type": "commonjs",
53
- "types": "./index.d.ts"
52
+ "types": "./index.d.ts",
53
+ "type": "commonjs"
54
54
  }