@nrwl/linter 15.8.7 → 15.8.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nrwl/linter",
|
3
|
-
"version": "15.8.
|
3
|
+
"version": "15.8.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": {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"ESLint",
|
16
16
|
"CLI"
|
17
17
|
],
|
18
|
-
"main": "./index
|
18
|
+
"main": "./index",
|
19
19
|
"typings": "./index.d.ts",
|
20
20
|
"author": "Victor Savkin",
|
21
21
|
"license": "MIT",
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"eslint": "^8.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@nrwl/devkit": "15.8.
|
37
|
-
"@nrwl/js": "15.8.
|
36
|
+
"@nrwl/devkit": "15.8.8",
|
37
|
+
"@nrwl/js": "15.8.8",
|
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": "6711c0ba67e76c42673240ed40e7125d9a61a127"
|
52
52
|
}
|