@nrwl/linter 15.4.7-beta.1 → 15.4.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/package.json +3 -3
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.4.
|
6
|
+
## [15.4.8](https://github.com/nrwl/nx/compare/15.4.7...15.4.8) (2023-01-12)
|
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.4.
|
3
|
+
"version": "15.4.8",
|
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,7 +33,7 @@
|
|
33
33
|
"eslint": "^8.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@nrwl/devkit": "15.4.
|
36
|
+
"@nrwl/devkit": "15.4.8",
|
37
37
|
"@phenomnomnominal/tsquery": "4.1.1",
|
38
38
|
"tmp": "~0.2.1",
|
39
39
|
"tslib": "^2.3.0"
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"access": "public"
|
48
48
|
},
|
49
49
|
"types": "./index.d.ts",
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "fa752768db4c14e78de875a0a79f89a9f155fecf"
|
51
51
|
}
|