@nrwl/linter 15.9.3 → 15.9.5

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.9.3",
3
+ "version": "15.9.5",
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.9.3",
37
- "@nrwl/js": "15.9.3",
36
+ "@nrwl/devkit": "15.9.5",
37
+ "@nrwl/js": "15.9.5",
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": "80792b60b9de4322bbd71cd4601d03ab0b294c4e"
51
+ "gitHead": "f770780e7cfbc87a9089de0da54d8fccfc5bba78"
52
52
  }