@nx/express 19.8.5 → 19.8.6
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": "@nx/express",
|
3
|
-
"version": "19.8.
|
3
|
+
"version": "19.8.6",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
|
6
6
|
"repository": {
|
@@ -31,10 +31,10 @@
|
|
31
31
|
"migrations": "./migrations.json"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@nx/devkit": "19.8.
|
35
|
-
"@nx/node": "19.8.
|
34
|
+
"@nx/devkit": "19.8.6",
|
35
|
+
"@nx/node": "19.8.6",
|
36
36
|
"tslib": "^2.3.0",
|
37
|
-
"@nrwl/express": "19.8.
|
37
|
+
"@nrwl/express": "19.8.6"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
40
40
|
"express": "^4.18.1"
|