@nrwl/linter 15.3.0-beta.4 → 15.3.0-beta.5

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
- # [15.3.0-beta.4](https://github.com/nrwl/nx/compare/15.2.0...15.3.0-beta.4) (2022-11-28)
6
+ # [15.3.0-beta.5](https://github.com/nrwl/nx/compare/15.2.0...15.3.0-beta.5) (2022-11-29)
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": "15.3.0-beta.4",
3
+ "version": "15.3.0-beta.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,10 +33,10 @@
33
33
  "eslint": "^8.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@nrwl/devkit": "15.3.0-beta.4",
37
- "@nrwl/jest": "15.3.0-beta.4",
36
+ "@nrwl/devkit": "15.3.0-beta.5",
37
+ "@nrwl/jest": "15.3.0-beta.5",
38
38
  "@phenomnomnominal/tsquery": "4.1.1",
39
- "nx": "15.3.0-beta.4",
39
+ "nx": "15.3.0-beta.5",
40
40
  "tmp": "~0.2.1",
41
41
  "tslib": "^2.3.0"
42
42
  },
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "types": "./index.d.ts",
52
- "gitHead": "1c70ac9571f64ecfd74d80546ad2b3e17c15866b"
52
+ "gitHead": "fe062f42c366e9ed734208f5feaa1c623f696b67"
53
53
  }