@nx/esbuild 19.7.0-canary.20240906-a3c2db8 → 19.7.1
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/esbuild",
|
3
|
-
"version": "19.7.
|
3
|
+
"version": "19.7.1",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild",
|
6
6
|
"repository": {
|
@@ -36,9 +36,9 @@
|
|
36
36
|
"fs-extra": "^11.1.0",
|
37
37
|
"tslib": "^2.3.0",
|
38
38
|
"tsconfig-paths": "^4.1.2",
|
39
|
-
"@nx/devkit": "19.7.
|
40
|
-
"@nx/js": "19.7.
|
41
|
-
"@nrwl/esbuild": "19.7.
|
39
|
+
"@nx/devkit": "19.7.1",
|
40
|
+
"@nx/js": "19.7.1",
|
41
|
+
"@nrwl/esbuild": "19.7.1"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
44
|
"esbuild": "~0.19.2"
|