@nx/node 19.8.6 → 19.8.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/node",
|
3
|
-
"version": "19.8.
|
3
|
+
"version": "19.8.7",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
|
6
6
|
"repository": {
|
@@ -32,11 +32,11 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"tslib": "^2.3.0",
|
35
|
-
"@nx/devkit": "19.8.
|
36
|
-
"@nx/jest": "19.8.
|
37
|
-
"@nx/js": "19.8.
|
38
|
-
"@nx/eslint": "19.8.
|
39
|
-
"@nrwl/node": "19.8.
|
35
|
+
"@nx/devkit": "19.8.7",
|
36
|
+
"@nx/jest": "19.8.7",
|
37
|
+
"@nx/js": "19.8.7",
|
38
|
+
"@nx/eslint": "19.8.7",
|
39
|
+
"@nrwl/node": "19.8.7"
|
40
40
|
},
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public"
|