@nrwl/linter 15.8.8 → 15.8.9

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "15.8.8",
3
+ "version": "15.8.9",
4
4
  "private": false,
5
5
  "description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
6
6
  "repository": {
@@ -33,8 +33,8 @@
33
33
  "eslint": "^8.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@nrwl/devkit": "15.8.8",
37
- "@nrwl/js": "15.8.8",
36
+ "@nrwl/devkit": "15.8.9",
37
+ "@nrwl/js": "15.8.9",
38
38
  "@phenomnomnominal/tsquery": "4.1.1",
39
39
  "tmp": "~0.2.1",
40
40
  "tslib": "^2.3.0"
@@ -48,5 +48,5 @@
48
48
  "access": "public"
49
49
  },
50
50
  "types": "./index.d.ts",
51
- "gitHead": "6711c0ba67e76c42673240ed40e7125d9a61a127"
51
+ "gitHead": "1f18330a56271ed01518ef02e2b4b9ac64dfb76b"
52
52
  }