@nrwl/linter 14.8.2 → 14.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [14.8.2](https://github.com/nrwl/nx/compare/14.8.1...14.8.2) (2022-09-29)
6
+ ## [14.8.4](https://github.com/nrwl/nx/compare/14.8.3...14.8.4) (2022-10-11)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/linter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "14.8.2",
3
+ "version": "14.8.4",
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": {
@@ -34,10 +34,10 @@
34
34
  "eslint": "^8.0.0"
35
35
  },
36
36
  "dependencies": {
37
- "@nrwl/devkit": "14.8.2",
38
- "@nrwl/jest": "14.8.2",
37
+ "@nrwl/devkit": "14.8.4",
38
+ "@nrwl/jest": "14.8.4",
39
39
  "@phenomnomnominal/tsquery": "4.1.1",
40
- "nx": "14.8.2",
40
+ "nx": "14.8.4",
41
41
  "tmp": "~0.2.1",
42
42
  "tslib": "^2.3.0"
43
43
  },
@@ -50,5 +50,5 @@
50
50
  "access": "public"
51
51
  },
52
52
  "types": "./index.d.ts",
53
- "gitHead": "d294c770d0ee447233619bba4654b45eeabefb13"
53
+ "gitHead": "d77b26173bcdb030ced51126e86b67bfc446c786"
54
54
  }