@nrwl/linter 15.8.0-beta.5 → 15.8.0-beta.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nrwl/linter",
|
3
|
-
"version": "15.8.0-beta.
|
3
|
+
"version": "15.8.0-beta.7",
|
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.8.0-beta.
|
37
|
-
"@nrwl/js": "15.8.0-beta.
|
36
|
+
"@nrwl/devkit": "15.8.0-beta.7",
|
37
|
+
"@nrwl/js": "15.8.0-beta.7",
|
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": "
|
51
|
+
"gitHead": "3982f44bb4027aa6be7f72477da752ef3877f2fe"
|
52
52
|
}
|