@nx/esbuild 20.0.0-canary.20240925-6182d20 → 20.0.0-canary.20240926-529ab94

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/esbuild",
3
- "version": "20.0.0-canary.20240925-6182d20",
3
+ "version": "20.0.0-canary.20240926-529ab94",
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": {
@@ -31,14 +31,14 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nx/devkit": "20.0.0-canary.20240925-6182d20",
35
- "@nx/js": "20.0.0-canary.20240925-6182d20",
34
+ "@nx/devkit": "20.0.0-canary.20240926-529ab94",
35
+ "@nx/js": "20.0.0-canary.20240926-529ab94",
36
36
  "fast-glob": "3.2.7",
37
37
  "fs-extra": "^11.1.0",
38
38
  "picocolors": "^1.1.0",
39
39
  "tsconfig-paths": "^4.1.2",
40
40
  "tslib": "^2.3.0",
41
- "@nrwl/esbuild": "20.0.0-canary.20240925-6182d20"
41
+ "@nrwl/esbuild": "20.0.0-canary.20240926-529ab94"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "esbuild": "~0.19.2"