@nrwl/linter 15.4.0-rc.0 → 15.4.0-rc.1
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.0-rc.
|
6
|
+
# [15.4.0-rc.1](https://github.com/nrwl/nx/compare/15.3.3...15.4.0-rc.1) (2022-12-21)
|
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.0-rc.
|
3
|
+
"version": "15.4.0-rc.1",
|
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": {
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@jest/reporters": "28.1.1",
|
36
36
|
"@jest/test-result": "28.1.3",
|
37
37
|
"@jest/types": "28.1.3",
|
38
|
-
"@nrwl/devkit": "15.4.0-rc.
|
38
|
+
"@nrwl/devkit": "15.4.0-rc.1",
|
39
39
|
"@phenomnomnominal/tsquery": "4.1.1",
|
40
40
|
"@types/node": "18.11.9",
|
41
41
|
"@typescript-eslint/parser": "5.38.1",
|
@@ -74,5 +74,5 @@
|
|
74
74
|
"access": "public"
|
75
75
|
},
|
76
76
|
"types": "./index.d.ts",
|
77
|
-
"gitHead": "
|
77
|
+
"gitHead": "84cc1c1b3a56c72a4d8f68ded12a178a82e656fa"
|
78
78
|
}
|